Page 1 of 1

Changing the default icon for a wxFrame application (Windows

Posted: Thu Feb 11, 2016 9:44 pm
by PierreB
Hi everyone,

I must be missing something in the way to choose my own png icon for the C++ wxFrame application !

Using wxCrafter, I select my wxFrame and assign different size icons as png under the "Frame icons" subset.

Then Generate code.

But after compiling, It still use the default one (three red, blue, yellos squares)

Can someone put me on the track?

Thanx
Pierre

Re: Changing the default icon for a wxFrame application (Win

Posted: Fri Feb 12, 2016 12:22 am
by eranif
Under Windows you need to set your icon in the .rc (resource) file
This is how Windows works

Eran