system tray

How can I discovery were the Windows 'application bar' end?
I want make some like a MSN message alert, a little frame standup on top of system tray and show some message. For do this I need know the first pixel starting from top of system tray for put de message in right position.

Some one has some idea???

Luiz Siqueira Neto wrote:

How can I discovery were the Windows 'application bar' end?
I want make some like a MSN message alert, a little frame standup on top of system tray and show some message. For do this I need know the first pixel starting from top of system tray for put de message in right position.

The best wx can do is letting you know which side of the screen the taskbar is on, and how big it is, using wxGetDisplaySize and wxGetClientDisplayRect.

There may be a win32 api you can use to get the size of the tray.

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!