Window state should be set to "Minimized" when minimizing to system tray (with right-click). This way, Windows XP and 2003 swaps out most of the application's working memory set, freeing up physical memory.
Logged In: YES user_id=1087996
Minimizing to tray works so: 1) check if window can be minimized 2) minimize window 3) hide window 4) add tray icon
So window is really minimized before hiding! Cheers.
Log in to post a comment.
Logged In: YES
user_id=1087996
Minimizing to tray works so:
1) check if window can be minimized
2) minimize window
3) hide window
4) add tray icon
So window is really minimized before hiding! Cheers.