Home

What is the correct answer?

4

In visual basic the default unit is :

A. centimeter.

B. Inch.

C. Dpi.

D. Twips .

Correct Answer :

D. Twips .


Related Questions

The amount of text any one can place in text box is maximum 64 kb. In _______________ control you can get only drop-down list of the content… It is possible to pass different number parameters to a function when… There are _________________ no. of built in windows dialog boxes provided… If the user wants to select the multiple files from file open and filesave… Visual Basic produce: Terminate is a valid event in form operation What is the default value of MaxLength property of text box control? CommonDialogs control is visible at runtime which should be included when an application is used without any forms In a text box control the default caption for text box is text1. CommonDialog control is the default control that anyone can find in the… List count property returns total number of items in list box control. The other Single Document Interface forms are by default child of MDI… _____________ property of any control cannot change at run time. In visual basic Bool variable stores Sorted property of list box control is a design time property and cannot… If there is a control array of label for 10 elements, then what will be… Suppose there is a data control named data1. What will be the effect if… IsDate() function returns true if its argument is a valid date and time When someone uses the code like list1.list(1); then it will return the… In visual basic the default unit is : Print' statement can be used to print any statement on the screen. MDI form1.Arrange vbTileHorizontal; this code in a MDI form will To add the commondialog control to any project one has to include it from To get the property window in visual basic you have to press What will be the output when the statements below will execute :Dim a… Delete method of the recordset of Data Control or Data Access Object is… It is possible to change the shortcut key assigned to any menu for accessing… Function Add(Num1 as integer, Num2 as integer) as integerAdd=Num1+Num2Num1=0Num2=0End…