Print Page | Close Window

Webbrowser Control

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=10042
Printed Date: 28 September 2024 at 5:34pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Webbrowser Control
Posted By: enjay
Subject: Webbrowser Control
Date Posted: 02 April 2008 at 12:30pm
@CodeJock, have you fix the bug with ppDisp parameter in NewWindow2 event in V.12 ? 



Replies:
Posted By: Oleg
Date Posted: 02 April 2008 at 3:11pm
Hi,
it was fixed already in 11.2.2


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


Posted By: enjay
Date Posted: 02 April 2008 at 7:04pm
this code doesn't work with CodeJock Webbrowser (11.2.2), tested on win2k with IE6:
 
Private Sub WebBrowser1_NewWindow2(ppDisp As Object, Cancel As Boolean)
    Dim br As New Form1
   
    Set ppDisp = br.WebBrowser1.Object
    br.Show
   
End Sub
In the new Form the content is not loaded.
 
But this code work with all version of MS IE-ActiveX.


-------------
SuitePro ActiveX User


Posted By: Oleg
Date Posted: 03 April 2008 at 3:05am

Hi,

replace it to
 
Set ppDisp = br.WebBrowser1.Application


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


Posted By: enjay
Date Posted: 03 April 2008 at 3:18am
Thanks, 
 
problem solved !


-------------
SuitePro ActiveX User



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