Home

What is the correct answer?

4

List count property returns total number of items in list box control.

A. True

B. False

Correct Answer :

A. True


Related Questions

Flag property is used to adjust the function of each common dialog box In visual basic Bool variable stores which control structure are working under false condition _____________ property of any control cannot change at run time. To get the property window in visual basic you have to press The project extension name of a VB project is .vbj By default 'Dim myvar' this statement: It is possible to change the password character property of text box control… In a programme body :Private sub form_load()X=inputbox("First No. :")Y=inputbox("Second… What is the default value for multi-select property of list box control. MDI form1.Arrange vbTileHorizontal; this code in a MDI form will It is possible to load a MDI form without any childform. While running an application you can change the value of any variable… You can get the ASCII value of any character or number by using There are _________________ no. of built in windows dialog boxes provided… It is possible to build an application without using any form: To break a loop abnormally when satisfying a condition, we can use IsDate() function returns true if its argument is a valid date and time It is possible to declare 'Dynamic Array' in visual basic. When someone uses the code like list1.list(1); then it will return the… A single function of visual basic takes: Constants are processed faster than variables : In database application, any field does not contain any values can be… Currency variable stores fixed point numbers with : Isnull(), IsEmpty() determines weather any variable has been initialize… Min and Max property can be used with Font common dialog box to determine Which property of list box control reports the number of selected items. If the Flag constant for the font common dialog box is cdlCFPrinterFonts… Redim statement is used to : Suppose there are two forms; form1 and form2 ; if there are codes like…