Forum Discussion

4m4d3u5's avatar
4m4d3u5
Contributor
5 years ago
Solved

Focus

I have an application that has another application in front of it and I want the background application to become the front application and that it is shown and has focus. I have tried using the .focus property and that has not worked for me and I have tried to just click on the application but that does not work either. I am using Javasript for my project. 

  • There usually is a "SetFocus" method on the form that you want brought forward.  You can also try "Activate".

1 Reply

  • tristaanogre's avatar
    tristaanogre
    Esteemed Contributor

    There usually is a "SetFocus" method on the form that you want brought forward.  You can also try "Activate".