Graphical Reactangular Selection
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
Re: Graphical Reactangular Selection
most applications with vba, seem to have an option to record a macro, if so you can try doing various things (preferably with the keyboard, rather than the mouse) to see waht code samples you get, otherwise as i have no idea what app this is i can't help much
pete