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.
 

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