|
-
December 6th, 1999, 07:14 PM
#1
What's a module
what is a module? what does it do. whats the difference between a class module and a module, thanks for your help.
PanasonicSubz
-
December 6th, 1999, 07:49 PM
#2
Re: What's a module
A module is used to hold global declarations and subs (often API declarations). The difference between a module and a class module is that a class module is more flexable is often used to make DLLs and OCXes. There are other differences but im assuming you are new to VB so I won't get into them.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|