Home

What is the correct answer?

4

When someone uses the code like list1.list(1); then it will return the first item of the list box control.

A. True

B. False

Correct Answer :

B. False


Related Questions

List count property returns total number of items in list box control. The arrange property of MDI form is available at design time. MDI form1.Arrange vbTileHorizontal; this code in a MDI form will The amount of text any one can place in text box is maximum 64 kb. Isnull(), IsEmpty() determines weather any variable has been initialize… The size of 'Boolean' data type is : It is possible to declare 'Dynamic Array' in visual basic. cell alignment property can be used to align the cells with different… In a text box control the default caption for text box is text1. Min and Max property can be used with Font common dialog box to determine Dialog title property is used to change the title of any dialog box While running an application you can change the value of any variable… what will be the output of the code below :private sub command_click()dim… which should be included when an application is used without any forms The default startup object can not be changed in a project If the Flag constant for the font common dialog box is cdlCFPrinterFonts… It is possible to change the password character property of text box control… Function Add(Num1 as integer, Num2 as integer) as integerAdd=Num1+Num2Num1=0Num2=0End… Function can return array as return value: In runtime it is not possible to change the form size. CommonDialogs control is visible at runtime Currency variable stores fixed point numbers with : If there is a control array of label for 10 elements, then what will be… It is possible to pass different number parameters to a function when… IsDate() function returns true if its argument is a valid date and time The other Single Document Interface forms are by default child of MDI… The extension name of a Visual Basic form is _____________. CommonDialog1.ShowOpenFilename1=CommonDialog1.FilenameThe above code will Suppose there is a data control named data1. What will be the effect if… To get the property window in visual basic you have to press :