79235864

Date: 2024-11-29 04:51:04
Score: 1.5
Natty:
Report link

Had the same problem the other day and this helped me. Thanks to ChatGPT.

wxIcon appIcon;
    
appIcon.LoadFile("IDI_APP_ICON", wxBITMAP_TYPE_ICO_RESOURCE);
     
if (appIcon.IsOk()) { SetIcon(appIcon); }
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Syktox