I am using the Drag & Drop for a customer slider I made... but I don't want the square outline to appear(When I am Dragging with mousedown)... Is there any way to stop the outline from appearing...?
Printable View
I am using the Drag & Drop for a customer slider I made... but I don't want the square outline to appear(When I am Dragging with mousedown)... Is there any way to stop the outline from appearing...?
You can set some icon (perhaps empty icon with no image):
VB Code:
Label1.DragIcon = Me.Icon '<<< it could be anything you want Label1.Drag vbBeginDrag