<?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 : [SOLVED]PROBLEM Web Browser control</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : [SOLVED]PROBLEM Web Browser control]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 05:39:26 +0000</pubDate>
  <lastBuildDate>Sun, 22 Feb 2009 11:57:53 +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=13467</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[[SOLVED]PROBLEM Web Browser control : Of course, here are some commands...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13467&amp;PID=45732&amp;title=solvedproblem-web-browser-control#45732</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1646">dentor</a><br /><strong>Subject:</strong> 13467<br /><strong>Posted:</strong> 22 February 2009 at 11:57am<br /><br />Of course, here are some commands I used with Codejock Web Browser Control:<DIV>&nbsp;</DIV><DIV>Const OLECMDID_PRINT = 6<BR>Const OLECMDID_PRINTPREVIEW = 7<BR>Const OLECMDID_PAGESETUP = 8<BR>Const OLECMDID_PROPERTIES = 10<BR>Const OLECMDID_ZOOM = 19<BR>Const OLECMDID_SAVEAS = 4<BR>Const OLECMDEXECOPT_DONTPROMPTUSER = 2<BR>Const OLECMDEXECOPT_DODEFAULT = 0</DIV><DIV>&nbsp;</DIV><DIV>WB.ExecWB OLECMDID_PRINT, OLECMDEXECOPT_DODEFAULT&nbsp; ' *** Print<BR>WB.ExecWB OLECMDID_PRINTPREVIEW, OLECMDEXECOPT_DODEFAULT&nbsp; ' *** Print Preview<BR>WB.ExecWB OLECMDID_SAVEAS, OLECMDEXECOPT_DODEFAULT ' *** SaveAs</DIV><DIV>WB.ExecWB OLECMDID_PAGESETUP, OLECMDEXECOPT_DODEFAULT &nbsp;' *** Page Setup<BR>WB.ExecWB OLECMDID_PROPERTIES, OLECMDEXECOPT_DODEFAULT &nbsp;' *** Properties</DIV><DIV>&nbsp;</DIV><DIV>You can test others as Zoom, ...</DIV><DIV>&nbsp;</DIV><DIV><img src="https://forum.codejock.com/smileys/smiley2.gif" border="0"><BR></DIV>]]>
   </description>
   <pubDate>Sun, 22 Feb 2009 11:57:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13467&amp;PID=45732&amp;title=solvedproblem-web-browser-control#45732</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED]PROBLEM Web Browser control : Hey there dentor. All I can say...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13467&amp;PID=45729&amp;title=solvedproblem-web-browser-control#45729</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4108">shipwreck</a><br /><strong>Subject:</strong> 13467<br /><strong>Posted:</strong> 22 February 2009 at 6:00am<br /><br />Hey there dentor. <br><br>All I can say is THANK YOU! I really didn't want to have to revert to the ol' MS control. <br>But another quick question my friend. Would this method work as torwards other 'execWB' events such as save as and what not?<br>Thanks!<br>]]>
   </description>
   <pubDate>Sun, 22 Feb 2009 06:00:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13467&amp;PID=45729&amp;title=solvedproblem-web-browser-control#45729</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED]PROBLEM Web Browser control : Hello Shipwreck,   Const OLECMDID_PROPERTIES...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13467&amp;PID=45728&amp;title=solvedproblem-web-browser-control#45728</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1646">dentor</a><br /><strong>Subject:</strong> 13467<br /><strong>Posted:</strong> 22 February 2009 at 5:32am<br /><br />Hello Shipwreck, <DIV>&nbsp;</DIV><DIV>Const OLECMDID_PROPERTIES = 10</DIV><DIV>Const OLECMDEXECOPT_DODEFAULT = 0</DIV><DIV>&nbsp;</DIV><DIV>WebBrowser1.ExecWB OLECMDID_PROPERTIES, OLECMDEXECOPT_DODEFAULT&nbsp; ' *** Properties</DIV><DIV>&nbsp;</DIV><DIV>It works for me.</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sun, 22 Feb 2009 05:32:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13467&amp;PID=45728&amp;title=solvedproblem-web-browser-control#45728</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED]PROBLEM Web Browser control :  I need to display page properties...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13467&amp;PID=45725&amp;title=solvedproblem-web-browser-control#45725</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4108">shipwreck</a><br /><strong>Subject:</strong> 13467<br /><strong>Posted:</strong> 22 February 2009 at 2:54am<br /><br />I need to display page properties with your web browser control.<br><br>This code works with the MS Version:<br><pre style="border: 1px inset ; margin: 0px; padding: 3px; overflow: auto; width: 740px; height: 52px;">WebBrowser1.<span style="">ExecWB</span> OLECMDID_PROPERTIES, OLECMDEXECOPT_DODEFAULT<br><br></pre>But with yours, nothing appears. How can I fix this? or at least go around this. Please help!<br>]]>
   </description>
   <pubDate>Sun, 22 Feb 2009 02:54:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13467&amp;PID=45725&amp;title=solvedproblem-web-browser-control#45725</guid>
  </item> 
 </channel>
</rss>