Joey
Joey

Reputation: 145

How to change icon in .exe (App Wxwidgets with C++)

I have build an app with Code::Block, C++ and wxWidgets. I have changed icon for frame successfully, but icon of .exe file is still there default.

Image 01

Image 02

how to change icon of .exe file?

Thanks

Upvotes: 1

Views: 1474

Answers (1)

catalin
catalin

Reputation: 1987

Edit .rc file (i.e. resource.rc) and set your icon where you find aaaa ICON.

Upvotes: 1

Related Questions