P
PBS Productions
Hi,
does anyone know why the FinwWindow API function not always returns a
good result (using P/Invoke)
For instance below function sometimes returns the correct window
handle and sometimes it does not.
hProcess = FindWindow(Nothing, "MyApp")
The function worlks perfectly if called in an eVC++ app.
Thanks.
does anyone know why the FinwWindow API function not always returns a
good result (using P/Invoke)
For instance below function sometimes returns the correct window
handle and sometimes it does not.
hProcess = FindWindow(Nothing, "MyApp")
The function worlks perfectly if called in an eVC++ app.
Thanks.