CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    Utility to create CUR files from BMP files

    I am looking for a utility to create .CUR files (cursors) from .BMP files. It seems a simple issue but I cannot find a utility like it anywhere. The VC6 IDE provides no mechanism (that I know of) for initializing a cursor with an appropriately sized bitmap.....I have a lot of bitmaps to change into cursors and so it is worth it to me to have a utility to do it with.

    Contact: [email protected]


  2. #2
    Join Date
    May 1999
    Posts
    34

    Re: Utility to create CUR files from BMP files

    I checked out SoftSeek for you:
    Good news is that I found some utils to do it, bad news is they are all Shareware utils...no Freeware, but they should work for you
    Two of the utils are:
    CursorMaker v2.0
    IconForge
    SoftSeek is at: http://www.softseek.com/
    Search for "cur" or the file names.
    Hope this helps.

    Marc


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

Featured