[wxPython] running from quick launch toolbar

Guy Robinson wrote:

Hello,

I'm wanting to make my application run from the quick lanuch toolbar in
win2000, with right click access etc. How do I do this?

The Quick Launch bar just needs to have a shortcut dropped on it. But since you mention "right click access" I suspect you are talking about the System Tray (the one by the clock.) If so, take a look at the use of wxTaskbarIcon in the demo/Main.py module.

···

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