Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is differece b/w Module and class Modules in vb6?
thanks

Answer Posted / kumari santosh

Module
Code in VB is stored in modules.
Thereare three kind of modules, Class modules, Form modules
and Stendard modules.
In VB there are common codes we want to execute in several
forms. We do not want to duplicate the code in all forms,
we create a separate module containing the procedure that
implements the common code. This separate module should be
Standard module.

Class Module
Class modules (.CLS extension) are foundation of object
oriented programming in VB. We can write code in class
modules to create new objects. These new objects can
include our own customiaed properties and methods, although
custom objects can not have their own events.
We can also use the keyword, New to create multiple copies
of our objects.

Is This Answer Correct ?    87 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I make a text box not beep but do something else when I hit the Enter key?

1590


how to use unicode data in vb6 regarding to telugu language, my output is in only telugu language

3657


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?

3589


Explain about ADO control?

1063


I get a "file not found" error on the IIF function when I distribute by program. Why?

1566


What is ActiveX Control?

2284


Can you create a tabletype of recordset in Jet connected ODBC dbengine.

2025


how a multiple routing works ?

2970


Is there a way to break long lines in VB code?

1434


How would you use ActiveX Dll and ActiveX Exe in your application?

2195


What is vbs file?

1048


How would you attach pictures in column headers of List View Control?

2146


What is activex control in vb?

1076


In which areas the Error occurs?

1972


Types of LockEdits in RDO.

2145