webbrowser control newwindow |
Post Reply |
Author | |
gaudetm
Senior Member Joined: 23 September 2006 Location: Canada Status: Offline Points: 134 |
Post Options
Thanks(0)
Posted: 18 November 2007 at 8:36am |
Hi this code work fine with the microsoft webcontrol but the new page is not set to the page it should be with codejock webbrowser control
Private Sub WebBrowser1_NewWindow2(ppDisp As Object, Cancel As Boolean)
Dim f As frmWeb
Set f = New frmWeb Set ppDisp = f.WebBrowser1.Object f.Visible = True End Sub
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Instead WebBrowser1.Object try WebBrowser1.Application or WebBrowser1.Document.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
gaudetm
Senior Member Joined: 23 September 2006 Location: Canada Status: Offline Points: 134 |
Post Options
Thanks(0)
|
work with webrowser1.application
Thanks
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |