How to Override DEFAULT FiveWin ICON ?
Posted: Sun Jul 28, 2019 3:43 pm
Dear All ,
After Application Built the app.EXE is executing and on the Windows Status BAR the Default FiveWIN ICON is showing.
Have tried below code to use app ICON for the main window but it does not get override the default FiveWin.ICO
Am I doing right ? Please guide me.
Thanks
Shridhar
After Application Built the app.EXE is executing and on the Windows Status BAR the Default FiveWIN ICON is showing.
Have tried below code to use app ICON for the main window but it does not get override the default FiveWin.ICO
- Code: Select all Expand view
DEFINE ICON oICon RESOURCE "app_icon"
DEFINE WINDOW oApp:oWnd STYLE WS_POPUP COLOR CLR_BLACK, c_MWIN_BCK_CLR ICON oICon
Am I doing right ? Please guide me.
Thanks
Shridhar