Cursors
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Anyone know how to programatically create a cursor? A simple method (Or code to place in a method) like: Function CursorFromBmp(ByVal CursorPicture As Image, ByVal HotSpot As Point) As Cursor would be nice. The cursor should look exactly like the image. The Transparancy Color should be Color.Transparant.