Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Hi please help me with this project, please provide the codes, explanations and instructions. We are using Microsoft Visual C# Express 2010. Thank you! Intro

Hi please help me with this project, please provide the codes, explanations and instructions.

We are using Microsoft Visual C# Express 2010.

Thank you!

image text in transcribed

Intro to Visual Programming - CS 114/IST 140 Storm - Page 1 Project 2 - Favorites Page 1 rage 2 In this program, you will create a "multi-page" form showing at least six images from a category of your choice (music, books, cars, movies, animals, etc.). When the user clicks on an image, the program will tell the user what s/he clicked on. Be creative and have fun! Objectives: - Form design and layout - Object attributes (enabled, hidden, font, - Naming conventions for buttons, labels, etc.) and pictures - Commenting code Requirements: - Comment your code!!! - Only use one form (Hint: show/hide images to give illusion of multiple "pages") - Form title is your subject (example: I Love 80s Rock) - Use proper C\# naming conventions (Ibl, btn, pic) for all controls - Control names must be self-documenting with camel case (i.e. picBonJovi, btnNext, etc) - The "You Selected" and "No Selection" should be 2 separate labels - The "No Selection" label will change indicating what picture the user clicked on - Default is No Selection and resets to "No Selection" with each button click - A minimum of six pictures must be used - One group of pictures is on the first "page" of the form, the other group appears when the user clicks the Next button - The Next button displays the next "page" of images - Will be disabled when there is no next "page" - Will be enabled when there is a next "page" - The Back button will display the previous page of images - Will be disabled when there is no previous "page" - Will be enabled when there is a previous "page" - The Exit button will close the program

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

What are the objectives of Human resource planning ?

Answered: 1 week ago

Question

Explain the process of Human Resource Planning.

Answered: 1 week ago