FindWindow
From kwiki
FindWindow (DNM Script function)
[edit]
full declaration
HWND FindWindow (string classname (or ""),string sWindowText (or ""))
[edit]
return value
[edit]
description
FindWindow is an equivalent for Windows Api function FindWindow, thus you can find it on MSDN here: http://search.msdn.microsoft.com/search/default.aspx?siteId=0&tab=0&query=FindWindow
keywords: find window get retrieve locate
