But have a question: why to set this option ? how to use? it's can't work!
like this code:bool _App::OnInit()
{
NewFrame* frame = new NewFrame(0L, wxID_ANY, wxPoint(50, 30), wxSize(700, 500), 0);
frame->SetIcon(wxICON(aaaa)); // To Set App Icon
frame->Show();
return true;
}