16x16 icons

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?
 
T

Tim Wilson

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.
 
G

Guest

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..
 
G

Greg Larson

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}



.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top