30-09-2007, 01:00 PM
Well, I know you can do..
frmMirage.MousePointer = 99 ' 99 = custom cursor
frmMirage.MouseIcon = LoadPicture(App.Path & "\GFX\cursor.ico")
But I dunno if I gotta make the color around it transparent first in the program or not.
Also, it wasn't centered, and the icon I made is 16x16, and it ended up being huge in th game.
frmMirage.MousePointer = 99 ' 99 = custom cursor
frmMirage.MouseIcon = LoadPicture(App.Path & "\GFX\cursor.ico")
But I dunno if I gotta make the color around it transparent first in the program or not.
Also, it wasn't centered, and the icon I made is 16x16, and it ended up being huge in th game.