| Home | All functions | Categories |
vuCenterWindow(Long), Signed
Centers any window on the screen given its handle.
| Parameter | Data Type | Description |
|---|---|---|
| hWnd | LONG | Handle of the window to be centered |
1 (True) on success, 0 (False) on failure.
wName = 'Microsoft Word'
hWnd = vuWindowHandle(wName)
vuCenterWindow(hWnd)
| Home | All functions | Categories |