Print Page | Close Window

webbrowser control crask on new window

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Suite Pro
Forum Description: Topics Related to Codejock Suite Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=8327
Printed Date: 16 November 2024 at 4:55pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: webbrowser control crask on new window
Posted By: gaudetm
Subject: webbrowser control crask on new window
Date 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!



Replies:
Posted By: Oleg
Date Posted: 09 October 2007 at 1:58am
Hello,
 
Thanks, it will be fixed in 11.2.1 release.


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net