what is differece b/w Module and class Modules in vb6?
thanks
Answer Posted / jerald
class module
It is a user defined datatype.
It have datamembers(methods and variables).
It can be accesed by creating the instance called
object if the class is not static. If the class is static
then it can be acessed using classname.datamember when
datamember is public.
Protected datamember can be accesed only by the first
inherited class.
Private datamember can be accesed only inside the main
class.
| Is This Answer Correct ? | 12 Yes | 25 No |
Post New Answer View All Answers
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 to get freefile location in memory?
What is the difference between change event in normal combobox and dbcombobox?
Where can I get updated VB and other Microsoft files?
When should we use recursive programming?
Is it possible to set a shortcut key for label?
What is dao in visual basic?
How do you change the system menu (on the Control-Menu Box)?
Through which protocol OLEDB components are interfaced?
What is DBSqlPassThrough?
How would you access objects created in ActiveX Exe and ActiveX D1T ?
What are the uses of List View Control?
To validate a range of values for a property whenever the property values changes,which type of property procedure you use?
Types of LockEdits in RDO.
How can you filter out specific type of file using file system controls?