Ok first off i got a form with 2 web browser controls i want to be able to click a link in one and make the other browser to load it.
Or make the XP Style side by the one when you open up my computer and a hard drive is there any place with a Tutoral or anything i been trying to get this working for almost a week now and can not get it working. Thank you.
Last edited by Braladil; Oct 12th, 2003 at 12:46 PM.
With this code Browser2 shows Browser1's links... note that with this code you can't get any page loaded in browser1, because they're automatically loaded browser2. Use a Boolean value or something like that to load pages either in browser1 or in browser2.
VB Code:
Private Sub WebBrowser1_BeforeNavigate2(ByVal pDisp As Object, URL As Variant, Flags As Variant, TargetFrameName As Variant, PostData As Variant, Headers As Variant, Cancel As Boolean)