What I am trying to do is launch a windows application from within my
WinForms application. Once this is done I want to have this external
application behave like a control on my WinForms app (no longer
appears in status bar, no frame etc.).

I remember seeing a Code Project article describing how to do this,
but hours of googling for it has not turned up anything. Does anyone
reading this remember the article?

While I can launch an application using System.Diagnostics, find a
windows handle using an API call I wouldn't have a clue how to modify
it. Does anyone know how I could go about modifying the application?

I would really appreciate any help and I am sure I won't be the only
person who would benefit from this knowledge.

regards,

Rick

Re: Displaying a regular windows app inside a control window by Rick

Rick
Tue Apr 26 07:11:48 CDT 2005

I found the article here:
http://www.codeproject.com/cs/miscctrl/AppControl.asp