Home

What is the correct answer?

4

The default startup object can not be changed in a project

A. True

B. False

Correct Answer :

B. False


Related Questions

Sorted property of list box control is a design time property and cannot… when using 'do until-loop' statement as stated belowI=10Do until I>5Print… Suppose there are two forms; form1 and form2 ; if there are codes like… In visual basic you can draw something in The other Single Document Interface forms are by default child of MDI… Say there is a string "Ramcharan"; when someone using Mid() function like… It is possible to access a menu without using mouse, to access the menu… Sort is a method by which elements can be sorted in flexgrid control There are _________________ no. of built in windows dialog boxes provided… RichTextBox1.BulletIndent=5 ; what will be the effect of this code if… It is possible to load a MDI form without any childform. cell alignment property can be used to align the cells with different… To enable apply button in dialog box ; flag value should be set to Isnull(), IsEmpty() determines weather any variable has been initialize… While running an application you can change the value of any variable… Visual Basic has ____________ number of editions It is not possible to change the back color property of option button… In visual basic the default unit is : In runtime it is not possible to change the form size. One can change or read the alignment of one or more paragraph of rich… Sorted property of list box control is a design time property and cannot… In a text box control the default caption for text box is text1. It is possible in visual basic to specifying array limit like from 1 to… In a programme body :Private sub form_load()X=inputbox("First No. :")Y=inputbox("Second… The size of 'Boolean' data type is : To get the property window in visual basic you have to press : CommonDialog1.ShowOpenFilename1=CommonDialog1.FilenameThe above code will Function Add(Num1 as integer, Num2 as integer) as integerAdd=Num1+Num2Num1=0Num2=0End… To run an application you have to press : In database application, any field does not contain any values can be…