I've been experimenting with drag and drop. I have a program which displays
a DataSet in a DataGrid. I have sucessfully used the MouseDown event to
locate the appropriate DataRow and to pass it to DoDragDrop. When I drop it,
I see an item of type DataFormats.Serializable.
But what do I do with the data that comes back when you use e.Data.GetData?
It's a System.__ComObject, and I don't know what to do with it.
Can anyone point me to an exanple or article on doing this?
Thanks,
John Saunders
John.Saunders at SurfControl.com