Using Visual Studio, create Resources dir (place sample.ico in dir)
Right click Resources -> Add -> Existing Item -> select sample.ico
Right click sample.ico -> Properties -> Advanced -> Resource
Add
The icon displays properly on the dialog box. However, it does not display properly when the .exe is placed on the desktop.
Clyde EisenbeisPosted Jun 25, 2014, 9:34 AM
Right click Project -> Application -> Resources -> Icon and manifest -> Icon: -> select sample.ico
The entire procedure (I think I have it right):
Using Visual Studio, create Resources dir (place sample.ico in dir)
Right click Project -> Application -> Resources -> Icon and manifest -> Icon: -> select sample.ico
Right click Resources -> Add -> Existing Item -> select sample.ico
Right click sample.ico -> Properties -> Advanced -> Resource
Add
Bogdan CovrigPosted Jun 25, 2014, 9:27 AM