Thanks, but that was one of the first examples I looked at. The “acceptor†of
the IndexFromPoint method to get the index. So I can’t use it.
"Braulio Diez" wrote:
> Hello,
>
> I found a sample about DataGridView drag and drop in codeproject, I send
> you the link:
>
>
http://www.codeproject.com/csharp/DataGridView_Drag-n-Drop.asp >
> If this don't works, just try the cached from google link
>
>
http://72.14.203.104/search?q=cache:djRIq1QsWRUJ:
www.codeproject.com/csharp/DataGridView_Drag-n-Drop.asp+C%23+datagridview+drag+and+drop&hl=en&ct=clnk&cd=1
>
> Good luck
> Braulio
>
> --
> /// ------------------------------
> /// Braulio DÃez Colaborador DNM
> ///
> ///
http://www.dotnetmania.com > /// My Site (.net Tips):
http://www.bdiez.com > /// ------------------------------
>
>
>
>
> "cnickl" wrote:
>
> > I’m trying to implement a Drag and Drop between two DataGridViews.
> > Unfortunately all the examples I can find online use ListBoxes and a method
> > called IndexFromPoint to determine the target location of the drop. Well,
> > DataGridView doesn’t have this method and I have no idea how to determine the
> > target index. Is there any code example or does anyone know what method to