D Deemoore Member Joined Aug 8, 2004 Messages 6 Programming Experience 3-5 Aug 26, 2004 #1 Is there a workaround to customize the dragicon?
D Deemoore Member Joined Aug 8, 2004 Messages 6 Programming Experience 3-5 Aug 26, 2004 #2 Found the answer found answer here http://domanski.cs.csi.cuny.edu/430/DragDrop/DragAndDrop.htm using Private Sub PictureBox1_GiveFeedback ... e.UseDefaultCursors = False Cursor.Current = New Cursor("happy.ico") etc. etc. Upvote 0 Downvote
Found the answer found answer here http://domanski.cs.csi.cuny.edu/430/DragDrop/DragAndDrop.htm using Private Sub PictureBox1_GiveFeedback ... e.UseDefaultCursors = False Cursor.Current = New Cursor("happy.ico") etc. etc.