Board index » cppbuilder » specific panel that can never be covered by other one

specific panel that can never be covered by other one


2007-11-06 01:37:24 AM
cppbuilder82
Hi,
I'm looking for a kind of panel that is always displayed (as one column for
example) at the right side of the screen. This panel can never be covered by
other window: each time I open a new window of one specific software
(internet, or word , or.) on full screen, it should never cover my panel.
This panel is like a tool bar. What is the easiest way to develop that?
Thank you very much for your help.
Best regards
Cedric (Belgium)
 
 

Re:specific panel that can never be covered by other one

"cedric" < XXXX@XXXXX.COM >wrote in message
Quote
What is the easiest way to develop that?
What you are asking for is called an "Application Desktop Toolbar", or
"Appbar" for short. Have a look at the following section of MSDN for more
information:
Using Application Desktop Toolbars
msdn2.microsoft.com/en-us/library/bb776821.aspx
Gambit