PanasonicSubz
December 6th, 1999, 06:14 PM
what is a module? what does it do. whats the difference between a class module and a module, thanks for your help.
PanasonicSubz
PanasonicSubz
|
Click to See Complete Forum and Search --> : What's a module PanasonicSubz December 6th, 1999, 06:14 PM 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, 06:49 PM 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. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |