Home

What is the correct answer?

4

which should be included when an application is used without any forms

A. subroutines

B. function

C. main

D. sub-main

Correct Answer :

D. sub-main


Related Questions

In visual basic Bool variable stores It is possible to build an application without using any form: A single function of visual basic takes: It is possible to pass different number parameters to a function when… To draw a form on the screen which event is being called up The title of the dialog box can be changed. To break a loop abnormally when satisfying a condition, we can use In database application, any field does not contain any values can be… If the Flag constant for the font common dialog box is cdlCFPrinterFonts… The extension name of a Visual Basic form is _____________. Flag property is used to adjust the function of each common dialog box The amount of text any one can place in text box is maximum 64 kb. Through which property of option button control one can change the font… Now() function will return the current drive and directory you are working… Visual Basic produce: CommonDialog control is the default control that anyone can find in the… While running an application you can change the value of any variable… CommonDialogs control is visible at runtime In case of visual basic, IDE means : Time() function is used to recover date & time. To run an application you have to press : Isnull(), IsEmpty() determines weather any variable has been initialize… MDI form1.Arrange vbTileHorizontal; this code in a MDI form will In a text box control the default caption for text box is text1. In visual basic 'Break' statement could be used along with "Select Case" Function Add(Num1 as integer, Num2 as integer) as integerAdd=Num1+Num2Num1=0Num2=0End… In visual basic, number of loop control structure is _____________. Suppose there are two forms; form1 and form2 ; if there are codes like… The maximum length of a variable is _____________ characters. In a programme body :Private sub form_load()X=inputbox("First No. :")Y=inputbox("Second…