what are the Differences between variables defined as
public in a standard module (.bas) file and a Class file?
Answer Posted / pratap557
In Module , global variables are declared, whereas in class
file unless one creates the class instance , cannot get the
variable declared in the public section of that class
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Difference between Recordset and Resultsets.
Explain about control properties?
Why can't I use an index with my VB accessed database?
What is dao in vba?
How do I make the mouse cursor invisible/visible?
Write the Steps in Creating an ActiveX Control?
What is dao in visual basic?
Binary Access-method isused to access file in which manner?
What is FireHouse Cursors?
Write the steps in Creating ActiveX Dll and Active Exe?
What is the use of Hyperlink control for DHTML applications?
How would you access objects created in ActiveX Exe and ActiveX Dll
What is the use of Data Form Wizard?
Which property of textbox cannot be changed at runtime. What is the max size of textbox?
How do I mimic a toggle button?