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!
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.
Re: mouse icon is all black..
here is my icon.. use it on your form then run.. see that it is all black..
1 Attachment(s)
Re: mouse icon is all black..
Re: mouse icon is all black..
It is really strange :eek:
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:
Me.MousePointer = 99
Me.MouseIcon = LoadPicture("Location Of The Icon File", , vbLPColor)