Results 1 to 5 of 5

Thread: mouse icon is all black..

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2004
    Location
    philippines
    Posts
    245

    mouse icon is all black..

    i am using "cursor maker" a software to create cursors.. but the problem is.. if i use the cursor within my application.. it only registers black.. but if i go a the edge of a window my pointer changes into what i have indicated.. is this a bug of vb6???

    please help me.. i can even give you the serial of the software..


    thanks!

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: mouse icon is all black..

    Offering serial numbers is against the AUP, and you would have been banned if you did it. I know that isn't what you mean.
    Maybe someone else has the program. Maybe upload a cursor that you have made for someone to test out.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jan 2004
    Location
    philippines
    Posts
    245

    Re: mouse icon is all black..

    here is my icon.. use it on your form then run.. see that it is all black..

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Jan 2004
    Location
    philippines
    Posts
    245

    Re: mouse icon is all black..

    re post
    Attached Files Attached Files

  5. #5
    Lively Member sishe's Avatar
    Join Date
    Aug 2004
    Location
    Izmit/Turkey
    Posts
    115

    Re: mouse icon is all black..

    It is really strange

    I did try it with you cursor file, also with other cursor files but the result is the same, I saw them all in monochrome mode.

    I do not know about cursors or icons a lot, but i tried to set the cursor to an ico file. It works great.. I think if you convert your cursor file to an icon it will be ok. But I am not sure if this is a valid or good solution.

    Set the icon file to a form's cursor by using this code;
    VB Code:
    1. Me.MousePointer = 99
    2.     Me.MouseIcon = LoadPicture("Location Of The Icon File", , vbLPColor)
    System Halted..
    -----------------------------------------
    Sishe

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