[pywin32-bugs] [ pywin32-Feature Requests-1066764 ] Specifying small icons
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2004-11-15 16:31:35
|
Feature Requests item #1066764, was opened at 2004-11-15 10:31 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551957&aid=1066764&group_id=78018 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Garrett Smith (garrett1020) Assigned to: Nobody/Anonymous (nobody) Summary: Specifying small icons Initial Comment: I have an ico file with multiple formats (e.g. 16x16, 32x32, etc.) and would like to specify the 16x16 as the 'small icon' for my dialog. If my understanding is correct, I'd do this by using WNDCLASSEX and specifying a icon handle for hIconSm. If this is the only way to do this, it'd be great if WNDCLASSEX and RegisterClassEx were added to win32gui. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551957&aid=1066764&group_id=78018 |