Home

What is the correct answer?

4

To draw a form on the screen which event is being called up

A. Draw Event

B. Load Event

C. Paint Event

D. Either i or iii

Correct Answer :

C. Paint Event


Related Questions

The fundamental property of RichTextBox control is One can change or read the alignment of one or more paragraph of rich… Suppose there are two forms; form1 and form2 ; if there are codes like… RichTextBox1.BulletIndent=5 ; what will be the effect of this code if… When someone uses the code like list1.list(1); then it will return the… If the user wants to select the multiple files from file open and filesave… when using 'do until-loop' statement as stated belowI=10Do until I>5Print… In visual basic, number of loop control structure is _____________. You can get the ASCII value of any character or number by using In visual basic the default unit is : To draw a form on the screen which event is being called up Visual Basic has ____________ number of editions It is possible to build an application without using any form: _____________ property of any control cannot change at run time. The title of the dialog box can be changed. To add the commondialog control to any project one has to include it from The full form of IIS is : In visual basic 'Break' statement could be used along with "Select Case" Instr$(text1.text,"visual") will returns : Sorted property of list box control is a design time property and cannot… In database application, any field does not contain any values can be… Activate event is called before load event Constants are processed faster than variables : Time variable is used to store date and time in visual basic It is possible to change the password character property of text box control… Sorted property of list box control is a design time property and cannot… The other Single Document Interface forms are by default child of MDI… You can get a dropdown list and as well as can add some text directly… What will be the output when the statements below will execute :Dim a… Dialog title property is used to change the title of any dialog box