Removing a monitor program
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Some addon type of programs monitor the host program, and once it is created, they add a control to the program. The control is then a child of the host program (as observed using Spy++). If we close the monitor program, then the host program gives an illegal operation error. How is this done, and how can we programmatically and safely remove the monitor program?