Pressing an "external" button

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Thijs

    #1

    Pressing an "external" button

    Hello,

    I´ve got a question regarding controlling an external app. I´m writing
    a vb.NET app that, at some point, needs to push a button in an
    external app. This external app has no API whatsoever. Is there a way
    to do this? I guess I have to raise a ButtonX_click event in the other
    app, but I don´t know how to do that, nor do I know how to even find
    the name of this ButtonX.

    Does anyone have a clue as how to do this?

    Kind regards,
    Thijs (the Netherlands)
  • =?Utf-8?B?RmFtaWx5IFRyZWUgTWlrZQ==?=

    #2
    RE: Pressing an "external& quot; button

    Look at the answer to the post "detecting other a window" a few messages ago.
    The same approach is necessary.

    "Thijs" wrote:
    Hello,
    >
    I´ve got a question regarding controlling an external app. I´m writing
    a vb.NET app that, at some point, needs to push a button in an
    external app. This external app has no API whatsoever. Is there a way
    to do this? I guess I have to raise a ButtonX_click event in the other
    app, but I don´t know how to do that, nor do I know how to even find
    the name of this ButtonX.
    >
    Does anyone have a clue as how to do this?
    >
    Kind regards,
    Thijs (the Netherlands)
    >

    Comment

    • Thijs

      #3
      Re: Pressing an "external& quot; button

      Thanks, stupid I didn´t see it before.

      Thijs
      Look at the answer to the post "detecting other a window" a few messages ago.
      The same approach is necessary.

      Comment

      Working...