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

Thread: modules

  1. #1
    Join Date
    Jan 2000
    Posts
    3

    modules

    how do i make a module? I was told to make one to put a public array in but my intro to programing teacher doesn't know how (isn't the public high school system great?) thanks for the help.


  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: modules

    A module is a file that you add to / create in your project with the extension of 'BAS' - in fact, I've already written a description of what they are here : http://codeguru.developer.com/bbs/wt...age=1&Limit=25


    To add one to your VB project, either go to the 'Project' menu and click 'Add Module' or right-click on the project tree and choose the 'Add->Module' menu from there.


    Chris Eastwood

    CodeGuru - the website for developers
    http://codeguru.developer.com/vb

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