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
How do I make a text box not beep but do something else when I hit the Enter key?
how to use unicode data in vb6 regarding to telugu language, my output is in only telugu language
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?
Explain about ADO control?
I get a "file not found" error on the IIF function when I distribute by program. Why?
What is ActiveX Control?
Can you create a tabletype of recordset in Jet connected ODBC dbengine.
how a multiple routing works ?
Is there a way to break long lines in VB code?
How would you use ActiveX Dll and ActiveX Exe in your application?
What is vbs file?
How would you attach pictures in column headers of List View Control?
What is activex control in vb?
In which areas the Error occurs?
Types of LockEdits in RDO.