Jump to content

C++ executable - kill PopUps/ToolTips


Recommended Posts

Hi there,

I'm using an apllication which is written in C++. Very often it shows little help-windows  or ToolTip-windows.

Is there an easy way to kill/prevent those annoying windows?

AutoitWindowInfo.exe doesn't find all of them.

I thought about a using one of the _ProcessGetWin or ShowWindowsByPid .. UDFs.

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

1 hour ago, Earthshine said:

what application is that?

It is this application: https://www.loxone.com/dede/support/downloads/

--> Config 9.1

@Chimp: I know how to get titles and so on. Thanks anyways.

I thought about something like a generic workaround/hack.

But I guess, the only way is checking all windows of the exe/PID and then check whether it is one that needs to be killed by title or text or whatever info Autoit functions can gather.

 

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...