Drag and Drop in datagridview

meetarun007

Member
Joined
Apr 26, 2010
Messages
7
Programming Experience
Beginner
Hi to all,

I'm creating an application in which the form contains one datagridview and 20 pictureboxes.
When the DGV is populated, the user will drag a row from DGV and drop in any one of the pictureboxes.
The picturebox should able evaluate a column value(say column 1) from the dropping row and according to that it should change its picture.
Can anybody have an idea how to implement this...

Thnx in advance...

Regs,
Arunkumar
 
Back
Top