//benlinkknilneb (Programmer)
/*
if you know the window title (it is your own program of cource), use findWindow, for example:
*/
HWND hHandle =FindWindow (NULL,"Oracle SQL*Plus");
if (hHandle)
//Do something here
// hope this helps
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.