passing events from one prog to another
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I have a child program that is opened by a parent app. This child program is actually a seperate fully functional program (such as a game) that is executed as a child program of the parent. This child program has user buttons on it, how would I get my parent app to send a click event to this user button contained within the child program?