Jump to content

WinGetActive()


Rad
 Share

Recommended Posts

I need to detect the active window, so I dont have to hide my "embedded" browser thats always on top, that is docked in my program. currently, it hides, but if you just click the system tray or something it will just leave a big black space (the background is black) and I'd rather just set it off of On Top mode (its on top so its always on my program), without bringing it to focus (WinSetOnTop brings to focus :P )

Link to comment
Share on other sites

HI,

Opt("WinTitleMatchMode",4)
Opt("WinSearchChildren",1)
MsgBox(0,"", WinGetTitle("active"))

So long,

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...