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 next 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)
Re: TopWindows WhenMinimize event [message #19638 is a reply to message #19636] Fri, 26 December 2008 15:38 Go to previous messageGo to next message
tojocky is currently offline  tojocky
Messages: 607
Registered: April 2008
Location: UK
Contributor

I found here the discusion about callback whenminimize. I can't understand: for other os is not possible to handle this event?
Re: TopWindows WhenMinimize event [message #19673 is a reply to message #19638] Sun, 04 January 2009 14:50 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
tojocky wrote on Fri, 26 December 2008 09:38

I found here the discusion about callback whenminimize. I can't understand: for other os is not possible to handle this event?


Yes, that is the likely problem.

Mirek
Previous Topic: Add public method IsVisible() TrayIcon
Next Topic: PromptOKCancel error;
Goto Forum:
  


Current Time: Sat Apr 20 11:18:19 CEST 2024

Total time taken to generate the page: 0.02704 seconds