adspace
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
How would you activate animation control?
With in the form we want to check all the text box control are typed or not? How?
How do I force a file dialogue box to reread the currect disk?
Specify technical & functional architecture of your last 2 projects.
How would you attach pictures in column headers of List View Control?
Draw Sequence Modal of DAO and Explain?
How do I make the mouse cursor invisible/visible?
How do I tell when an application executed using the SHELL command is finished?