Menu Tutorials

If you have questions about any aspect of QBasic programming, or would like to help fellow programmers solve their problems, check out this board!
Post Reply
Guest

Menu Tutorials

Post by Guest »

Hey,

Does anyone know of any tutorials that run through the making of presentable menu systems? Maybe like highlighting each of the options and scrolling using the up/down buttons?

Thanks
Guest

Menu system

Post by Guest »

There are many gui builder routines, each programmer has a different approach to the problem, if you like could look at my own gui builder library please go to: http://www.qb45.com/index.php?page=down ... ad&id=1426
or go to http://xoomer.virgilio.it/compgos and download guiser.zip
User avatar
UWLabs
Coder
Posts: 12
Joined: Sun Oct 03, 2004 7:53 am
Location: Tennessee

Menu Maker Program

Post by UWLabs »

If you'd like a program with comments (cheap tutorial) that makes use of sub routines to make DOS screen 0 menus (text only) - and makes menus like the QB IDE then try this:

ftp://members.aol.com/uwlabs/MENU-PRO.BAS
Post Reply