16x16 icons

  • Thread starter Thread starter Greg Larson
  • Start date Start date
G

Greg Larson

When I add an Icon resource to my WinForms project, it is
editable as 32x32. However, when I assign the Icon to a
form (either as embedded or assigned in the Property
Grid), the 16x16 part is shown. How do I edit the 16x16
part of the Icon in Visual Studio .NET?
 
When you're editing the image in VS.Net you will see that an Image menu is
added to the main menu. So if you go to "Image -> Current Icon Image Types",
you can choose to edit the 16x16 version. In addition, you can delete the
current image type and add new image types using the "Image" menu as well.
 
Open your 32x32 ICO
From the toolBa

[IMAGE] ->[New Image Type] -> Select 16x16 and the correct color forma

Muliple formats are store within the .ico format..
 
Perfect. Thanks.
-----Original Message-----
When you're editing the image in VS.Net you will see that an Image menu is
added to the main menu. So if you go to "Image -> Current Icon Image Types",
you can choose to edit the 16x16 version. In addition, you can delete the
current image type and add new image types using the "Image" menu as well.

--
Tim Wilson
..Net Compact Framework MVP
{cf147fdf-893d-4a88-b258-22f68a3dbc6a}



.
 
Back
Top