hi, i was wondering how to make a custom cursor with its own image & stuff... it's vital to my application.
Please help!!
thanks
hi, i was wondering how to make a custom cursor with its own image & stuff... it's vital to my application.
Please help!!
thanks
custom cursors
jony67907
You can set a custom cursor by passing a .cur file to the cursor property of a form or control:
Me.Cursor = New Cursor("C:\Windows\Cursors\hns.cur")
Note that it only accepts cursor files (.cur), whereas VB 6 allowed you to use an icon (.ico) file as well.
As far as creating your own .cur files, I don't have a clue.
Steve Hoag
pathetic_noob
Prakash Ghatage