<?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 : Resource Files HoTo?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Property Grid : Resource Files HoTo?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 08 Apr 2026 22:44:46 +0000</pubDate>
  <lastBuildDate>Fri, 01 Feb 2013 16:16:20 +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=5463</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[Resource Files HoTo? : Another example in VFP  http...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5463&amp;PID=69642&amp;title=resource-files-hoto#69642</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5702">vicos</a><br /><strong>Subject:</strong> 5463<br /><strong>Posted:</strong> 01 February 2013 at 4:16pm<br /><br /><p>Another example in VFP</p><p>http://expertsoftwarecompany.wordpress.com/2012/06/05/codejock-samples/</p><p>http://expertsoftwarecompany.wordpress.com/2012/06/07/codejock-sample-update-taskpanel-example/</p>]]>
   </description>
   <pubDate>Fri, 01 Feb 2013 16:16:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5463&amp;PID=69642&amp;title=resource-files-hoto#69642</guid>
  </item> 
  <item>
   <title><![CDATA[Resource Files HoTo? : That was it. Thanks!So for anyone...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5463&amp;PID=17169&amp;title=resource-files-hoto#17169</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2497">cschmuck</a><br /><strong>Subject:</strong> 5463<br /><strong>Posted:</strong> 08 November 2006 at 11:48pm<br /><br />That was it. Thanks!<br><br>So for anyone using the property grid with VFP here's the code for initializing the PropertyGridGlobalSettings object:<br><br>LOCAL loGlobal AS Codejock.PropertyGridGlobalSettings.10.3.1<br>loGlobal = NEWOBJECT("Codejock.PropertyGridGlobalSettings.10.3.1")<br>loGlobal.ResourceFile = App.DirLocalSettings + "SuitePro.ResourceDe.dll"<br><br>Clemens<br>]]>
   </description>
   <pubDate>Wed, 08 Nov 2006 23:48:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5463&amp;PID=17169&amp;title=resource-files-hoto#17169</guid>
  </item> 
  <item>
   <title><![CDATA[Resource Files HoTo? : Hi,  Try to create GlobalSettings...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5463&amp;PID=17150&amp;title=resource-files-hoto#17150</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5463<br /><strong>Posted:</strong> 08 November 2006 at 11:31am<br /><br /><P>Hi,</P><DIV>&nbsp;</DIV><DIV>Try to create GlobalSettings object using its progId:</DIV><DIV>Codejock.PropertyGridGlobalSettings.10.3.1</DIV>]]>
   </description>
   <pubDate>Wed, 08 Nov 2006 11:31:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5463&amp;PID=17150&amp;title=resource-files-hoto#17150</guid>
  </item> 
  <item>
   <title><![CDATA[Resource Files HoTo? : Hello,I&amp;#039;m currently testing...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5463&amp;PID=17145&amp;title=resource-files-hoto#17145</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2497">cschmuck</a><br /><strong>Subject:</strong> 5463<br /><strong>Posted:</strong> 08 November 2006 at 10:57am<br /><br />Hello,<br>I'm currently testing the property grid ActiveX control with Visual Foxpro.<br>I could not find a way how to load a resource file to translate the control to german. The documentation gives an example in VB<br><table ="CodeC&#111;ntainerTable" border="0" cellpadding="0" cellspacing="0"><t><tr><td nowrap="nowrap"><code ="VB"><font ="keyword">Private</font> <font ="keyword">Sub</font> Form_Initialize()<br>&nbsp;&nbsp;&nbsp;&nbsp;PropertyGridGlobalSettings.ResourceFile = App.Path &amp; <font ="string">"XTPResourceDe.dll"</font><br><font ="keyword">End</font> <font ="keyword">Sub</font></code></td></tr></t></table><br>But where do i get the PropertyGridGlobalSettings object from? <br><br>Would be great if someone could give me a hint.<br><br>Clemens<br>]]>
   </description>
   <pubDate>Wed, 08 Nov 2006 10:57:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5463&amp;PID=17145&amp;title=resource-files-hoto#17145</guid>
  </item> 
 </channel>
</rss>