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?
 
Back
Top