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