I have put a background picture in a panel and now i want to drag and drop bitmap images on it.how do i accomplish that?
chirup 0 Newbie Poster
Recommended Answers
Jump to PostPlease see this thread regarding to drag and drop:
http://www.daniweb.com/forums/thread208280.htmlHere is another thread in C# if you can port the code:
http://www.daniweb.com/forums/thread207602.htmlThe VB code provided:
Public Class FormDragDrop Private Sub FormDragDrop_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Me.AllowDrop = True …
All 4 Replies
Nada_ward 0 Junior Poster in Training
sknake 1,622 Senior Poster Featured Poster
chirup 0 Newbie Poster
Nada_ward 0 Junior Poster in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.