Code:
-- Suppose you have an open folder named temp result = Window.EnumerateTitles(true); for a,z in pairs (result) do if String.Find(z, "temp", 1, false) ~= -1 then hndl = a break end end minimized = DLL.CallFunction("User32.dll", "IsIconic", hndl, DLL_RETURN_TYPE_INTEGER, DLL_CALL_STDCALL); alert = Dialog.Message("Notice", minimized, MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);
Comment