Prev: SQL Server Express vs. sqlite
Next: wlan Info
From: erictetz on 5 May 2010 03:15 Is there any way to handle WM_SIZE for a console application? I'd like to minimize to the system tray, but I first need to detect when the user has minimized the window.
From: Jackie on 10 May 2010 04:15 On 5/5/2010 09:15, erictetz wrote: > Is there any way to handle WM_SIZE for a console application? I'd like > to minimize to the system tray, but I first need to detect when the > user has minimized the window. I am not sure about that, but just in case you are not aware of this, at least subclassing will not work because console windows are owned by the csrss system process (you can probably do it if you have the same rights but I am sure you know it is a very bad idea).
|
Pages: 1 Prev: SQL Server Express vs. sqlite Next: wlan Info |