Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

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
283 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
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(-)  Login to Vote(-)