Home

What is the correct answer?

4

While running an application you can change the value of any variable and see it's effect through ___________ window.

A. intermediate

B. Immediate

C. current

Correct Answer :

B. Immediate


Related Questions

Print' statement can be used to print any statement on the screen. If there is a control array of label for 10 elements, then what will be… Which property of list box control reports the number of selected items. Redim statement is used to : Function Add(Num1 as integer, Num2 as integer) as integerAdd=Num1+Num2Num1=0Num2=0End… You can get a dropdown list and as well as can add some text directly… It is possible to build an application without using any form: CommonDialogs control is visible at runtime ABS() function will generate a hole value when used with a number with… It is possible to declare 'Dynamic Array' in visual basic. It is possible to insert a picture in a option button control. A single function of visual basic takes: Suppose there are two forms; form1 and form2 ; if there are codes like… Terminate is a valid event in form operation To get the property window in visual basic you have to press In a programme body :Private sub form_load()X=inputbox("First No. :")Y=inputbox("Second… It is possible to change the shortcut key assigned to any menu for accessing… To enable apply button in dialog box ; flag value should be set to Time() function is used to recover date & time. The title of the dialog box can be changed. One can change or read the alignment of one or more paragraph of rich… RichTextBox1.BulletIndent=5 ; what will be the effect of this code if… Dialog title property is used to change the title of any dialog box The size of 'Boolean' data type is : Constants are processed faster than variables : what will be the output of the code below :private sub command_click()dim… What will be the output when the statements below will execute :Dim a… CommonDialog control is the default control that anyone can find in the… In a text box control the default caption for text box is text1. When someone uses the code like list1.list(1); then it will return the…