Hi again.
Another quick question:
I'm using a basic cosole app, and halfway through the program, a message box appears. My problem is that the message box is created behind the window. I know this isn't exactly vital to the execution of a program, but it's really annoying. Is there a simple, quick way to stop this happening?
Thanks in advance![]()



LinkBack URL
About LinkBacks





), you might want to see some 
) Enter is one of those weird functional keys, where both a carriage return \r and a newline \n appear in the console. It's important to check for both of these characters when using getch because getch only grabs the first part of the keystroke.