WinTricks allows to change setting of external window(s). For Visual Neo Windows
Searchs for a window that has your defined title. if found stores the handle of found window into your variable otherwise stores 0. You can also fetch the window handle of the TaskBar, TrayMenu, Desktop, Shell, last active window, and the currently active window.
Stores the state of the last active window or defined window handle into your variable (Maximize, Minimize, Restore, Hide, Show, Enable, Disable).
Searchs for a window that has your defined handle and stores the title of found window into your variable. You can also fetch the window title of last active window, currently active window.
Stores all top-level visible window(s) handle/ class name/ title into your variable. Note: Windows having no title will not be added in the list. Off screen windows with titles will be listed, but not visible.
Send keys to the last active window or defined window handle.
Gets height / width / top / left of the last active window or defined window handle.
Changes position of the last active window or defined window handle.
Converts the screen coordinates of a specified point on the screen to client-area coordinates.
Activates last active window or defined window handle. Keyboard input is directed to the window, and various visual cues are changed for the user.
Changes the state of last active window or defined window handle (Maximize, Minimize, Restore, Hide, Show, Enable, Disable).
Set the transparency of the last active window or defined window handle.
Changes title of the last active window or defined window handle.
Changes order of the last active window or defined window handle.
Converts the client-area coordinates of a specified point to screen coordinates.
Changes height, width, top, left of the last active window or defined window handle.
Stores computer’s running duration into your variable.