HOWTO: close NJ Communicator from another program
On Win 95/98.
SendMessage(FindWindow("NJCOM32",NULL),WM_CLOSE,0);
SendMessage(FindWindow("NJCOM16",NULL),WM_CLOSE,0); On Windows NT/2000.
SendMessage(FindWindow("NJCOM32",NULL),WM_CLOSE,0);
|
NJStar Software Corp. |
|
| 2012-02-10 | ||
On Win 95/98.
SendMessage(FindWindow("NJCOM32",NULL),WM_CLOSE,0);
SendMessage(FindWindow("NJCOM16",NULL),WM_CLOSE,0); On Windows NT/2000.
SendMessage(FindWindow("NJCOM32",NULL),WM_CLOSE,0);