joeloyzaga Posted October 22, 2009 Posted October 22, 2009 I'm running my autoit scripts from scite and need it to minimise scite before running - how?
Authenticity Posted October 22, 2009 Posted October 22, 2009 (edited) You can send win+M to minimize all windows and show the desktop if that is what you want, or send alt+tab or something.Edit: ...or WinMinimizeAll(). Edited October 22, 2009 by Authenticity
AdmiralAlkex Posted October 22, 2009 Posted October 22, 2009 I'm running my autoit scripts from scite and need it to minimise scite before running - how?WinSetState(). See helpfile for details. .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
joeloyzaga Posted October 22, 2009 Author Posted October 22, 2009 WinSetState(). See helpfile for details.WinSetState("C:\Autoit-workarea", "", @SW_MINIMIZE)did it!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now