What are the differences between a standard module and a
class module?
Answer Posted / nilesh b
To Use Standard Module, we do not need to create or
instantiate object of the same. While to use the class
module, we need to create and instantiate an object of the
same.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do I get my application on top?
How would you Create a Query Builder and Explain its uses ?
What is ado in vb?
Which method is preferred to save data like database to the disk?
What is script control?
What is Internet Explorer and its uses?
How do I implement an incremental search in list/dir/combo/file boxes?
Types of LockEdits in RDO.
What is the difference between change event in normal combobox and dbcombobox?
What is ActiveX? Explain.
How would you Create a Query Builder and Explain its uses
It possible to call OLEDB's Features directly in VB without using any control?
What is ActiveX Document?
Is there any way to pass a variable to a form apart from using global variables?
It is possible to access Text (x.txt) files? Explain.