I want to add two mouse cursors (.CUR file) to my app and apparently I cant add it in a picturebox or an imagelist. Is there a way to get around this without using a resource file?
Printable View
I want to add two mouse cursors (.CUR file) to my app and apparently I cant add it in a picturebox or an imagelist. Is there a way to get around this without using a resource file?
you could add them as a embbeded resource
Just add the files to your project and change the Build Action to Embedded Resource
see sample project --->>
thanks alot:) I'll try to use it shortly