Dynamically moving a user control at run time

  • Thread starter Thread starter Jedi
  • Start date Start date
J

Jedi

I am trying to achivieve a drag control functional for a windows form.

The user should be able to move the control by dragging it withing the
confines of my form.

How would i implement this drag functionality?

Any help would be highly appreciated.
 
its all client scipt. get javascript book. also look at webparts which
allows some dragging panels of controls.

-- bruce (sqlwork.com)
 
Back
Top