Windows - bad icon behavior

Do you have a typical platform dependent issue you're battling with ? Ask it here. Make sure you mention your platform, compiler, and wxWidgets version.
User avatar
doublemax
Moderator
Moderator
Posts: 19158
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: Windows - bad icon behavior

Post by doublemax »

Take the file <wxdir>/samples/sample.rc and copy it into the directory of your project.
Rename the file if you want.
Open it in a text editor and adjust the name/path of the icon.
In Visual Studio (I assume you're using a project file and not build from the command line), right click the project -> Add -> Existing item -> Select the .rc file from above.
Use the source, Luke!
Jive Dadson
Experienced Solver
Experienced Solver
Posts: 60
Joined: Thu Sep 06, 2012 8:00 pm

Re: Windows - bad icon behavior

Post by Jive Dadson »

Our messages passed each other in cyberspace. I finally figured that out and posted it to another thread. Thanks, for your patience.
Post Reply