Windows Applications in Form

  • Thread starter Thread starter J Stammen via .NET 247
  • Start date Start date
J

J Stammen via .NET 247

I am attempting to incorporate a Windows Application into my ownapplication. The application in question is not exposed as aCOM control, so I can not grab the object via that methodology. I was hoping that there was a way that I could get a handle onthe existing applications's window, and thus pull theapplication into one of my forms that way. Is this possible?

Thank you,
Joel Stammen
 
this.Handle?
I am attempting to incorporate a Windows Application into my own
application. The application in question is not exposed as a COM control,
so I can not grab the object via that methodology. I was hoping that there
was a way that I could get a handle on the existing applications's window,
and thus pull the application into one of my forms that way. Is this
possible?

Thank you,
Joel Stammen
 
Back
Top