Home

What is the correct answer?

4

It is possible in visual basic to specifying array limit like from 1 to 10

A. True

B. False

Correct Answer :

A. True


Related Questions

Function Add(Num1 as integer, Num2 as integer) as integerAdd=Num1+Num2Num1=0Num2=0End… The amount of text any one can place in text box is maximum 64 kb. To draw a form on the screen which event is being called up It is possible to change the password character property of text box control… cell alignment property can be used to align the cells with different… IsDate() function returns true if its argument is a valid date and time Suppose there are two forms; form1 and form2 ; if there are codes like… ABS() function will generate a hole value when used with a number with… Function can return array as return value: RichTextBox1.BulletIndent=5 ; what will be the effect of this code if… It is possible to access a menu without using mouse, to access the menu… Instr$(text1.text,"visual") will returns : When someone uses the code like list1.list(1); then it will return the… List count property returns total number of items in list box control. What is the default value of MaxLength property of text box control? what will be the output of the code below :private sub command_click()dim… _____________ property of any control cannot change at run time. which should be included when an application is used without any forms CommonDialog1.ShowOpenFilename1=CommonDialog1.FilenameThe above code will The extension name of a Visual Basic form is _____________. Visual Basic has ____________ number of editions Flag property is used to adjust the function of each common dialog box In runtime it is not possible to change the form size. What is the default value for multi-select property of list box control. In a programme body :Private sub form_load()X=inputbox("First No. :")Y=inputbox("Second… when using 'do until-loop' statement as stated belowI=10Do until I>5Print… In visual basic, number of loop control structure is _____________. To get the property window in visual basic you have to press : Suppose there is a data control named data1. What will be the effect if… In database application, any field does not contain any values can be…