Re: Win32 Question
- Posted by Daniel Berstein <daber at PAIR.COM> Mar 12, 1999
- 621 views
At 01:41 AM 12-03-1999 , you wrote:
>Does anyone know the values for the ICON_BIG and ICON_SMALL constants?
>I need them for the WM_SETICON and WM_GETICON messages.
>
>Thanks,
>
> Austin Cathey (aka The AfterBeat)
{ WM_SETICON / WM_GETICON Type Codes }
ICON_SMALL = 0;
ICON_BIG = 1;
Regards,
Daniel Berstein
[daber at pair.com]

