fran22 0 Posted July 22, 2019 Hello, I'm very new to Autoit. Visual Studio Express 2008 doesn't have a feature, some other Application have: Save all open files on lose focus. Would it be possible with Autoit to have a script running (get an event when Visual Studio loses the focus, and then call Save all files from the menu, the key shortcut is ctrl-shift-s. I need it because, some files I want to edit with also an external editor (which supports save all on lose focus) and I don't have to strike ctrl-shift-s every time, when I switch from Visual Studio to my other text editor. Thank you in advance Share this post Link to post Share on other sites
Xenobiologist 47 Posted July 22, 2019 Have a look at while wend, WinActive and ControlSend. This should give you a good start. Scripts & functions Organize Includes Let Scite organize the include files Yahtzee The game "Yahtzee" (Kniffel, DiceLion) LoginWrapper Secure scripts by adding a query (authentication) _RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...) Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc. MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times Share this post Link to post Share on other sites
fran22 0 Posted July 22, 2019 Thank you for the clues. Share this post Link to post Share on other sites