Home

What is the correct answer?

4

There are _________________ no. of built in windows dialog boxes provided by common dialogs control.

A. 6

B. 7

C. 8

D. 9

Correct Answer :

A. 6


Related Questions

Visual Basic produce: In _______________ control you can get only drop-down list of the content… The project extension name of a VB project is .vbj It is possible to insert a picture in a option button control. It is possible to change the password character property of text box control… Suppose there is a data control named data1. What will be the effect if… Function Add(Num1 as integer, Num2 as integer) as integerAdd=Num1+Num2Num1=0Num2=0End… CommonDialogs control is visible at runtime It is possible to change the shortcut key assigned to any menu for accessing… You can get the ASCII value of any character or number by using Terminate is a valid event in form operation When using do loop-while statement then the statements within the loop… It is possible to declare 'Dynamic Array' in visual basic. It is possible to pass different number parameters to a function when… To enable apply button in dialog box ; flag value should be set to If the Flag constant for the font common dialog box is cdlCFPrinterFonts… The size of 'Boolean' data type is : Constants are processed faster than variables : A single function of visual basic takes: Time() function is used to recover date & time. RichTextBox1.BulletIndent=5 ; what will be the effect of this code if… It is possible in visual basic to specifying array limit like from 1 to… IsDate() function returns true if its argument is a valid date and time The default startup object can not be changed in a project Dialog title property is used to change the title of any dialog box Data1.Recordset.FindFirst "State=NY"The above code will find the record… The title of the dialog box can be changed. The maximum length of a variable is _____________ characters. If you want a list box control with check box option, which property of… CommonDialog1.ShowOpenFilename1=CommonDialog1.FilenameThe above code will