<?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 : Known Problems Upgrading to VB.NET</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : Known Problems Upgrading to VB.NET]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 23 Jul 2026 06:23:51 +0000</pubDate>
  <lastBuildDate>Wed, 20 Sep 2006 16:24:17 +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=5104</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[Known Problems Upgrading to VB.NET : Thanks. I had already noted that...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5104&amp;PID=15942&amp;title=known-problems-upgrading-to-vb-net#15942</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=884">DDJJ</a><br /><strong>Subject:</strong> 5104<br /><strong>Posted:</strong> 20 September 2006 at 4:24pm<br /><br /><P>Thanks.&nbsp; I had already noted that from another thread, but at least for now it's not relevant since we're not using it.</P><DIV>I also saw the thread about coming out with a .NET version of the controls.&nbsp; Will monitor as it develops.</DIV><DIV>&nbsp;</DIV><DIV>Dan</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 20 Sep 2006 16:24:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5104&amp;PID=15942&amp;title=known-problems-upgrading-to-vb-net#15942</guid>
  </item> 
  <item>
   <title><![CDATA[Known Problems Upgrading to VB.NET : I forgot one important thing,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5104&amp;PID=15940&amp;title=known-problems-upgrading-to-vb-net#15940</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 5104<br /><strong>Posted:</strong> 20 September 2006 at 3:01pm<br /><br />I forgot one important thing, SkinFramework only works with VB6, it will not work in VS2005.&nbsp; But not a big deal if you don't use it.]]>
   </description>
   <pubDate>Wed, 20 Sep 2006 15:01:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5104&amp;PID=15940&amp;title=known-problems-upgrading-to-vb-net#15940</guid>
  </item> 
  <item>
   <title><![CDATA[Known Problems Upgrading to VB.NET : Thanks for the detailed response,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5104&amp;PID=15932&amp;title=known-problems-upgrading-to-vb-net#15932</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=884">DDJJ</a><br /><strong>Subject:</strong> 5104<br /><strong>Posted:</strong> 20 September 2006 at 12:14pm<br /><br />Thanks for the detailed response, SuperMario.<DIV>&nbsp;</DIV><DIV>At a minimum, it sounds like there will be some time required to bring the cj control code&nbsp;up to speed.&nbsp; Now, if I could only come up with an accurate estimate of the total time needed to convert all controls in the app, plus whatever other problems crop up.&nbsp; </DIV><DIV>&nbsp;</DIV><DIV>Cheers.</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 20 Sep 2006 12:14:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5104&amp;PID=15932&amp;title=known-problems-upgrading-to-vb-net#15932</guid>
  </item> 
  <item>
   <title><![CDATA[Known Problems Upgrading to VB.NET :  Some of the biggest things,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5104&amp;PID=15926&amp;title=known-problems-upgrading-to-vb-net#15926</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 5104<br /><strong>Posted:</strong> 20 September 2006 at 10:51am<br /><br />Some of the biggest things, which are really minor would be the name of event parameters changed, for example the Commandbars Execture event in VB6 has a "Control" parameter, where it is now "eventArgs.control" in VB.NET.&nbsp; You don't use the keyword "Set" like you did in VB6, and you might need to fully qualify names such as "XtremeCommandBars.XTPControlType.xtpControlButton" which you can use Imports\Using statement (can't remember which is for vb and c#) to cut down on some of the name.<br><br>The only other thing is that some of the popup control properties are automatically renamed because they had the same name as the inherited control, so the codejock version will start with a "ctl" or something like that.<br>]]>
   </description>
   <pubDate>Wed, 20 Sep 2006 10:51:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5104&amp;PID=15926&amp;title=known-problems-upgrading-to-vb-net#15926</guid>
  </item> 
  <item>
   <title><![CDATA[Known Problems Upgrading to VB.NET : should be an easy conversion....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5104&amp;PID=15923&amp;title=known-problems-upgrading-to-vb-net#15923</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 5104<br /><strong>Posted:</strong> 20 September 2006 at 10:43am<br /><br />should be an easy conversion.&nbsp; you can look at some of the VB6 and VB.net samples to compare how little the syntax has changed.]]>
   </description>
   <pubDate>Wed, 20 Sep 2006 10:43:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5104&amp;PID=15923&amp;title=known-problems-upgrading-to-vb-net#15923</guid>
  </item> 
  <item>
   <title><![CDATA[Known Problems Upgrading to VB.NET : We are considering upgrading (maybe...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5104&amp;PID=15922&amp;title=known-problems-upgrading-to-vb-net#15922</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=884">DDJJ</a><br /><strong>Subject:</strong> 5104<br /><strong>Posted:</strong> 20 September 2006 at 10:35am<br /><br />We are considering upgrading (maybe the wrong word to use) our VB6 app to VB.NET 2005.&nbsp; Since a lot of the code in our app relates to codejock controls, can anyone point out specific problems we might have after upgrading (if any??)?&nbsp; I'm mostly concerned that a lot of the codejock related code will (for whatever reason) need to be rewritten after the change.<DIV>&nbsp;</DIV><DIV>Thanks for any feedback.</DIV><DIV>&nbsp;</DIV><DIV>Dan</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 20 Sep 2006 10:35:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5104&amp;PID=15922&amp;title=known-problems-upgrading-to-vb-net#15922</guid>
  </item> 
 </channel>
</rss>