Greetings,

I have HTML Result in a string, is there a way to display this on a Windows
Form?

Shahin

Re: HTML in Windows Form by Jan

Jan
Tue Dec 16 00:53:55 CST 2003

You can use the Microsoft Web Browser ActiveX control. Although you'll have
to save your string in a file and load it in the browser control.

1) Add Remove items from the toolbox
2) Select Com Components tab
3) Select Microsoft Web Browser (shdocvw.dll)

Now you can put a browser control on a form. If you need more help, please
let me know.

--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan


"Shahin" <support@valleris.com> wrote in message
news:Ow9bX75wDHA.2528@TK2MSFTNGP10.phx.gbl...
> Greetings,
>
> I have HTML Result in a string, is there a way to display this on a
Windows
> Form?
>
> Shahin
>
>



Re: HTML in Windows Form by hirf-spam-me-here

hirf-spam-me-here
Tue Dec 16 04:23:44 CST 2003

* "Shahin" <support@valleris.com> scripsit:
> I have HTML Result in a string, is there a way to display this on a Windows
> Form?

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

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>

Re: HTML in Windows Form by Shahin

Shahin
Tue Dec 16 10:10:45 CST 2003

Thank you this helps.

Shahin

"Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message
news:brmmg7$3ar15$2@ID-208219.news.uni-berlin.de...
> * "Shahin" <support@valleris.com> scripsit:
> > I have HTML Result in a string, is there a way to display this on a
Windows
> > Form?
>
> 311303 WebOCHostVB.exe Hosts the WebBrowser Control in Visual Basic .NET
> <http://support.microsoft.com/?id=311303>
>
> --
> Herfried K. Wagner [MVP]
> <http://www.mvps.org/dotnet>