ZMware

zmwWinTricks 1.1

$40

WinTricks allows to change setting of external window(s).  For Visual Neo Windows

Features Overview:

zmwGetWindowHandle

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.

zmwIsWindow

Stores the state of the last active window or defined window handle into your variable (Maximize, Minimize, Restore, Hide, Show, Enable, Disable).

zmwGetWindowTitle

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.

zmwGetWindowList

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.

zmwSendKeys

Send keys to the last active window or defined window handle.

zmwGetMeasurement

Gets height / width / top / left of the last active window or defined window handle.

zmwSetWindowPosition

Changes position of the last active window or defined window handle.

zmwScreenToClient

Converts the screen coordinates of a specified point on the screen to client-area coordinates.

zmwSetForegroundWindow

Activates last active window or defined window handle. Keyboard input is directed to the window, and various visual cues are changed for the user.

zmwSetWindowState

Changes the state of last active window or defined window handle (Maximize, Minimize, Restore, Hide, Show, Enable, Disable).

zmwTransparentWindow

Set the transparency of the last active window or defined window handle.

zmwSetWindowTitle

Changes title of the last active window or defined window handle.

zmwSetWindowOrder

Changes order of the last active window or defined window handle.

zmwClientToScreen

Converts the client-area coordinates of a specified point to screen coordinates.

zmwMoveWindow

Changes height, width, top, left of the last active window or defined window handle.

zmwGetComputerRunningDuration

Stores computer’s running duration into your variable.

zmwWinTricks Snapshots.