|
From: Joe B. <jo...@cy...> - 2000-12-04 15:47:59
|
Please don't send any more e-mails @ my address.
----- Original Message -----=20
From: loll=20
To: dev...@li...=20
Sent: Friday, December 01, 2000 12:02 AM
Subject: [Dev-C++] Re: Icons
Are you trying to put the icon in the title bar or just load one =
to put somewhere inside the dialog box?
im trying to put one in the dialog window somewhere:
this code: ICON "myIcon",500,20,10,20,20,SS_SUNKEN | WS_BORDER
brings up a bordered area for the icon but no icon inside it
500 is the resouce ID of the icon defined at the top of the resouce =
file:
500 ICON MOVEABLE PURE LOADONCALL DISCARDABLE =
"C:/DEV-C++/Icon/Documentation.ico"
Thanks
Lawrence=20
|