What are the differences between a standard module and a
class module?
Answer Posted / intekhab
standard module:
1)place for variable declarations,procedures etc.and we can
access these procedures in wherever in the project.
2)Available only for the existing modules where they are
used.
class module:
1)Unlike standard module,members of class like object's
properties,events can be accessed only whenever an instance
of class is created.
2)We can make use of it whenever an object reference of the
particular class is created for number of applications
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is there a way to break long lines in VB code?
how to make unlimited id(1rimjim,2rimjim,3rimjim....etc) login grp chat pogram for jabber?
how to use unicode data in vb6 regarding to telugu language, my output is in only telugu language
Why can't I use an index with my VB accessed database?
What is connection object in vb net?
How about Access 2.0 compatibility?
To find the current recordposition in data control.
How would you use ActiveX Dll and ActiveX Exe in your application?
What is ado data control in vb6 0?
How to find the current record position in data control?
Draw Sequence Modal of DAO and Explain?
How should dates be implemented so they work with other language and country formats?
What is snapshot in vb?
What is hyperlink?
Which method is preferred to save datas like database?