Steve Heckman
January 12th, 2000, 10:07 AM
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.
|
Click to See Complete Forum and Search --> : modules Steve Heckman January 12th, 2000, 10:07 AM 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. Chris Eastwood January 12th, 2000, 10:16 AM 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/showpost.pl?Board=vb&Number=10903&Search=true&Forum=vb&Words=module&Match=Whole&Topic=&Searchpage=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 codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |