Guest User

Untitled

a guest
Feb 22nd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. 'Add this to event Drag Enter in the distination Control
  2. If e.Data.GetDataPresent(DataFormats.Bitmap) Then
  3. e.Effect = DragDropEffects.Copy
  4. Else
  5. e.Effect = DragDropEffects.None
  6. End If
Add Comment
Please, Sign In to add comment