Bixby Sayz Posted November 11, 2012 Share Posted November 11, 2012 You can easily minimize SCAR by using GetApplication.Minimize, but how do you restore it back "up" later? BringToFront does nothing. Quote Link to comment Share on other sites More sharing options...
LordJashin Posted November 11, 2012 Share Posted November 11, 2012 Take a look at the functions I added to OSI: https://github.com/OSI1/OSI1/blob/master/Divi/Level%203/Client.scar Been there for a while now . But uh, just look at the GetSelf. for all your answers You can do GetSelf.WindowState := wsNormal to bring it back up normally or wsMaximize to maximize it BringToFront, just acts on windows that aren't minimized or maximized and sets them as active window. Quote Link to comment Share on other sites More sharing options...
Bixby Sayz Posted November 11, 2012 Author Share Posted November 11, 2012 You can do GetSelf.WindowState := wsNormal to bring it back up normally or wsMaximize to maximize itBringToFront, just acts on windows that aren't minimized or maximized and sets them as active window. Crap! I knew that already but forgot about it. Is my face red! Quote Link to comment Share on other sites More sharing options...