H
Hin
In org chart, when we move one shape on top of another shape,
it will automatically connect them up.
I know that:
- Shape.SpatialSearch(...) can be use to serach for shapes overlapped
- CellChanged event can be used to capture the move of the shape
However, how can i know when should i connect the shapes up?
User may just move one shape over another without releasing the mouse button.
I can't use the MouseUp event as i need to make it compatible with 2002.
Thanks.
it will automatically connect them up.
I know that:
- Shape.SpatialSearch(...) can be use to serach for shapes overlapped
- CellChanged event can be used to capture the move of the shape
However, how can i know when should i connect the shapes up?
User may just move one shape over another without releasing the mouse button.
I can't use the MouseUp event as i need to make it compatible with 2002.
Thanks.