how to host another applications window in a windowsform

  • Thread starter Thread starter Lee Connell
  • Start date Start date
L

Lee Connell

Can anyone give me some info/article on how i could grab an instance of say
internet explorer and then host it within a page control on my windows form?

thanks
 
* "Lee Connell said:
Can anyone give me some info/article on how i could grab an instance of say
internet explorer and then host it within a page control on my windows form?

You can try to reparent the window (PInvoke on 'SetParent'), but that's
not recommended because it can cause some side-effects.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top