how to get other programs' icons

I want to get the icons of other programs,and put the icon in my listctrl,how
to do it?

···

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

BruceKL WhoH wrote:

I want to get the icons of other programs,and put the icon in my listctrl,how
to do it?

If the icon is registered for the app for its mime type then you can use
wxMimeTypesManager to get it. Otherwise there is a wxIconLocation class
in 2.5 that will be able to get the icon from executables and such on
Windows, as well as icon image files.

···

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