how to host browser control on a .NET control

  • Thread starter Thread starter Boni
  • Start date Start date
B

Boni

Dear all,
I would like to host a web browser on a particular user control (or window
form) in my application. Is it technically possible? Any link please? Is it
legal ?
Thanks a lot,
Boni
 
Boni said:
Is that compatible to .NET 2.0? Can I be sure that it will work on all
upcomming versions?

No, this is not code-compatible to .NET 2.0's webbrowser control. However,
you can continue to use the webbrowser control by p/invoke in .NET 2.0.
 
Dear all,
I would like to host a web browser on a particular user control (or
window form) in my application. Is it technically possible? Any link
please? Is it legal ?
Thanks a lot,
Boni

There is a good example from microsoft for doing this in the knowledgebase
article 311284 - "How to handle document events in VB.Net"
I have just managed to get this code working successfully!
 

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