<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Webbrowser Control</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : Webbrowser Control]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 22 Apr 2026 02:47:38 +0000</pubDate>
  <lastBuildDate>Thu, 03 Apr 2008 03:18:22 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=10042</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Webbrowser Control : Thanks,  problem solved ! ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10042&amp;PID=33006&amp;title=webbrowser-control#33006</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3933">enjay</a><br /><strong>Subject:</strong> 10042<br /><strong>Posted:</strong> 03 April 2008 at 3:18am<br /><br />Thanks,&nbsp;<DIV>&nbsp;</DIV><DIV>problem solved !</DIV>]]>
   </description>
   <pubDate>Thu, 03 Apr 2008 03:18:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10042&amp;PID=33006&amp;title=webbrowser-control#33006</guid>
  </item> 
  <item>
   <title><![CDATA[Webbrowser Control : Hi, replace it to  Set ppDisp...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10042&amp;PID=33003&amp;title=webbrowser-control#33003</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 10042<br /><strong>Posted:</strong> 03 April 2008 at 3:05am<br /><br /><P>Hi,</P><DIV>replace it to</DIV><DIV>&nbsp;</DIV><DIV>Set ppDisp = br.WebBrowser1.Application</DIV>]]>
   </description>
   <pubDate>Thu, 03 Apr 2008 03:05:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10042&amp;PID=33003&amp;title=webbrowser-control#33003</guid>
  </item> 
  <item>
   <title><![CDATA[Webbrowser Control : this code doesn&amp;#039;t workwith...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10042&amp;PID=32986&amp;title=webbrowser-control#32986</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3933">enjay</a><br /><strong>Subject:</strong> 10042<br /><strong>Posted:</strong> 02 April 2008 at 7:04pm<br /><br /><DIV>this code doesn't work&nbsp;with CodeJock Webbrowser (11.2.2), tested&nbsp;on win2k with IE6:</DIV><DIV>&nbsp;</DIV><DIV>Private Sub WebBrowser1_NewWindow2(ppDisp As Object, Cancel As Boolean)<BR>&nbsp;&nbsp;&nbsp; Dim br As New Form1<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; Set ppDisp = br.WebBrowser1.Object<BR>&nbsp;&nbsp;&nbsp; br.Show<BR>&nbsp;&nbsp;&nbsp; <BR>End Sub<BR></DIV><DIV>In the new Form the content is not loaded. </DIV><DIV>&nbsp;</DIV><DIV>But this code work with all version of MS IE-ActiveX.</DIV>]]>
   </description>
   <pubDate>Wed, 02 Apr 2008 19:04:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10042&amp;PID=32986&amp;title=webbrowser-control#32986</guid>
  </item> 
  <item>
   <title><![CDATA[Webbrowser Control : Hi, it was fixed already in 11.2.2...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10042&amp;PID=32982&amp;title=webbrowser-control#32982</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 10042<br /><strong>Posted:</strong> 02 April 2008 at 3:11pm<br /><br />Hi,<DIV>it was fixed already in 11.2.2</DIV>]]>
   </description>
   <pubDate>Wed, 02 Apr 2008 15:11:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10042&amp;PID=32982&amp;title=webbrowser-control#32982</guid>
  </item> 
  <item>
   <title><![CDATA[Webbrowser Control : @CodeJock, have you fix thebug...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10042&amp;PID=32972&amp;title=webbrowser-control#32972</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3933">enjay</a><br /><strong>Subject:</strong> 10042<br /><strong>Posted:</strong> 02 April 2008 at 12:30pm<br /><br />@CodeJock, have you fix the&nbsp;bug with ppDisp parameter in NewWindow2 event in V.12 ?&nbsp;]]>
   </description>
   <pubDate>Wed, 02 Apr 2008 12:30:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10042&amp;PID=32972&amp;title=webbrowser-control#32972</guid>
  </item> 
 </channel>
</rss>