RE: [GD-Windows] Icon for game window
Brought to you by:
vexxed72
From: Brian H. <bri...@py...> - 2002-01-07 17:51:25
|
A-ha! I was doing that, however I botched up the call to LoadIcon by passing NULL as the first parameter instead of hInstance. Doh. Thanks! Brian > -----Original Message----- > From: gam...@li... > [mailto:gam...@li...] On > Behalf Of Andrew Grant > Sent: Monday, January 07, 2002 9:45 AM > To: gam...@li... > Subject: RE: [GD-Windows] Icon for game window > > > set WNDCLASS.hIcon before you register the class for your main window. > > Andrew Grant > Hothouse Creations > > > > > -----Original Message----- > > From: Brian Hook [mailto:bri...@py...] > > Sent: 07 January 2002 17:34 > > To: 'Gamedevlists-Windows@Lists. Sourceforge. Net' > > Subject: [GD-Windows] Icon for game window > > > > > > What magical bit of tomfoolery do I need to do to have my > > application's > > icon show up in the caption bar? I'm already using > LoadIcon() to load > > the correct icon, and it shows up correctly in Explorer > when browsing > > directories, just not in the caption. > > > > Thanks, > > > > Brian > > > > > > _______________________________________________ > > Gamedevlists-windows mailing list > > Gam...@li... > > https://lists.sourceforge.net/lists/listinfo/gamedevlists-windows > > > > > This email is covered by the following disclaimer, please > read before accepting this email. http://www.hothouse.org/disclaimer/ > > _______________________________________________ > Gamedevlists-windows mailing list > Gam...@li... > https://lists.sourceforge.net/lists/listinfo/gamedevlists-windows > |