[wxPython] changing upper left corner icon in XP

Hi all-
I'm not sure exactly how to phrase this, mostly because I don't know what to properly term the thing I'm talking about. I'm interested in changing the icon in the very upper left corner of my GUI application under XP. For example, right now the icon is the little netscape logo, the N in the circle. In AIM, the upper left corner has the little orange guy. Then when you click on it, you get the drop down menu with stuff like 'move, resize, minimize, maximize, close', etc. Is there a way to change this icon from using wxPython? Thanks,

Gary Sharp

···

_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com

Gary Sharp wrote:

I'm interested in changing the icon in the very upper left corner of my GUI application under XP. [...] Is there a way to change this icon from using wxPython?

Yep. wxFrame.SetIcon will do it. See the demo (in Main.py) for an example.

···

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