CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: What's a module

  1. #1
    Join Date
    Nov 1999
    Location
    California, USA
    Posts
    40

    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

  2. #2
    Guest

    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
  •  





Click Here to Expand Forum to Full Width

Featured