Winforms browser without using Interop

  • Thread starter Thread starter Darren B
  • Start date Start date
D

Darren B

I need to create a custom control to display a web browser in a .net app
without going down the Interop/ Microsoft ActiveX Browser control route.
Its a long story but I am not in a position to distribute the interop files
to all the desktops.
Does anybody know if this is possible using late binding or have an example
probably using Reflections Type.InvokeMemeber methods.
Cheers
 
If you're not in a hurry, the next version of Visual Studio.Net will have a
proper .Net version of the web browser control. I think it's penciled in for
release in the 2nd half of the year.
 
Back
Top