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
What is activex control in vb?
Explain about arrays?
How do you create a form in visual basic?
What is the use of parameters collection?
What is the use of Hyperlink control for DHTML applications?
Is it possible to change menu runtime using API? If yes? Specify the function names.
What is ODBC Direct and Microsoft Jet Database Engine ?
Recordset object consists what?
___,__,___ are the type of combo box?
What language does visual basic use?
How do I get a bitmap picture in a field in an Access database?
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.
Explain about manipulating the recordset object
What is database vb?
Can you create a Updatecascade, Deletecascade relation in Ms- Access?