what is Option Implicit
Answer Posted / anna
Option Explicit has 2 values ON and OFF
deafult value is ON
-Option Explicit means - All the variables should be
declared before its use.
Else it shows error..it is a good practice to use this..
Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
How would you create properties by using class Builder Wizard?
How do you change the icon and otherwise manipulate the DOS box?
What is data binding in vb net?
___,___ and __ are difference between image and picture controls.
What are the uses of List View Control?
Timer control contains ________ no. of events.
Whether HTML supports multimedia: and document links?
Explain the usage of Web Browser Control?
VB ActiveX: Create a "drivelist"(D1) box, a "folderlistbox"(FLD1) that changes whenever D1 is changed , and a "FilelistBox"(FIL1) that is populated with the file lists under the selected directory in (D1).The file selected is stored in a variable "filename" along with the path. Question: How to use this activeX control in VC++ to get the selected filename?
what is the control used to call a windows application.
What is Pseudocode?
What is ActiveX Document?
___,_____ and ____ container objects.
Explain OLE Drag and Drop?
How can I create a VBX?