Home

What is the correct answer?

4

In runtime it is not possible to change the form size.

A. True

B. False

Correct Answer :

B. False


Related Questions

Time variable is used to store date and time in visual basic Suppose there is a data control named data1. What will be the effect if… The maximum length of a variable is _____________ characters. It is possible to pass different number parameters to a function when… It is possible in visual basic to specifying array limit like from 1 to… Time() function is used to recover date & time. Dialog title property is used to change the title of any dialog box If the user wants to select the multiple files from file open and filesave… One can change or read the alignment of one or more paragraph of rich… Function Add(Num1 as integer, Num2 as integer) as integerAdd=Num1+Num2Num1=0Num2=0End… MDI form1.Arrange vbTileHorizontal; this code in a MDI form will To get the property window in visual basic you have to press Suppose there are two forms; form1 and form2 ; if there are codes like… Say there is a string "Ramcharan"; when someone using Mid() function like… RichTextBox1.BulletIndent=5 ; what will be the effect of this code if… What is the default value of MaxLength property of text box control? Constants are processed faster than variables : cell alignment property can be used to align the cells with different… In _______________ control you can get only drop-down list of the content… It is not possible to change the back color property of option button… You can get the ASCII value of any character or number by using To break a loop abnormally when satisfying a condition, we can use A single function of visual basic takes: If you want a list box control with check box option, which property of… In visual basic you can draw something in Visual Basic produce: List count property returns total number of items in list box control. Through which property of option button control one can change the font… Sort is a method by which elements can be sorted in flexgrid control It is possible to insert a picture in a option button control.