|
-
January 12th, 2000, 11:07 AM
#1
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.
-
January 12th, 2000, 11:16 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|