Hi!

Mode of work : CAD application with a in build VBA.

Requirements:

1) In a drawing module, drawing sheet is having a origin point.
Programmatically, I want the cursor to move to the origin location in the drawing sheet.
( I am able to move the mouse(Cursor) on the screen of CAD application by getting CAD application window handle. But, not able to reach the required target point.)

2) From the above drawing origin point, I want to do a rectangular window selection.
Munually -> Left mouse button click and drag to the required position and release.
( I tried with MouseMove,MouseDown,MouseUp. MouseDown will not occur. Not able to get rectangular window)

Any tips in this regard will be of a great help.
If futher explaination required, do ask.

All the best!

Jani