. . . . . . . . is generally used to emphasize the text.
Select an option to see the answer and solution.
What happens when both the minimize box and maximize box property are set to false?
Select an option to see the answer and solution.
You assign an access key by including an . . . . . . . . option in the control's caption or identifying label.
Select an option to see the answer and solution.
One can display a message box using the . . . . . . . . method.
Select an option to see the answer and solution.
in . . . . . . . . box & . . . . . . . . can edit in run time
Select an option to see the answer and solution.
. . . . . . . . is a programming language that allows the programmer to use objects to accomplish his goals.
Select an option to see the answer and solution.
When you have a loop within a loop, then you have created a . . . . . . . ..
Select an option to see the answer and solution.
In VB, The while loop is end by . . . . . . . .
Select an option to see the answer and solution.
Following are the not condition operator .
Select an option to see the answer and solution.
The text of many controls contain an underlined letter known as . . . . . . . .
Select an option to see the answer and solution.
What will be the output of the following Visual Basic code, If the intnumber variable is 110?
If intnumber<=100 Then
Intnumber=intnumber*2;
Else
Intnumber=intnumber*3;
EndIf
Select an option to see the answer and solution.
It is disadvantageous to use public variables in classes because . . . . . . . .
Select an option to see the answer and solution.
If you want text to appear to the left of the selected image control on a Web form, you would need to click which button in thePosition dialog box?
Select an option to see the answer and solution.
The toString method formats the number stored in the numeric value and then returns the result as a . . . . . . . .
Select an option to see the answer and solution.
A control's KeyPress event occurs every time . . . . . . . .
Select an option to see the answer and solution.
The rectangles are called as . . . . . . . . symbols in the flowchart.
Select an option to see the answer and solution.
The first webpage added to an application is the . . . . . . . . page.
Select an option to see the answer and solution.
The . . . . . . . . method pads the string on left, that is, it inserts the padded characters at the beginning of string.
Select an option to see the answer and solution.
The function of the . . . . . . . . is to present a list of items where the user can click and select the items from the list.
Select an option to see the answer and solution.
VB allows programmers to without the declaring data type before start the program it is called . . . . . . . .
Select an option to see the answer and solution.