Home

What is the correct answer?

4

In visual basic you can draw something in

A. Picture box control.

B. Image control.

C. Shape control.

Correct Answer :

A. Picture box control.


Related Questions

If the Flag constant for the font common dialog box is cdlCFPrinterFonts… Through which property of option button control one can change the font… CommonDialog1.ShowOpenFilename1=CommonDialog1.FilenameThe above code will Say there is a string "Ramcharan"; when someone using Mid() function like… The full form of IIS is : It is possible to change the password character property of text box control… Currency variable stores fixed point numbers with : In visual basic the default unit is : If there is a control array of label for 10 elements, then what will be… To run an application you have to press : Time variable is used to store date and time in visual basic The size of 'Boolean' data type is : In visual basic, number of loop control structure is _____________. Delete method of the recordset of Data Control or Data Access Object is… While running an application you can change the value of any variable… It is not possible to change the back color property of option button… CommonDialog control is the default control that anyone can find in the… To enable apply button in dialog box ; flag value should be set to What is the default value of MaxLength property of text box control? In visual basic 'Break' statement could be used along with "Select Case" In visual basic Bool variable stores What will be the output when the statements below will execute :Dim a… When someone uses the code like list1.list(1); then it will return the… In a text box control the default caption for text box is text1. List count property returns total number of items in list box control. It is possible to declare 'Dynamic Array' in visual basic. To break a loop abnormally when satisfying a condition, we can use If the user wants to select the multiple files from file open and filesave… The title of the dialog box can be changed. Function Add(Num1 as integer, Num2 as integer) as integerAdd=Num1+Num2Num1=0Num2=0End…