PDA

Click to See Complete Forum and Search --> : Clueless.


Rob Brown
Jul 3rd, 2000, 04:36 AM
Hi,

I am writing an add-in for a SCADA system which requires me to create a window to display CCTV images from a web-page.

I have some experience with VB but have never looked at web-programming before.

Which control should I use to view a web page. I had a brief look at the Web-browser control but I cant seem to figure out what I'm supposed to do with it once I have put it on the form.

How do I go about establishing a connection?

Once I am connected, how do I go about displaying a web-page within the control?

Any suggestions would be greatly appreciated.

Best Regards,

Rob Brown.

Clunietp
Jul 3rd, 2000, 11:15 AM
This might be of some help for the web browser control

http://msdn.microsoft.com/workshop/browser/WebBrowser/RefList_VB.asp

you can also search on other articles in this forum about detecting an internet connection and establishing an internet connection

best of luck