Using the IE

  • Thread starter Thread starter R_O_O_K
  • Start date Start date
R

R_O_O_K

Hi!

I need to view HTML pages im my app. Is there an easy way of embedding
IE through the .NET framework. I was unable to find an adequate class
for this in WinForms

Regards!
Michal Ziemski
 
The easy way to do this with the least amount of work is
to use the activeX control that comes with VB6. It does
have some problems when called from .NET, but it's fine
for displaying simple HTML content.

Jeff Levinson

Author of "Building Client/Server Applications with
VB.NET: An Example Driven Approach"
 
Back
Top