RE: [GD-Windows] Icon for game window
Brought to you by:
vexxed72
From: Jon W. <hp...@mi...> - 2002-01-07 17:57:08
|
> and in the reference for WNDCLASS: > > hIcon > Handle to the class icon. This member must be a handle to an icon > resource. If this member is NULL, the system provides a default > icon. There's also a hIconSm in the WNDCLASSEX structure. hIconSm Handle to a small icon that is associated with the window class. If this member is NULL, the system searches the icon resource specified by the hIcon member for an icon of the appropriate size to use as the small icon. http://msdn.microsoft.com/ It even has a useful "search" field (though I wish the default search scope would exclude all that Windows CE nonsense :-) Cheers, / h+ |