Home

What is the correct answer?

4

In a text box control the default caption for text box is text1.

A. True

B. False

Correct Answer :

B. False


Related Questions

Visual Basic has ____________ number of editions Function can return array as return value: A single function of visual basic takes: Currency variable stores fixed point numbers with : By default 'Dim myvar' this statement: The project extension name of a VB project is .vbj _____________ property of any control cannot change at run time. It is possible to build an application without using any form: DocumentForm() it is CommonDialogs control is visible at runtime It is possible to insert a picture in a option button control. To draw a form on the screen which event is being called up CommonDialog control is the default control that anyone can find in the… Through which property of option button control one can change the font… When someone uses the code like list1.list(1); then it will return the… Data1.Recordset.FindFirst "State=NY"The above code will find the record… To break a loop abnormally when satisfying a condition, we can use What is the default value of MaxLength property of text box control? The amount of text any one can place in text box is maximum 64 kb. which should be included when an application is used without any forms To enable apply button in dialog box ; flag value should be set to In case of visual basic, IDE means : Min and Max property can be used with Font common dialog box to determine The maximum length of a variable is _____________ characters. You can get the ASCII value of any character or number by using If the Flag constant for the font common dialog box is cdlCFPrinterFonts… Which property of list box control reports the number of selected items. List count property returns total number of items in list box control. To get the property window in visual basic you have to press : Delete method of the recordset of Data Control or Data Access Object is…