Changing default icon

  • Thread starter Thread starter Diego F.
  • Start date Start date
D

Diego F.

Hi. Can you explain me how to change the default icon that Visual Studio
sets to all applications? I mean Windows Forms apps.

I want to change it for another icon, but I don't find any property in the
form properties.

Regards,

Diego F.
 
There is a propert called "Icon" on the form. To change the .exe icon, just
go to the project properties and change the icon.

HTH
 
There is not such property in the Properties Window :-?

Regards,

Diego F.

Lateralus said:
There is a propert called "Icon" on the form. To change the .exe icon, just
go to the project properties and change the icon.

HTH

--
Lateralus [MCAD]


Diego F. said:
Hi. Can you explain me how to change the default icon that Visual Studio
sets to all applications? I mean Windows Forms apps.

I want to change it for another icon, but I don't find any property in the
form properties.

Regards,

Diego F.
 
I'm sorry, I wasn't loading the form first. I was just selecting it in the
solution explorer.

Regards,

Diego F.

Diego F. said:
There is not such property in the Properties Window :-?

Regards,

Diego F.

Lateralus said:
There is a propert called "Icon" on the form. To change the .exe icon, just
go to the project properties and change the icon.

HTH

--
Lateralus [MCAD]


Diego F. said:
Hi. Can you explain me how to change the default icon that Visual Studio
sets to all applications? I mean Windows Forms apps.

I want to change it for another icon, but I don't find any property in the
form properties.

Regards,

Diego F.
 
Back
Top