JFryes
Jan 30th, 2001, 02:23 PM
Hi, I am making a web browser, and I am trying to put in a function that, whenever the browser tries to open a new window, it opens a new window of my browser, as opposed to a new Internet Explorer window. (I'm using VB6.0, by the way) Now, I have screwed around with the WebBrowser_NewWindow2() subfunction, and I have noticed that there is no URL string variable included with it. I noticed, however, that there is a URL string variable included with the WebBrowser_V1_NewWindow() subfunction, but I can't figure out how to get the WebBrowser_V1 object! It appears in the definitions list, so I must have the required component selected, but All I can add to my form is a WebBrowser, not a WebBrowser_V1. If there is a way to change my WebBrowser into a WebBrowser_V1, or a way to add a WebBrowser_V1 to my form, please tell me how. Any help at all is appreaciated. Thanks.