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 » U++ Widgets - General questions or Mixed problems » tray icon & balloon notification
Re: tray icon & balloon notification [message #827 is a reply to message #824] Fri, 03 February 2006 17:04 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13984
Registered: November 2005
Ultimate Member
Well, there is no WndShow in U++, but Hide calls it for TopWindow... And you are right, hiding is good as well.

OTOH, U++ is designed that it mostly does not matter. Only "internal state" that really exists is focus - and that one is stored as "active focus" in TopWindow anyway.

Other anwser:

Well, I can adding TopMost modifier, but for now please use:

TopWindow& ExStyle(dword _exstyle);
dword GetExStyle() const;

(like ExStyle(GetExStyle() | WS_EX_TOPMOST)Wink

(note that it works the U++ way - does not matter whether TopWindow is open or not).

Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: How to stick focus on a control
Next Topic: Qtf and drawing
Goto Forum:
  


Current Time: Sat Jun 08 02:12:37 CEST 2024

Total time taken to generate the page: 0.01271 seconds