Home

What is the correct answer?

4

Instr$(text1.text,"visual") will returns :

A. No. of times the string "visual" is present in the string in text1.text.

B. It puts the control where it finds the text "visual" in the string given in text1.text.

C. First occurrence of the text "visual" within the string given in text1.text

D. None of the above.

Correct Answer :

C. First occurrence of the text "visual" within the string given in text1.text


Related Questions

IsDate() function returns true if its argument is a valid date and time To draw a form on the screen which event is being called up cell alignment property can be used to align the cells with different… CommonDialog control is the default control that anyone can find in the… In timer control _____________ is the most important property. Function Add(Num1 as integer, Num2 as integer) as integerAdd=Num1+Num2Num1=0Num2=0End… To break a loop abnormally when satisfying a condition, we can use To add the commondialog control to any project one has to include it from Say there is a string "Ramcharan"; when someone using Mid() function like… Sorted property of list box control is a design time property and cannot… To get the property window in visual basic you have to press : Dialog title property is used to change the title of any dialog box The other Single Document Interface forms are by default child of MDI… In visual basic 'Break' statement could be used along with "Select Case" In a text box control the default caption for text box is text1. In runtime it is not possible to change the form size. Terminate is a valid event in form operation when using 'do until-loop' statement as stated belowI=10Do until I>5Print… Activate event is called before load event Visual Basic has ____________ number of editions It is possible to load a MDI form without any childform. Function can return array as return value: The default startup object can not be changed in a project It is possible to declare 'Dynamic Array' in visual basic. It is possible to insert a picture in a option button control. One can change or read the alignment of one or more paragraph of rich… In case of visual basic, IDE means : CommonDialogs control is visible at runtime Isnull(), IsEmpty() determines weather any variable has been initialize… When using do loop-while statement then the statements within the loop…