Hi guys,
I need to create two separate applications in C++ , where the first application
is a window , and the second application has a button and it needs to close the first
window.
Both applications must be two separate programs !
I can't use FindWindow() therefore , I don't know how to find the first window.
how can I find it without FindWindow() ? maybe look for the .EXE file ?
*I've written the first program for the window .
*I've written the second program and created a button , but I don't know
how to "find" the the first window and close it . I think I need to use
"PostQuitMessage( 0 ) ;" but I'm not sure .
Can you please explain ?
Regards,Ron