Java Games: Flashcards, matching, concentration, and word search.

3.01 Visual Studio Controls

AB
PictureBoxused to display a picture or image to the user.
RadioButtonUsed with group boxes Allows user to make only one choice from the options in the group.
CheckBoxUsually found in a group box Allows users to provide multiple inputs to answer a question
ComboBoxA drop down menu that also allows a user to type in an entry or select an option. Combines a ListBox and a TextBox
ListBoxused to display a list of items for a user to select. Multiple items can be selected.
Labelused to display information to the user either to identify another object, provide instructions, or display output.
TextBoxused to gather input from a user or to display text back to the user.
Buttonclicked by the user to perform an action or group of actions.
ControlsObjects Which Can Be Placed on Your Form Using Either the Double-Click or Click and Drag Method.
ToolboxContains the Controls for Designing a Form.
Properties WindowUtilized to Change the Characteristics of Your Form During Design Time
Editor WindowWindow Will Contain Your Program Code.
Designer WindowContains a Form
Solution Explorer windowdisplays a list of the projects in the solution and the items contained in the project.



This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities