[wxPython] Smaller Icons

Thanks all for suggesting how to get the Windows Explorer icons into my
little app. It works fine.
However, I'm only getting the large icons and would like to smaller onces as
well.
Any ideas?

--eric

···

**********************************************************************
De informatie verzonden met dit e-mailbericht (en bijlagen)
is uitsluitend bestemd voor de geadresseerde(n) en zij die
van de geadresseerde(n) toestemming kregen dit bericht te
lezen. Gebruik door anderen dan geadresseerde(n) is
verboden. De informatie in dit e-mailbericht (en bijlagen)
kan vertrouwelijk van aard zijn en kan binnen het bereik
vallen van een geheimhoudingsplicht en een verschonings-
recht.

Any information transmitted by means of this email (and any
of its attachments) is intended exclusively for the addressee
or addressees and for those authorized by the addressee
or addressees to read this message. Any use by a party
other than the addressee or addressees is prohibited.
The information contained in this email (or any of its
attachments) may be confidential in nature and fall under a
pledge of secrecy and the attorney-client privilege.
**********************************************************************

Thanks all for suggesting how to get the Windows Explorer icons into my
little app. It works fine.
However, I'm only getting the large icons and would like to smaller onces

as

well.
Any ideas?

There's some new capabilities that have been added just recently to be able
to get different icons out of .ico files with more than one image in it, but
I don't think that applies to the wxMimeTypeManager...

What you can do is load the icon into a wxImage and then use it's methods to
resize the image to 16x16 and then convert it back to a wxBitmap for use in
your program.

···

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