Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: CyberSlayer on April 27, 2007, 09:44:51 pm
-
How can I change the icon in the upper left corner of a frame based app created with wxSmith?
Thanks.
-
Hi,
Easy, just add
to your frames constructor, where aaaa is either a xpm image or (on win) an icon resource (defined in resource.rc).
Regards raph
-
Thanks, it worked.