Medic873 Posted October 2, 2015 Share Posted October 2, 2015 Hello,I am trying to make a simple script. The basic concept is it will automatically re size windows on to each monitor so I don't waste time re sizing them. I understand how to re size them easilyWinMove('C:\Users\medic_000\Desktop\Monitor 1.au3 - SciTE-Lite', "", 1919, 0, 1280, 1040)Here is what I need / am confused about I understand the winactive function but I need something that will give me the title of the window that is currently active so basically it would just set that as a variable and then re size witch ever window I have active currently Any help on this would be greatly appreciated. Thanks Link to comment Share on other sites More sharing options...
Developers Jos Posted October 2, 2015 Developers Share Posted October 2, 2015 From the helpfile:RemarksWinGetTitle("[active]") returns the active window's title. Jos kcvinu 1 SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
kcvinu Posted October 3, 2015 Share Posted October 3, 2015 @Jos , Thak you. I didn't know this trick. I was used to use _WinAPI_GetForegroundWindow function. and get the title from then. Spoiler My Contributions Glance GUI Library - A gui library based on Windows api functions. Written in Nim programming language. UDF Link Viewer --- A tool to visit the links of some most important UDFs Includer_2 ----- A tool to type the #include statement automatically Digits To Date ----- date from 3 integer values PrintList ----- prints arrays into console for testing. Alert ------ An alternative for MsgBox MousePosition ------- A simple tooltip display of mouse position GRM Helper -------- A littile tool to help writing code with GUIRegisterMsg function Access_UDF -------- An UDF for working with access database files. (.*accdb only) Link to comment Share on other sites More sharing options...
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