Results 1 to 2 of 2

Thread: Graphical Reactangular Selection

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2005
    Posts
    1

    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

  2. #2
    PowerPoster
    Join Date
    Dec 2004
    Posts
    25,618

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width