what are the Differences between variables defined as
public in a standard module (.bas) file and a Class file?
Answer Posted / jojo
i bas All the variable are public by default u can access
the variable throughtout the project.
In class u need the instance of the class called object to
access it
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Difference between Class Module and Standard Module?
Where can I get updated VB and other Microsoft files?
What is the need of tabindex property is label control?
Is it possible to set a shortcut key for label?
Can you create a tabletype of recordset in Jet - connected ODBC dbengine?
Is it possible to Manipulate data through flexgrid? Explain.
How do you make a TEXTBOX read only? Or, how do I prevent the user from changing the text in a TEXTBOX?
Is it possible to Access BackEnd procedures? Explain.
What is ODBC Direct and Microsoft Jet Database Engine ?
What is understand in resource tracking?
I'm getting error message "Reserved Error [-nnnn] ("There is no message for this error")" from Jet Engine 2.0.Why?
Are there any examples of commercial applications built using Visual Basic?
Which type of object requires this object?
What is database vb?
How can I call a 'hidden' DOS program from VB?