<?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]How to stop VB6 to update controls</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : [SOLVED]How to stop VB6 to update controls]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 02:16:41 +0000</pubDate>
  <lastBuildDate>Mon, 18 Apr 2011 17:09:50 +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=17535</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]How to stop VB6 to update controls : Excellent, I&amp;#039;ll try that...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17535&amp;PID=63958&amp;title=solvedhow-to-stop-vb6-to-update-controls#63958</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6661">juma</a><br /><strong>Subject:</strong> 17535<br /><strong>Posted:</strong> 18 April 2011 at 5:09pm<br /><br />Excellent, I'll try that and see how it goes ...]]>
   </description>
   <pubDate>Mon, 18 Apr 2011 17:09:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17535&amp;PID=63958&amp;title=solvedhow-to-stop-vb6-to-update-controls#63958</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED]How to stop VB6 to update controls :   juma wrote:by mistake i upgraded...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17535&amp;PID=63950&amp;title=solvedhow-to-stop-vb6-to-update-controls#63950</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4669">gibra</a><br /><strong>Subject:</strong> 17535<br /><strong>Posted:</strong> 18 April 2011 at 9:44am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by juma" alt="Originally posted by juma" style="vertical-align: text-bottom;" /> <strong>juma wrote:</strong><br /><br />by mistake i upgraded my ocxs to the new version, and now i want to downgrade them to a lesser version to resolve an&nbsp;incident&nbsp;for a client of mine. how can i do that? do i have to open each frm file and&nbsp;manually&nbsp;change the version&nbsp;number?</td></tr></table> <DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV>&nbsp;</DIV><DIV>You must:</DIV><DIV>&nbsp;</DIV><DIV>1) open in Notepad&nbsp;a <strong>VBP</strong> project file where previous OCX version was used.</DIV><DIV>2) take note of the line where OCX is referenced, like the below:<BR><strong>Object={A8E5842E-102B-4289-9D57-3B3F5B5E15D3}#15.0#0; CODEJO~4.OCX</strong></DIV><DIV>&nbsp;</DIV><DIV>3) open in Notepad&nbsp;each <strong>FRM</strong> file where previous OCX version was used.</DIV><DIV>4) take note of the line (on top) where OCX is referenced, like the below:</DIV><DIV><strong>Object = "{A8E5842E-102B-4289-9D57-3B3F5B5E15D3}#15.0#0"; "CODEJO~4.OCX"</strong></DIV><DIV>&nbsp;</DIV><DIV><strong><FONT size=3><U>Warning!!! The two strings AREN'T equal.</U></FONT></strong></DIV><DIV>Please note the <U>double quote</U> ("") on the 2nd.</DIV><DIV>&nbsp;</DIV><DIV>5) last,&nbsp;always in Notepad, replace&nbsp;the existing reference in yours VBP and&nbsp;FRM files of the project to move back&nbsp;to previous version.</DIV><DIV>&nbsp;</DIV><DIV>Good work. <img src="http://forum.codejock.com/smileys/smiley36.gif" height="17" width="17" border="0" alt="LOL" title="LOL" /></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 18 Apr 2011 09:44:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17535&amp;PID=63950&amp;title=solvedhow-to-stop-vb6-to-update-controls#63950</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED]How to stop VB6 to update controls : by mistake i upgraded my ocxs...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17535&amp;PID=63539&amp;title=solvedhow-to-stop-vb6-to-update-controls#63539</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6661">juma</a><br /><strong>Subject:</strong> 17535<br /><strong>Posted:</strong> 24 March 2011 at 8:22pm<br /><br />by mistake i upgraded my ocxs to the new version, and now i want to downgrade them to a lesser version to resolve an&nbsp;incident&nbsp;for a client of mine. how can i do that? do i have to open each frm file and&nbsp;manually&nbsp;change the version&nbsp;number?]]>
   </description>
   <pubDate>Thu, 24 Mar 2011 20:22:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17535&amp;PID=63539&amp;title=solvedhow-to-stop-vb6-to-update-controls#63539</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED]How to stop VB6 to update controls : Hi gibra  Exactly - that was...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17535&amp;PID=61278&amp;title=solvedhow-to-stop-vb6-to-update-controls#61278</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=841">Fabian</a><br /><strong>Subject:</strong> 17535<br /><strong>Posted:</strong> 07 November 2010 at 6:40am<br /><br />Hi gibra<DIV>&nbsp;</DIV><DIV>Exactly - that was it <img src="http://forum.codejock.com/smileys/smiley32.gif" border="0" title="Clap" alt="Clap" /></DIV><DIV>&nbsp;</DIV><DIV>Many thanks</DIV><DIV>Fabian</DIV>]]>
   </description>
   <pubDate>Sun, 07 Nov 2010 06:40:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17535&amp;PID=61278&amp;title=solvedhow-to-stop-vb6-to-update-controls#61278</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED]How to stop VB6 to update controls :   1. Open your project 2. in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17535&amp;PID=61277&amp;title=solvedhow-to-stop-vb6-to-update-controls#61277</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4669">gibra</a><br /><strong>Subject:</strong> 17535<br /><strong>Posted:</strong> 07 November 2010 at 6:35am<br /><br /><DIV></DIV><DIV></DIV><DIV>1. Open your project</DIV><DIV>2. in Project Explorer window (CTRL+R): RIGHT click over the project name</DIV><DIV>(this open the <strong>Project Properties</strong> dialog)</DIV><DIV>3. Uncheck <strong>Update ActiveX controls</strong> option</DIV><DIV>&nbsp;</DIV><DIV>Unfortunately, to&nbsp;do this, you need to open the project, therefore the project is automatically updated before to change the option! <img src="http://forum.codejock.com/smileys/smiley36.gif" height="17" width="17" border="0" alt="LOL" title="LOL" /></DIV><DIV>&nbsp;</DIV><DIV>However, you can avoid this by editing the VBP file as below:</DIV><DIV>1. Open VBP file using Notepad</DIV><DIV>2. Search the&nbsp;line which start with: </DIV><DIV><strong>HelpFile=</strong></DIV><DIV>3. After this line add a new line and enter this string: </DIV><DIV><strong>NoControlUpgrade=1</strong></DIV><DIV>&nbsp;</DIV><DIV>4. Save file. Done</DIV><DIV>&nbsp;</DIV><DIV>Take present&nbsp;that if <strong>Updated ActiveX controls</strong> is checked (True), this line is missing.</DIV><DIV>The line</DIV><DIV><strong>NoControlUpgrade=1</strong></DIV><DIV>appears ONLY when option is UnChecked.</DIV><DIV>&nbsp;</DIV><DIV><img src="http://forum.codejock.com/smileys/smiley1.gif" height="17" width="17" border="0" alt="Smile" title="Smile" /></DIV>]]>
   </description>
   <pubDate>Sun, 07 Nov 2010 06:35:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17535&amp;PID=61277&amp;title=solvedhow-to-stop-vb6-to-update-controls#61277</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED]How to stop VB6 to update controls : Hi all   VB6 automatically converts...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17535&amp;PID=61276&amp;title=solvedhow-to-stop-vb6-to-update-controls#61276</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=841">Fabian</a><br /><strong>Subject:</strong> 17535<br /><strong>Posted:</strong> 07 November 2010 at 5:18am<br /><br />Hi all <DIV>&nbsp;</DIV><DIV>VB6 automatically converts a project to all new versions of controls (e.g. 13.4 to 15.0). Thats fine, but in rare cases I would stay with the my older components. How can I prevent this. </DIV><DIV>&nbsp;</DIV><DIV>I know there must be a key word for the VBP file but I can't remember and I dont't found some help elsewhere.</DIV><DIV>&nbsp;</DIV><DIV>Any help is welcome!</DIV><DIV>Thanks in advance</DIV><DIV>Fabian</DIV>]]>
   </description>
   <pubDate>Sun, 07 Nov 2010 05:18:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17535&amp;PID=61276&amp;title=solvedhow-to-stop-vb6-to-update-controls#61276</guid>
  </item> 
 </channel>
</rss>