Home

What is the correct answer?

4

It is possible to load a MDI form without any childform.

A. True

B. False

Correct Answer :

A. True


Related Questions

It is possible to build an application without using any form: Suppose there are two forms; form1 and form2 ; if there are codes like… It is possible to access a menu without using mouse, to access the menu… You can get a dropdown list and as well as can add some text directly… Function Add(Num1 as integer, Num2 as integer) as integerAdd=Num1+Num2Num1=0Num2=0End… It is possible in visual basic to specifying array limit like from 1 to… CommonDialog1.ShowOpenFilename1=CommonDialog1.FilenameThe above code will To get the property window in visual basic you have to press : Data1.Recordset.FindFirst "State=NY"The above code will find the record… Instr$(text1.text,"visual") will returns : Visual Basic has ____________ number of editions The size of 'Boolean' data type is : _____________ property of any control cannot change at run time. When using do loop-while statement then the statements within the loop… cell alignment property can be used to align the cells with different… Through which property of option button control one can change the font… In form load event, if the following code is written then guess what will… One can change or read the alignment of one or more paragraph of rich… It is possible to declare 'Dynamic Array' in visual basic. To get the property window in visual basic you have to press By default 'Dim myvar' this statement: List count property returns total number of items in list box control. In runtime it is not possible to change the form size. ABS() function will generate a hole value when used with a number with… DocumentForm() it is In database application, any field does not contain any values can be… It is not possible to change the back color property of option button… In visual basic 'Break' statement could be used along with "Select Case" To draw a form on the screen which event is being called up Isnull(), IsEmpty() determines weather any variable has been initialize…