Re: Icons
- Posted by Bernie Ryan <bwryan at PCOM.NET> Aug 10, 1999
- 638 views
David you wrote: >>In the latest version of Win32Lib, you can write: >> setIcon( myWindow, "iconfile.ico" ) >>to associate an icon with a window. Unfortunately, this can only be done >>at runtime, and I don't know how to change the built-in icon. The Icon that shows up when minimize is the last entry in WNDCLASS structure hIconSm ( small icon ) which is what I think he wants to change. Couldn't you Unregister the class then re-Register the class with different icons ? Bernie