Results 1 to 25 of 25

Thread: [2005] Custom Mouse Cursor

Hybrid View

  1. #1
    PowerPoster VBDT's Avatar
    Join Date
    Sep 2005
    Location
    CA - USA
    Posts
    2,922

    Re: [2005] Custom Mouse Cursor

    can you post your project?

  2. #2

    Thread Starter
    Hyperactive Member StreaksAthlete's Avatar
    Join Date
    Sep 2004
    Posts
    348

    Re: [2005] Custom Mouse Cursor

    Here it is:
    Attached Files Attached Files
    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

    Application Deployment, General Developer Forum, Visual Basic .NET

  3. #3

    Thread Starter
    Hyperactive Member StreaksAthlete's Avatar
    Join Date
    Sep 2004
    Posts
    348

    Re: [2005] Custom Mouse Cursor

    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

    Application Deployment, General Developer Forum, Visual Basic .NET

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: [2005] Custom Mouse Cursor

    Quote Originally Posted by StreaksAthlete
    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  5. #5

    Thread Starter
    Hyperactive Member StreaksAthlete's Avatar
    Join Date
    Sep 2004
    Posts
    348

    Re: [2005] Custom Mouse Cursor

    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

    Application Deployment, General Developer Forum, Visual Basic .NET

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width