AutoIt: GUI without taskbar item
$hGUI1 = GUICreate("", -1, -1, -1, -1, -1, BitOR($WS_EX_LAYERED, $WS_EX_TOOLWINDOW))
GUISetState()
$hGUI2 = GUICreate("Visible", 300, 300, -1, -1, -1, -1, $hGUI1)
GUISetState()
$hGUI1 = GUICreate("", -1, -1, -1, -1, -1, BitOR($WS_EX_LAYERED, $WS_EX_TOOLWINDOW))
GUISetState()
$hGUI2 = GUICreate("Visible", 300, 300, -1, -1, -1, -1, $hGUI1)
GUISetState()
No comments to display
No comments to display