winform general

  • Thread starter Thread starter Tom
  • Start date Start date
T

Tom

Hi friends,

I have a simple question. I want to display a record in one category but I
want to be able to drag this record to another category visually..

how can I achieve this in winform ?

Thanks
Tom
 
Tom,

When you say you want to drag this record to another category, I assume
you mean some sort of drag and drop operation, and not a reordering of
columns on a grid, perhaps.

Check out the section of the .NET framework documentation titled
"Implementing Drag and Drop in Visual Basic .NET", located at (watch for
line wrap):

http://msdn.microsoft.com/library/d.../en-us/dv_vstechart/html/vbtchImpDragDrop.asp

I know it's in VB, but the calls are easily converted to C#.

Hope this helps.
 
Back
Top