I use VS 2008 and C#, I want to embed cursor file (x.cur) in the resources, to be included in the EXE and I want to call it.
Any suggestion to do that please?
I use VS 2008 and C#, I want to embed cursor file (x.cur) in the resources, to be included in the EXE and I want to call it.
Any suggestion to do that please?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sam HobbsPosted Jun 12, 2011, 2:49 PM
Go to the Solution Explorer; right-click on the project and choose "Add | New Item". Look for "Resources File"; I think it is in the General node. Add a resources file and hopefully it will be obvious what to do next.
Also look in this web site for relevant articles. I see articles about use of cursors in WPF and Silverlight but I assume there are some for forms also.