Hi all, This is a Windows special question. I am creating a gui application with Win32 API. So far so good. I can create an icon for my gui with LoadImage() function and sending WM_SETICON message to the gui. But i wonder how can i set an icon for my exe file ? I tried a lot with WNDCLASS struct's hIcon element and LoadImage. But no luck. Is this task related to Nim or Win32 API ?
- How to set an icon for an exe file created from nim source code ? kcvinu
