FindWindowByHwnd Method | ||||||||||
Applies to: Windows
collection Finds the window in a collection corresponding to a specific window handle. Syntax:Set objWindow = object.FindWindowByHwnd(hWnd) The FindNextWindow method syntax has these parts:
Example:Displaying a list of open windows
|