Home

What is the correct answer?

4

DocumentForm() it is

A. A function of MDI forms

B. An array of forms using as child into MDIform

C. None of the above

Correct Answer :

B. An array of forms using as child into MDIform


Related Questions

Time variable is used to store date and time in visual basic In case of visual basic, IDE means : The default startup object can not be changed in a project Through which property of option button control one can change the font… RichTextBox1.BulletIndent=5 ; what will be the effect of this code if… which should be included when an application is used without any forms Instr$(text1.text,"visual") will returns : What is the default value of MaxLength property of text box control? In a programme body :Private sub form_load()X=inputbox("First No. :")Y=inputbox("Second… Redim statement is used to : While running an application you can change the value of any variable… It is not possible to change the back color property of option button… To draw a form on the screen which event is being called up Sorted property of list box control is a design time property and cannot… In runtime it is not possible to change the form size. What is the default value for multi-select property of list box control. In a text box control the default caption for text box is text1. The extension name of a Visual Basic form is _____________. In visual basic Bool variable stores The amount of text any one can place in text box is maximum 64 kb. which control structure are working under false condition Terminate is a valid event in form operation CommonDialog1.ShowOpenFilename1=CommonDialog1.FilenameThe above code will ABS() function will generate a hole value when used with a number with… The maximum length of a variable is _____________ characters. Min and Max property can be used with Font common dialog box to determine In _______________ control you can get only drop-down list of the content… Currency variable stores fixed point numbers with : Now() function will return the current drive and directory you are working… To add the commondialog control to any project one has to include it from