Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

A recent AVG and Avast antivirus update is preventing DisplayFusion 9.9 from launching on some systems.
If you're running into this issue, please update to the latest DisplayFusion 10.0 Beta.

Minimize specific window

User Image
Pierre Henri Parneix
2 discussion posts
Hello, the Title say all, I'm looking for a script that Minimize specific window/app like my UAD Console.
Thank you...
Mar 23, 2022  • #1
User Image
NetMage
274 discussion posts
Here is a sample to minimize Notepad:

Code

if (BFS.Application.IsAppRunningByFile("*\\notepad.exe")) {
    BFS.Window.Minimize(BFS.Application.GetMainWindowByFile("*\\notepad.exe"));
}
Mar 24, 2022  • #2
User Image
Pierre Henri Parneix
2 discussion posts
Thank you, will test it tonight.....;)
Mar 24, 2022  • #3
Was this helpful?  Login to Vote(-)  Login to Vote(-)