Another CreateProcess question...

Scenario: I have an application that is written with another program. I need to be able to perform some specific actions if that application is closed. It has no way of detecting it, but I can turn it's title bar off. My thinking is that I can "wrap" the application in a Windows window, and when the resulting window is closed, I can perform the actions, then I can close the "inside" application.

Question: Is there a way to create a window that can house another running program's window? For example, when I move the "outside" window, the application moves with it? And the "inside" application is bound by the outer window (the application will be a predetermined and static size...).

Thanks in advance for any help...
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories