Home

What is the correct answer?

4

Time() function is used to recover date & time.

A. True

B. False

Correct Answer :

B. False


Related Questions

It is possible to build an application without using any form: _____________ property of any control cannot change at run time. Function Add(Num1 as integer, Num2 as integer) as integerAdd=Num1+Num2Num1=0Num2=0End… If you want a list box control with check box option, which property of… Flag property is used to adjust the function of each common dialog box The arrange property of MDI form is available at design time. MDI form1.Arrange vbTileHorizontal; this code in a MDI form will Suppose there are two forms; form1 and form2 ; if there are codes like… To add the commondialog control to any project one has to include it from CommonDialogs control is visible at runtime Activate event is called before load event To enable apply button in dialog box ; flag value should be set to DocumentForm() it is A single function of visual basic takes: RichTextBox1.BulletIndent=5 ; what will be the effect of this code if… The project extension name of a VB project is .vbj Sorted property of list box control is a design time property and cannot… To draw a form on the screen which event is being called up It is not possible to change the back color property of option button… Terminate is a valid event in form operation In visual basic 'Break' statement could be used along with "Select Case" Constants are processed faster than variables : Data1.Recordset.FindFirst "State=NY"The above code will find the record… In visual basic the default unit is : In visual basic you can draw something in Sort is a method by which elements can be sorted in flexgrid control Isnull(), IsEmpty() determines weather any variable has been initialize… The title of the dialog box can be changed. It is possible to declare 'Dynamic Array' in visual basic. Visual Basic produce: