Posts by MITH

    Re: VBA Find Button in Application and Click


    Thanks Cytop I started off with your suggestions.
    But the problem I am facing is that the java application on the screen is not exposing any objects or controls. So I need to search image of button then I may be able to use the Postmessage API you suggested to click the found image using its coordinates.
    Need help to do imagesearch on screen using VBA and APIs.

    Hi,


    I need to first search for the button on screen and then click on it. The button is on window in a Java application and the position of button is not fixed. I also know this is very difficult to achieve in VBA alone. I want to use Windows API to achieve this but not sure how should I proceed. Requesting help on this topic.