Drag and Dropping DataGridView's Cell Contents (VB.Net 2.0) - Stack Overflow [closed]most recent 30 from stackoverflow.com2009-12-21T14:02:46Zhttp://stackoverflow.com/feeds/question/314557http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/314557/drag-and-dropping-datagridviews-cell-contents-vb-net-2-00Drag and Dropping DataGridView's Cell Contents (VB.Net 2.0) [closed]Damien2008-11-24T15:55:54Z2008-11-26T20:09:52Z
<p>Well, as the title suggests I wondered how I could drag and drop <strong>read-only cells</strong> in Winforms using Visual Basic.Net. I basically have a 9x9 grid and need to allow the user to move the content of each cell around to other cells. Then move the content of the cells around, (that should be easy, just move each content along by one), on a drop event.</p>
<p>So, yeah, Any ideas what would be the best approach for this? </p>
<p>Thank you. </p>
http://stackoverflow.com/questions/314557/drag-and-dropping-datagridviews-cell-contents-vb-net-2-0/321980#3219800Answer by Damien for Drag and Dropping DataGridView's Cell Contents (VB.Net 2.0)Damien2008-11-26T20:09:52Z2008-11-26T20:09:52Z<p>Question was sorted: Anyone else, check here for (kinda) how i did it: <a href="http://stackoverflow.com/questions/321471/drag-and-dropping-an-object-reference-vbnet">http://stackoverflow.com/questions/321471/drag-and-dropping-an-object-reference-vbnet</a></p>
<p>If someone could close, that would be great :D</p>