G
Guest
I can't seem to get a certain .ico to load at runtime.
This line:
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
Always raises this error:
An unhandled exception of type 'System.NotSupportedException' occurred in
System.Drawing.dll
Anybody aware of any gotchas in the way the Compact Framework handles form
icons?
Thanks
This line:
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
Always raises this error:
An unhandled exception of type 'System.NotSupportedException' occurred in
System.Drawing.dll
Anybody aware of any gotchas in the way the Compact Framework handles form
icons?
Thanks