IE Control

  • Thread starter Thread starter krygim
  • Start date Start date
K

krygim

In VB6 I put a web browser control on my form to display web pages. In
VB.NET, will there be any framework class for the job or I have to use the
same web browser control?



TIA
 
Hi Krygim,

I did read that it will be integrated in the next Net release, now it is
still a Com.

I don't know if it is the same, but it is almost the same (axshdoc and
shdoc)

The best approach to use it is open your toolbox, say: add items with a
rigth click and then select it from the Com objects.

Then you can drag it everytime to your form.

I hope this helps a little bit.

Cor
 
* "krygim said:
In VB6 I put a web browser control on my form to display web pages. In
VB.NET, will there be any framework class for the job or I have to use the
same web browser control?

311303 WebOCHostVB.exe Hosts the WebBrowser Control in Visual Basic .NET
<http://support.microsoft.com/?id=311303>

A managed wrapper control will AFAIR (?!) be included in Whidbey, the
next release of VS.NET.

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
<http://www.mvps.org/dotnet>

<http://www.plig.net/nnq/nquote.html>
 
Back
Top