T
Thomas Wegener
Hi,
I have an file "painting.ico".
I use an class which has an "Icon" property.
How can I set this property.
I tried
- Build Action: embedded resource
But it crashed during the assignment
- class.Icon = new Icon("painting.ico");
Anybody know the right way?
Thanks in advance
Thomas
I have an file "painting.ico".
I use an class which has an "Icon" property.
How can I set this property.
I tried
- Build Action: embedded resource
But it crashed during the assignment
- class.Icon = new Icon("painting.ico");
Anybody know the right way?
Thanks in advance
Thomas