RE: Open a child process window within a (child) frame

Tech-Archive recommends: Fix windows errors by optimizing your registry



Hello. :)

The thing what you say is same as I though, ago.

I wanted to make such programs, but It is not easy and there is no way to
reach it.

First, You can inject your code to all program. but, you can not
integeration it.
so, your imagination can not realization...

It's so sad stroy, but that seems to be impossible.

--
WebSite :
Realization of Dream { imagine your dream} - http://rodream.net

WebMail :
rodream@xxxxxxxxx


"Uwe Kotyczka" wrote:

Hallo!

I am to write a kind of meta-application, i.e. an application
which provides it's own funcionality and is able to "open" a
bunch of external applications.
I could imagine that the meta-application is a MFC MDI app, say
meta.exe,
which, when it opens an external exe, say a.exe, shows the
main window of a.exe not as a popup window, but as a child of some
MDI child frame instead. (Hope I could make it clear what I wish to
do.)

Simple means like CreateProcess or ShellExecuteEx cannot achieve
such a behaviour. So what would be the best way to implement it?

.