Home

What is the correct answer?

4

If the user wants to select the multiple files from file open and filesave dialog boxes then the flag must be set to

A. cdlOFNMultiselsectAllow

B. cdlOFNAllowMultiselect

C. It is not possible to select more than one file at a time

D. None

Correct Answer :

B. cdlOFNAllowMultiselect


Related Questions

CommonDialogs control is visible at runtime Min and Max property can be used with Font common dialog box to determine In case of visual basic, IDE means : When using do loop-while statement then the statements within the loop… MDI form1.Arrange vbTileHorizontal; this code in a MDI form will CommonDialog1.ShowOpenFilename1=CommonDialog1.FilenameThe above code will In a programme body :Private sub form_load()X=inputbox("First No. :")Y=inputbox("Second… It is possible in visual basic to specifying array limit like from 1 to… To add the commondialog control to any project one has to include it from List count property returns total number of items in list box control. Flag property is used to adjust the function of each common dialog box Constants are processed faster than variables : In timer control _____________ is the most important property. RichTextBox1.BulletIndent=5 ; what will be the effect of this code if… Print' statement can be used to print any statement on the screen. Terminate is a valid event in form operation It is possible to declare 'Dynamic Array' in visual basic. To get the property window in visual basic you have to press To draw a form on the screen which event is being called up One can change or read the alignment of one or more paragraph of rich… Which property of list box control reports the number of selected items. Time() function is used to recover date & time. In visual basic Bool variable stores In a text box control the default caption for text box is text1. cell alignment property can be used to align the cells with different… The other Single Document Interface forms are by default child of MDI… Time variable is used to store date and time in visual basic In visual basic you can draw something in Suppose there are two forms; form1 and form2 ; if there are codes like… It is possible to insert a picture in a option button control.