ph_findwindow PowerHome formula function
Description
Finds a window of a currently running application.
Syntax
ph_findwindow ( s, n )
Argument Description
s The title or classname of the window you wish to retrieve the handle of.
n An integer representing the type of find window to be performed. Use a 0 if you wish to search using the classname of the window. Use a 1 if you wish to search using the title of the window.
Return value
Long. Returns the handle of the window if found.