Hi,
This is what Window Info tells me:
>>>> Window <<<<
Title: Neue Benachrichtigung
Class: Windows.UI.Core.CoreWindow
Position: 664, 596
Size: 360, 132
Style: 0x94000000
ExStyle: 0x00200008
Handle: 0x0002023C
>>>> Control <<<<
Class:
Instance:
ClassnameNN:
Name:
Advanced (Class):
ID:
Text:
Position:
Size:
ControlClick Coor
Also, if by any chance the other program with the toast you do not want to see is an autoit script as well, you can just use this to close the toast. ;Creates Toast, Like a toaster.
TrayTip("Toast", "I am yummy. You want to eat me but you can't for I am just pixels. =(", 5)
Sleep(1000)
;Closes Toast.
Opt("trayiconhide", 1);Momentarily hides AutoIt Tray Icon as TrayTip cannot function without a tray icon.
Opt("trayiconhide", 0);Re-enables AutoIt Tray Icon.