Viewing Web Page from windows form.

J

JohnSouth

Hi

I'm sure I'm missing the obvious but I want to put a control on a
windows form into which I can load a web page, view only, nothing
complicated. I'm using Visual C# 2003.

Can someone give me a hist.

Cheers

John South
www.WhereCanWeGo.com
Pangbourne UK
 
N

Nicholas Paldino [.NET/C# MVP]

John,

You will want to add a control to your toolbox. Look on the COM tab for
"WebBrowser control", and this will allow you to show HTML in your windows
forms.

Hope this helps.
 
J

JohnSouth

Hi Nicholas

I can't see anything called WebBrowser control listed in the COM tab.
Could it go by another name?

John South
www.WhereCanWeGo.com
Pangbourne UK

John,

You will want to add a control to your toolbox. Look on the COM tab for
"WebBrowser control", and this will allow you to show HTML in your windows
forms.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

JohnSouth said:
Hi

I'm sure I'm missing the obvious but I want to put a control on a
windows form into which I can load a web page, view only, nothing
complicated. I'm using Visual C# 2003.

Can someone give me a hist.

Cheers

John South
www.WhereCanWeGo.com
Pangbourne UK
 

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