I'm trying to set up the ability to drag a text box form one column to another. I don't actually want to move the control, just remember what row/col was dragged and what column it gets dropped in. Each column represents a completion date in a project and there are some other housekeeping chores that need to be done before I complete the move. I only care at this point as to what column it was moved to. I'm close to getting this to work using the Grid DragDrop and Drag methods. I have two questions. Can I use the OleDragDrop methods, etc. and would that be a better way to go? Or, would I be better off trapping the mouse events and do my own drag/drop because this is entirely within the grid?
Auguy
Northwest Ohio
Auguy
Northwest Ohio