Note: Overcoming WinMain’s ANSI lpCmdLine
I got a question about WinMain and its ANSI lpCmdLine. Are you required to use the ANSI argument? No, you are not!
the magic inside the machine — a dream of Mohammad Elsheimy
Archive for the ‘Windows Management’ Category.
I got a question about WinMain and its ANSI lpCmdLine. Are you required to use the ANSI argument? No, you are not!
MFC allows you to override CWinApp::OnIdle function to perform idle-time processing.
This function is called whenever there’re no messages are waiting for processing in the message queue.
In this function, you can perform some secondary processing like updating the status bar, toolbar, etc.