U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » TopWindow&PopUp, TrayIcon » TopWindows WhenMinimize event
TopWindows WhenMinimize event [message #19636] Fri, 26 December 2008 00:04 Go to previous message
tojocky is currently offline  tojocky
Messages: 607
Registered: April 2008
Location: UK
Contributor

I need the WhenMinimize calback event of TopWindows. On minized its need to hide in TryIcon.
How I can get this event?
I see that property "state" of class TopWindows is change with procedure "Ctrl::WndProc" that it is init in function
Ctrl::InitWin32(HINSTANCE hInstance)
with function
RegisterClassW(&wc);
or
RegisterClass(&wc);
where
wc.lpfnWndProc   = (WNDPROC)Ctrl::WndProc;

P.S. I found here information in win32 but it would be nice to know how can i do in u++ (win32/lunix/MacOs)
 
Read Message
Read Message
Read Message
Previous Topic: Add public method IsVisible() TrayIcon
Next Topic: PromptOKCancel error;
Goto Forum:
  


Current Time: Tue Apr 28 20:37:56 GMT+2 2026

Total time taken to generate the page: 0.00516 seconds