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.