Click to See Complete Forum and Search --> : How to make a menu bar in Win32 Console Application???


Jesse79
March 16th, 2004, 11:49 AM
hi...
who know how to make a menu bar in win32 console application??

any library can help for this?

RussG1
March 17th, 2004, 08:44 AM
I do not think you can do this with a console application.
If you really want that functionality then I think your only choice would be to create a Win32 GUI application, and make your own console-like window (or possibly use a hidden console window and pipe input and output to your GUI window, etc).