Hi,
I have a WebBrowser control that accesses an IP cam on the same network on form load. The camera has a login interface that I don't want to be seen. Is it possible to autocomplete the form once it pops up?
Attached is a screen shot.
Hi,
I have a WebBrowser control that accesses an IP cam on the same network on form load. The camera has a login interface that I don't want to be seen. Is it possible to autocomplete the form once it pops up?
Attached is a screen shot.
The one on the left side is the one that appears in the WebBrowser control. The one on the left appears when accessed from a browser and not inside VB.
Try using something like the following for loading the control without a popup.
It works for password protected ftp sites: e.g. ftp://username:password@ftp.website.com
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.