Hi there, this is supposed to work as a toast, called by functions and such. Kinda looks like the windows 10 notification, as intended, and the only problem is that i can't find a way to hide the taskbar button. Opt("WinSearchChildren", 1)
#include <WindowsConstants.au3>
#include <GUIConstantsEx.au3>
HotKeySet("{ESC}", "Terminate")
Local $hParentWin, $hChildWin, $aMsg
$hParentWin = GUICreate("Parent GUI", 200, 100)
GUISetState(@SW_SHOW)