Hi, I'm using vS2005 and .net 2.0. for a Windows application. I'm
implementing a Drag and Drop between 2 DataGridView controls. It's working
fine with just one item being drag and drop. I want to do multiple items
drag and drop. Does any one know of any example of such? I only found
example for one item and for 2 list controls.
The problem that I'm having is when I press the shift key or control key and
use the mouse to click the send item, it invoke the MouseDown event where I
have code to "DoDragDrop" and it starts the dragdrop action and removing the
source data (I'm doing .All option) before I even starts the draging on the
application. Should I check to see if shift or control is pressed before
processing this and how can I tell if shift or control key is pressed?
Thanks.
--
Thanks.