Menu

BlitzPlus Forums/BlitzPlus Programming/Menu

nyybaseball(Posted 2014) [#1]
How would I make a clickable menu for my program?


xlsior(Posted 2014) [#2]
Greatly depends on the kind of program you're writing: Is it a full-screen graphics program/game, or are you talking about a windowed/GUI application?


nyybaseball(Posted 2014) [#3]
Its a game, but I do not know what a GUI application is.


xlsior(Posted 2014) [#4]
GreyAlien gave away some Menu code for Blitzplus here:
http://www.blitzbasic.com/Community/posts.php?topic=58413

(Anyway -- a GUI application doesn't use a graphics surface like most games would, but is a 'standard' application that uses the built-in windows window elements -- e.g. calc.exe under windows.)