views:

337

answers:

2

Hello!

I'm using Microsoft Visual Studio 2008 and I'm trying to set an exe icon for my program.

I've searched this site and found this: htp://stackoverflow.com/questions/320677/how-do-i-set-the-icon-for-my-application-in-visual-studio-2008

But I cant find this "Resource View". Looked everywhere in MVS08

Please help!

http://i46.tinypic.com/nd7m8z.jpg

A: 

hi,

try to add a resource file to your project, then you should be able to open the rc file and add an icon

+1  A: 

Right-click on your project, and select Add -> Resource. Then select Icon and click New. Edit your icon, and you should be good to go.

Ben