How to include bitmaps and icons in EXE ?
How to include bitmaps and icons in EXE ?
Is there a way to include some icons and bitmaps in the exe file without having forms/dialogs defined in a rc ?
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: How to include bitmaps and icons in EXE ?
Yes, you don't have to create DIALOGs in your RC file. Just include ICON or BITMAP resource types.
EMG
EMG