Home

What is the correct answer?

4

What is the default value of MaxLength property of text box control?

A. 255 characters

B. 10 characters

C. 0 characters

D. Any of the above

Correct Answer :

C. 0 characters


Related Questions

The size of 'Boolean' data type is : In visual basic 'Break' statement could be used along with "Select Case" Delete method of the recordset of Data Control or Data Access Object is… To get the property window in visual basic you have to press CommonDialogs control is visible at runtime To run an application you have to press : By default 'Dim myvar' this statement: Sorted property of list box control is a design time property and cannot… The project extension name of a VB project is .vbj _____________ property of any control cannot change at run time. what will be the output of the code below :private sub command_click()dim… What is the default value of MaxLength property of text box control? The maximum length of a variable is _____________ characters. In a programme body :Private sub form_load()X=inputbox("First No. :")Y=inputbox("Second… Time variable is used to store date and time in visual basic The arrange property of MDI form is available at design time. Constants are processed faster than variables : There are _________________ no. of built in windows dialog boxes provided… The extension name of a Visual Basic form is _____________. CommonDialog control is the default control that anyone can find in the… If the user wants to select the multiple files from file open and filesave… To draw a form on the screen which event is being called up It is possible to build an application without using any form: It is possible to pass different number parameters to a function when… In timer control _____________ is the most important property. When someone uses the code like list1.list(1); then it will return the… IsDate() function returns true if its argument is a valid date and time In database application, any field does not contain any values can be… Time() function is used to recover date & time. What will be the output when the statements below will execute :Dim a…