Hi,
The File Explorer in Windows 10 doesn't allow resizing with the mouse gripper to the titlebar, like notepad for instance.
It leaves some reserved space with the contents of the client area and toolbar visible.
I'd like to know how can I resize the window to the titlebar by script. What I'm trying to do, is executing a "rollup" like: Actual Window Rollup.
Does anyone have an idea how this was implemented?
Sorry, but English is not my native language. I thought it was clear but anyway here's a screenshot to explain it visually: http://www.lifeclever.com/wp-content/uploa...immenushade.jpg Doodim (This is for Mac but I've seen similar apps for Windows that can do this) http://www.freemacware.com/doodim Basically I want to dim the entire desktop and leave focus on the active window, defined in script or not. Something like this: execute application wait to became active dim desktop & focus active window when application is terminated give back focus to the desktop
Hi,
first post and hope to learn a lot in here.
I never used AutoIt before (mainly using PowerPro) and no knowledge at all in advanced srcipting, so go easy, please.
I'd like a script that can dim the entire desktop, except the active window like some tutorial applications out there.
Is this doable?
If yes, I'd like it to be as simple as possible in order to understand which line does what.
Thanks