Hi,
Is it possible to drag a line control at runtime similar to picturebox or image? If it is possible then what can be an appropriate strategy? As far as I know, Line control does not have any intrinsic Mouse events in it (Mouse Down/Move/Up etc.) Is it possible to simulate the mouse events with user defined functions in order to implement the drag and drop a Line Control?