Home

What is the correct answer?

4

MDI form1.Arrange vbTileHorizontal; this code in a MDI form will

A. If there are more than one MDI form then arrange them all in horizontal manner

B. Tiles all child form in horizontal manner

C. Tiles the MDI form horizontally

D. None of the above.

Correct Answer :

B. Tiles all child form in horizontal manner


Related Questions

In a text box control the default caption for text box is text1. Activate event is called before load event CommonDialogs control is visible at runtime Terminate is a valid event in form operation There are _________________ no. of built in windows dialog boxes provided… what will be the output of the code below :private sub command_click()dim… The full form of IIS is : You can get a dropdown list and as well as can add some text directly… To add the commondialog control to any project one has to include it from To break a loop abnormally when satisfying a condition, we can use It is possible to build an application without using any form: In runtime it is not possible to change the form size. When someone uses the code like list1.list(1); then it will return the… In form load event, if the following code is written then guess what will… when using 'do until-loop' statement as stated belowI=10Do until I>5Print… Which property of list box control reports the number of selected items. The amount of text any one can place in text box is maximum 64 kb. Delete method of the recordset of Data Control or Data Access Object is… What will be the output when the statements below will execute :Dim a… While running an application you can change the value of any variable… The title of the dialog box can be changed. To get the property window in visual basic you have to press : In visual basic Bool variable stores Dialog title property is used to change the title of any dialog box When using do loop-while statement then the statements within the loop… It is possible to change the shortcut key assigned to any menu for accessing… It is possible in visual basic to specifying array limit like from 1 to… The extension name of a Visual Basic form is _____________. Now() function will return the current drive and directory you are working… The fundamental property of RichTextBox control is