what is differece b/w Module and class Modules in vb6?
thanks
Answer Posted / anonymous
standard module:
1)place for variable declarations,procedures etc.and we can
access these procedures wherever needed 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 ? | 67 Yes | 16 No |
Post New Answer View All Answers
Through which protocol OLEDB components are interfaced?
i want to retrive data from one spead sheet to another UI (workbook). control will search cell by cell for each row and load the data in another workbook(UI).
How do I use GetPrivateProfileString to read from INI files?
Can any one please suggest which institute is providing Advance Excel & VBA Macros in Excel training in Hyderabad.
What are the rules which should be followed while naming a variable in VB?
What type of databases you can access through ADO Data Access Object?
How would you attach pictures in Treeview Control?
How would you add elements and pictures to listitems in listview control?
What is the latest version of visual basic?
How do I add a form in visual basic?
What is connection object in vb net?
What is Pseudocode?
What is the default workspace?
State about the different types of visual basic data?
How come I get a "No Current Record" error when I use a a Data Control on an empty table?