what is Option Implicit
Answer Posted / shital
option explicit means declare variable name before use it,
if we not give variable name that can show error .
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Which property of textbox cannot be changed at runtime. What is the max size of textbox?
How would you attach an ActiveX control in Your Application?
Is it possible to Access BackEnd procedures?
___ property used to add a menus at runtime.
What are the types of line styles available in Treeview Control?
How can I call a 'hidden' DOS program from VB?
I have several megabytes of memory. Why do I get an "out of memory" error?
___ VB constant make the menu item in centre.
What is instantiating?
To validate a range of values for a property whenever the property values changes,which type of property procedure you use?
How do I create a window with a small title bar as in a floating toolbar?
what are the Differenct Types of Procedures in VB?
How do I make an animated icon for my program?
Hi, I am USINg QTP tool for automation. Where VB Script have to use. I want to read a row from the table present in .Doc File and to paste in excel. Could you please assist me or give me the code to get it. I am new in this technology.
How do I get the Tab key to be treated like a normal character?