How can i make an .exe with menus?
How can i make an .exe with menus?
(OP)
I need to make an executable of my file, but when i do that, my programa pass to quickly and i cant do anything, could you help me?
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS Come Join Us!Are you a
Computer / IT professional? Join Tek-Tips Forums!
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting Guidelines |
How can i make an .exe with menus?
|
Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.
Here's Why Members Love Tek-Tips Forums:
Register now while it's still free!
Already a member? Close this window and log in.
RE: How can i make an .exe with menus?
You might want to add this piece of code
READ EVENTS
at the very end of you main program file.
Hope this helps
Yue Jeen
RE: How can i make an .exe with menus?
If it's the latter, check out this KB article:
http://support.microsoft.com/support/kb/articles/Q132/6/97.asp?LN=EN-US&SD=gn&FR=0
If it's the former, Microsoft's Rodney Hill wrote a good article on this, check it out:
http://msdn.microsoft.com/library/techart/msdn_menus.htm
Jon Hawkins
Carpe Diem! - Seize the Day!
RE: How can i make an .exe with menus?
and
Don't forget the CLEAR EVENTS in your menu's exit or ON SHUTDOWN.