Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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 23 14:09:40 CEST 2024

Total time taken to generate the page: 0.02080 seconds