Displaying a regular windows app inside a control window

  • Thread starter Thread starter Rick Jameson
  • Start date Start date
R

Rick Jameson

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
 
Back
Top