Re: minimize a program into an icon on the taskbar.



Larry Bates:
Its called the system tray and here is a link to some sample code
for Windows I found via Google:

But, but, but, ... the OP was talking about a wxPython app. wx.TaskBarIcon is the wxPython builtin support for making an icon in the system tray. Nothing else is needed.

Cheers, Frank
.