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 Create a Query Builder and Explain its uses ?
How many objects resides in ADO ?
How can you determine performance standards?
How would you navigate between one document to another document
How do I call a DLL?
What is the difference between Msgbox Statement and MsgboxQ function?
How do I play MID, WAV or other multimedia files?
Types of LockEdits in RDO.
What is snapshot in vb?
what are the Default cursor Type and LockEdit type in DAO?
by writing MACRO CODE,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). ex: custdetails custname lastname locaton mobile pincode custdetails raj tony hyd 555555 521245 servcreqrd srvce# srvcename location srvcepincode servcreqrd 754 drilling hyd 521784 for the above example in the another workbook retrive data like this custname Raj srvce# 754 srvcepincode 521784. while retrieving data control will search cell by cell for each row.
How do I create a new form in visual basic?
What is the use of NEW Keyword? Explain.
What is "NULL"?
Explain about conditional operators?