Basically, I am using a simple WebBrowser.Navigate command to access an IP camera across our LAN. After authenticating myself, I am brought to the video screen. After the video lasts some seconds, VB will hang and I am forced to restart my computer. On a regular IE browser, it does not hang. Just on the Web Browser Control
There are special settings, though, that are enforced on IE. I need to change the security settings to these:
Enable: Download unsigned ActiveX controls
Enable: Initialize and script ActiveX controls not marked as safe
Enable: Run ActiveX controls and plu-ins
I was wondering if I needed to configure anything else on VB for the video feed to work. Thanks.
P.S. I also tried the Mozilla Control and it results in the same thing.