-1

i want to change the default icon of a windows form programm. The problem is, when i select a name.ico file comes this error message:

Argument 'picture' must be a picture that can be used as a Icon.

My Icon is 32X32 pixel. Can anyone say what i'm doing wrong?

phill
  • 63
  • 5

1 Answers1

1

This question as already been answered in this post:

C# Argument 'picture' must be a picture that can be used as an Icon

Wingman4l7 Reccomends using this link: http://www.convertico.com/ to convert it to a PNG file format.

Community
  • 1
  • 1
S.Wessels
  • 111
  • 2
  • 3