Specifying small icons
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
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.