<?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 : How to ship Property OCX control with Application?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Property Grid : How to ship Property OCX control with Application?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 05 Apr 2026 16:04:03 +0000</pubDate>
  <lastBuildDate>Wed, 13 Jan 2010 09:19:38 +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=15983</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[How to ship Property OCX control with Application? : Can you explain how to embed license...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15983&amp;PID=56124&amp;title=how-to-ship-property-ocx-control-with-application#56124</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5627">saurav_nielsen</a><br /><strong>Subject:</strong> 15983<br /><strong>Posted:</strong> 13 January 2010 at 9:19am<br /><br />Can you explain how to embed license info via MFC as explain in the link provided in previous comment?<DIV>&nbsp;</DIV><DIV><a href="http://codejock.com/support/articles/com/general/g_3.asp" target="_blank">http://codejock.com/support/articles/com/general/g_3.asp</A></DIV><DIV>&nbsp;</DIV><DIV>Do we need to modify the Create object for Property Grid in some way?</DIV>]]>
   </description>
   <pubDate>Wed, 13 Jan 2010 09:19:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15983&amp;PID=56124&amp;title=how-to-ship-property-ocx-control-with-application#56124</guid>
  </item> 
  <item>
   <title><![CDATA[How to ship Property OCX control with Application? : We are using the Property Grid...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15983&amp;PID=56100&amp;title=how-to-ship-property-ocx-control-with-application#56100</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5627">saurav_nielsen</a><br /><strong>Subject:</strong> 15983<br /><strong>Posted:</strong> 11 January 2010 at 4:16pm<br /><br />We are using the Property Grid ActiveX Control from C# Dialog as well as MFC Dialog.<DIV>&nbsp;</DIV><DIV>While&nbsp;creating the Property grid&nbsp;in C# Dialog&nbsp;we didn't had any problem and we didn't embed any license info, not sure if interop is doing anything in the background.</DIV><DIV>&nbsp;</DIV><DIV>But in MFC, while we are using Create method for property grid control we are getting Error Message as "Class is not licensed for use". We tried passing&nbsp;our license info&nbsp;in the&nbsp;argument bstrLickey of Create in following format -</DIV><DIV>&nbsp;</DIV><DIV>"Property Grid Control Copyright (c) 2003-2009 Codejock Software<BR>PRODUCT-ID: Codejock.PropertyGrid.ActiveX.v13.1<BR>VALIDATE-CODE:&nbsp; XXX-XXX-XXX-XXX"<DIV>&nbsp;</DIV><DIV>But this didn't work.</DIV></DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 11 Jan 2010 16:16:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15983&amp;PID=56100&amp;title=how-to-ship-property-ocx-control-with-application#56100</guid>
  </item> 
  <item>
   <title><![CDATA[How to ship Property OCX control with Application? : do you embed the license infor...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15983&amp;PID=56095&amp;title=how-to-ship-property-ocx-control-with-application#56095</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 15983<br /><strong>Posted:</strong> 11 January 2010 at 3:22pm<br /><br />do you embed the license information?<br><br>http://codejock.com/support/articles/com/general/g_3.asp<br>]]>
   </description>
   <pubDate>Mon, 11 Jan 2010 15:22:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15983&amp;PID=56095&amp;title=how-to-ship-property-ocx-control-with-application#56095</guid>
  </item> 
  <item>
   <title><![CDATA[How to ship Property OCX control with Application? : The Property Grid Dialog created...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15983&amp;PID=56094&amp;title=how-to-ship-property-ocx-control-with-application#56094</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5627">saurav_nielsen</a><br /><strong>Subject:</strong> 15983<br /><strong>Posted:</strong> 11 January 2010 at 3:06pm<br /><br />The Property Grid Dialog created in our application does not get invoked. We are using Visual Studio 2005.<DIV>&nbsp;</DIV><DIV>if we install code jock Ocx with setup exe it is working fine. we just add the ocx into the installer Codejock.PropertyGrid.v13.1.0.ocx. it is getting registered. but MFC application not able to invoke this. do we need to include any other dlls of code jock in our installer</DIV>]]>
   </description>
   <pubDate>Mon, 11 Jan 2010 15:06:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15983&amp;PID=56094&amp;title=how-to-ship-property-ocx-control-with-application#56094</guid>
  </item> 
  <item>
   <title><![CDATA[How to ship Property OCX control with Application? : what error do you get? what version...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15983&amp;PID=56093&amp;title=how-to-ship-property-ocx-control-with-application#56093</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 15983<br /><strong>Posted:</strong> 11 January 2010 at 2:21pm<br /><br />what error do you get?&nbsp; what version of visual studio?]]>
   </description>
   <pubDate>Mon, 11 Jan 2010 14:21:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15983&amp;PID=56093&amp;title=how-to-ship-property-ocx-control-with-application#56093</guid>
  </item> 
  <item>
   <title><![CDATA[How to ship Property OCX control with Application? : Thought the installer should do...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15983&amp;PID=56091&amp;title=how-to-ship-property-ocx-control-with-application#56091</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5627">saurav_nielsen</a><br /><strong>Subject:</strong> 15983<br /><strong>Posted:</strong> 11 January 2010 at 2:09pm<br /><br />Thought the installer should do it (InstallShield).]]>
   </description>
   <pubDate>Mon, 11 Jan 2010 14:09:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15983&amp;PID=56091&amp;title=how-to-ship-property-ocx-control-with-application#56091</guid>
  </item> 
  <item>
   <title><![CDATA[How to ship Property OCX control with Application? : Do you register the ocx?  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15983&amp;PID=56088&amp;title=how-to-ship-property-ocx-control-with-application#56088</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 15983<br /><strong>Posted:</strong> 11 January 2010 at 1:57pm<br /><br />Do you register the ocx?]]>
   </description>
   <pubDate>Mon, 11 Jan 2010 13:57:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15983&amp;PID=56088&amp;title=how-to-ship-property-ocx-control-with-application#56088</guid>
  </item> 
  <item>
   <title><![CDATA[How to ship Property OCX control with Application? : Weare usingProperty Grid Control...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15983&amp;PID=56078&amp;title=how-to-ship-property-ocx-control-with-application#56078</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5627">saurav_nielsen</a><br /><strong>Subject:</strong> 15983<br /><strong>Posted:</strong> 11 January 2010 at 9:39am<br /><br />We&nbsp;are using&nbsp;Property Grid Control OCX in our application.<DIV>&nbsp;</DIV><DIV>We added the OCX control in our installer(InstallShield) but somehow the OCX is not getting installed using our installer. We want to distribute our application with the OCX, how can we install OCX in User system using our installer?</DIV><DIV>&nbsp;</DIV><DIV>Are we missing any steps for correctly adding OCX to Install Shield?</DIV>]]>
   </description>
   <pubDate>Mon, 11 Jan 2010 09:39:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15983&amp;PID=56078&amp;title=how-to-ship-property-ocx-control-with-application#56078</guid>
  </item> 
 </channel>
</rss>