vote up 0 vote down star

Well, as the title suggests I wondered how I could drag and drop read-only cells 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.

So, yeah, Any ideas what would be the best approach for this?

Thank you.

flag

closed as no longer relevant by Damien Dec 21 '08 at 15:58

1 Answer

vote up 0 vote down check

Question was sorted: Anyone else, check here for (kinda) how i did it: http://stackoverflow.com/questions/321471/drag-and-dropping-an-object-reference-vbnet

If someone could close, that would be great :D

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.