webbrowser control crask on new window |
Post Reply |
Author | |
gaudetm
Senior Member Joined: 23 September 2006 Location: Canada Status: Offline Points: 134 |
Post Options
Thanks(0)
Posted: 06 October 2007 at 10:30am |
when user clic link in the browser control to open a new window control crash but the same code work fine with the microsoft webcontrol
here code
Private Sub WebBrowser1_NewWindow2(ppDisp As Object, Cancel As Boolean)
Dim f As frmWeb Set f = New frmWeb f.WebBrowser1.RegisterAsBrowser = True Set ppDisp = f.WebBrowser1.Object f.Visible = True End Sub but now support xp themes on controls in webpage nice!
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello,
Thanks, it will be fixed in 11.2.1 release.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
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 |