Unity Programs™ - Downloads To Make Your Computer Life Easier - UnityPrograms.com, check it out
My small company, I need feedback.
If someone's post was useful, don't forget to Rate It by clicking the Rate This Post link under the avatar. If this post has been resolved. Please mark it as Resolved by going through the Thread Tools above and clicking on the Mark Thread Resolved option. We ride together, We die together, .NET for life. - Working With Visual Studio.NET 2005
The problem is that my file is not a valid .cur file. I renamed an Icon (.ico) to .cur which is most likely the problem. But, how do I make it a valid Cursor file?
Unity Programs™ - Downloads To Make Your Computer Life Easier - UnityPrograms.com, check it out
My small company, I need feedback.
If someone's post was useful, don't forget to Rate It by clicking the Rate This Post link under the avatar. If this post has been resolved. Please mark it as Resolved by going through the Thread Tools above and clicking on the Mark Thread Resolved option. We ride together, We die together, .NET for life. - Working With Visual Studio.NET 2005
The problem is that my file is not a valid .cur file. I renamed an Icon (.ico) to .cur which is most likely the problem. But, how do I make it a valid Cursor file?
If you renamed myfile.mdb to myfile.doc would you expect Microsoft Word to open it successfully? The extension doesn't change the contents of a file, only how Windows tries to handle it. An ICO file with a CUR extension is still an icon file. Visual Studio allows you to create cursor and icon objects. You'll need to open the icon, copy its graphical content and paste that into a new cursor. You then save the cursor as a resource and you can access it. I would suggest using the My.Resources method I showed previously.
The sarcasm isn't needed. I am thankfull for everybody's help! You guys should get paid for everyword.
Now, is there a way to make this custom cursor a System-Wide change?
Last edited by StreaksAthlete; Dec 10th, 2006 at 08:37 PM.
Unity Programs™ - Downloads To Make Your Computer Life Easier - UnityPrograms.com, check it out
My small company, I need feedback.
If someone's post was useful, don't forget to Rate It by clicking the Rate This Post link under the avatar. If this post has been resolved. Please mark it as Resolved by going through the Thread Tools above and clicking on the Mark Thread Resolved option. We ride together, We die together, .NET for life. - Working With Visual Studio.NET 2005