Qbasicnews.com

Full Version: ive seen in some Qbasic .............
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
in some qbasic programs they have a cool menu and stuff
how do i get that menu at the top of my program?? so thers a file,edit,save etc. thing
You'd have to code one. It wouldn't be too hard... but that would depend on whether you wanted it to respond to the mouse.
Do u want it in VGA/SVGA or text mode?

I think there are a few progs out there which allow you to directly use a menu. You just have to merge that module with your prog and use its routines. I dont know any offhand but try searching for it.
Archangel,
I just sent you a menu program via the email address in your profile. I hope it serves your purpose.
*****
ya i just got it. its great
ohhh pleeeeeeease send it to me to... i need it for an project but i dont know where to start... im not going to copy the code just look at it so i understand a little on how to do it
Ok Weasel, I'll send you both the .EXE file and the source code, but be advised that you won't be able to compile the source without the QuickPak Professional Library (by Ethan Winer). I can't send you this library, I don't have a license to do so. But, like you said, you can use the code as an example. However, you wil find the VertMenu SUB, which is the main menu handling logic, to be quite complicated. Another general purpose routine by Winer.
*****