Using the IE

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
 
J

Jeff Levinson [mcsd]

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"
 

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

Top