Powered by |
How to change default icon of a win32 console application?OK, here are the essential steps: (1) First, I assume you already have an icon, for example, test.ico
Put it in the same folder as the rest of your project. ConApp ICON test.ico Save this file with a name e.g. test.rc in the same folder as
the rest of project. (c) CodeGuru.com, by kochhar
|