I had been using the following code to disable the close button of the console window:
The problem is, I recently strarted using WindowBlinds (which is a neat app that let's you skin windows to look however you want), and this code quit working. Does anyone know an alternate soulution that wouldn't have this issue?Code:DeleteMenu(GetSystemMenu(hwndConsole, FALSE), SC_CLOSE , MF_BYCOMMAND); DrawMenuBar(hwndConsole);



LinkBack URL
About LinkBacks


