Form Icon

  • Thread starter Thread starter Just D.
  • Start date Start date
J

Just D.

All!

Who knows how can I change the form image (left top corner)? I can add bmp
and ico images as resources to the Windows Application Project and if I
create a link on the desktop I see this icon correctly. But I can't change
the left top corner of al forms.

Thanks,
Just D.
 
Right click your project choose Properties, then Common
Properties->General->Application Icon

JIM
 
Yes, I know, I did that. It changed only the icon of the EXE file, but not
the form icon. That's why I'm asking. The method that you recommend changes
the default icon and when you create a shortcut you will see this icon.

Just D.
 
Well, did you set your Forms Icon? With the Form in designer mode got to
Properties->Icon and set it there

JIM
 
If you used Form->Icon setting to change the app icon, it seems that not be
supported in .NET CF.
 
Back
Top