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
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).
Explain Default cursor Type and LockEdit type in DAO?
How many objects resides in ADO ?
how to use telugu language in vb6? any unicode data is available for telugu or not?yes means how to use? my desired output is telugu only? i am doing project like(telugu calendar),my output should be print in telugu only? pls send me the solution with code?
What is Mask Edit and why it is used?
Which property of textbox cannot be changed at runtime. What is the max size of textbox?
What is the use of OLE?
How would you access objects created in ActiveX Exe and ActiveX D1T ?
How would you use ActiveX Dll and ActiveX Exe in your application?
What is constructors and distructors.
How do I make my applications screen-resolution independent?
Specify technical & functional architecture of your last 2 projects.
Explain the differences between ActiveX Dll and ActiveX Exe?
Is there any Edit method in ADO Data Access method?
Is there a way to break long lines in VB code?