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.
Printable View
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.
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