I have an IP camera that feeds video over lan or the internet thru a browser. It has its own interface on either Mozilla, IE or other browsers. I tried calling the site using the Microsoft Internet Controls component and it works fine. The GUI is called upon and I see the feed along with the buttons. My problem is that I want to use several Web Browser controls and divide the page to show only the camera feed. I also want to separate the arrow keys present to control the camera. Basically, instead of one complete browser window, I want to divide it into several. Is this possible? Thanks in advance.
I'm using VB6 by the way and the code I used to call its interface is
WebBrowser1.Navigate ("http://192.168.0.5")