Could you please explain me the difference?[quote]The return value is a handle to the window used by the console associated with the calling pr...
How do you find when a user presses 'H'?Where is the input coming from? Command line? Form element? Or do you want a message box to display ...
Converting [SHIFT] + [NUM] to punctuation markNot to worry, solved it. [code] BYTE keyState[256] = {0}; bool keyStateResult = GetKeyboardState(ke...
Could you please explain me the difference?[quote]Also, a console is actually a GUI app[/quote] I wouldn't say this was true. If you run the c...
Could you please explain me the difference?A console application will spawn a console. A windows application doesn't. Also, there's a byte in t...
This user does not accept Private Messages