My icons are not accepted by vs.net, please

  • Thread starter Thread starter Mat
  • Start date Start date
M

Mat

i received errors:
"Bitmaps that are Icons can not be made transparent. Icons natively support
transparency. Use the Icon constructor to create an Icon."
 
sounds to me that your are using bitmaps (.BMP) instead og icons (.ICO).
VS.NET has a tool that you can use to make your bitmaps into icons - that's
the Icon Constructor that is mentioned.
 
I am using ICO files, which i had used in VB6.
It is about ascending and descending icon for listviews.
 
* "Mat said:
i received errors:
"Bitmaps that are Icons can not be made transparent. Icons natively support
transparency. Use the Icon constructor to create an Icon."

Where do you get this error and what exactly do you want to do?
 

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

Similar Threads

Icon problem in .NET 3
Converting BitMap to Icon 3
Bitmap to Icon 2
Transparent Color in an Icon 8
Icon vs BitMap 2
Overlay bitmap on icon 2
Icon Chalange 2
ImageList with Transparent image for treeview 2

Back
Top