Home

What is the correct answer?

4

Suppose there are two forms; form1 and form2 ; if there are codes like : In form1.active event
Form2.show
And in form2.active event
Form1.show
Then what will be the output ?

A. Two forms will be just showed.

B. Two forms will be showed and the control will passed continuously to each other.

C. Nothing will be displayed

D. None of the above.

Correct Answer :

B. Two forms will be showed and the control will passed continuously to each other.


Related Questions

Flag property is used to adjust the function of each common dialog box It is possible to pass different number parameters to a function when… Function can return array as return value: To enable apply button in dialog box ; flag value should be set to Suppose there are two forms; form1 and form2 ; if there are codes like… There are _________________ no. of built in windows dialog boxes provided… If you want a list box control with check box option, which property of… The size of 'Boolean' data type is : You can get a dropdown list and as well as can add some text directly… Sort is a method by which elements can be sorted in flexgrid control To add the commondialog control to any project one has to include it from when using 'do until-loop' statement as stated belowI=10Do until I>5Print… To run an application you have to press : In case of visual basic, IDE means : In a text box control the default caption for text box is text1. CommonDialog control is the default control that anyone can find in the… _____________ property of any control cannot change at run time. cell alignment property can be used to align the cells with different… what will be the output of the code below :private sub command_click()dim… One can change or read the alignment of one or more paragraph of rich… By default 'Dim myvar' this statement: Instr$(text1.text,"visual") will returns : In visual basic the default unit is : It is not possible to change the back color property of option button… Data1.Recordset.FindFirst "State=NY"The above code will find the record… If there is a control array of label for 10 elements, then what will be… When someone uses the code like list1.list(1); then it will return the… It is possible to change the password character property of text box control… Through which property of option button control one can change the font… Activate event is called before load event