Font size
WorksheetsProgramming2
Total questions: 20
Worksheet time: 15mins
It is an object-oriented computer programming language implemented on the .NET Framework.
(a)
It is a type of user interface element you create on a Visual Basic form by using a toolbox control.
(a)
It is a value or characteristic held by a Visual Basic object, such as Caption or Fore Color.
(a)
It is a procedure created as a member of a class and they cause an object to do something.
(a)
It is a signal that informs an application that something important has occurred.
(a)
The container for all the controls that make up the user interface.
FORMS
TEXTBOX
LABEL
BUTTON
It represents a Windows text box control.
FORMS
TEXTBOX
BUTTON
LABEL
It represents a standard Windows label.
TEXTBOX
BUTTON
LABEL
FORMS
It represents a Windows button control.
FORMS
TEXTBOX
BUTTON
LABEL
It represents a Windows control to display a list of items.
LISTBOX
COMBOBOX
RADIOBUTTON
CHECKBOX
It represents a Windows combo box control.
LISTBOX
COMBOBOX
RADIO BUTTON
CHECK BOX
It enables the user to select a single option from a group of choices
COMBOBOX
RADIO BUTTON
LISTBOX
CHECKBOX
It represents a Windows list view control, which displays a collection of items that can be displayed using one of four different views.
LIST VIEW
TREE VIEW
LISTBOX
COMBOBOX
This statement is used to determine the variable's data type and other information, such as what code can access the variable.
(a)
This function returns the numbers contained in a string as a numeric value of appropriate type.
(a)
This control represents the container for the menu structure.
(a)
(a) statements help you to make a decision based on certain conditions. These conditions are specified by a set of conditional statements having boolean expressions which are evaluated to a boolean value true or false.
This control is a container control that is used to place Windows Forms child controls in a group.
(a)
Procedure on how to add Item in Menu Strip
Menu Strip...
Items...
Menu Item>>>Add
Menu List...
Items...
Menu Item>>>Add
Menu Strip...
Items Add...
Menu Item>>>Add
Menu...
Items...
Menu Item>>>Add
How to Add a Windows Form in a Project
Menu Project...
Add Form (Windows Form)...
Click Forms(Windows Form)
Click Add
Menu...
Add Form (Windows Form)...
Click Forms(Windows Form)
Click Add
Menu Project...
Add User Control(Windows Form)...
Click Forms(Windows Form)
Click Add
Menu...
Add Project(Windows Form)...
Click Forms(Windows Form)
Click Add
