<?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 : Samples and Demo Applications</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Samples and Demo Applications : Last 10 Posts]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 26 Apr 2026 08:21:24 +0000</pubDate>
  <lastBuildDate>Tue, 20 Jan 2015 10:52:48 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>30</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_topic_feed.asp?FID=161</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[Samples and Demo Applications : XAML to CString Convert]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22517&amp;PID=73052&amp;title=xaml-to-cstring-convert#73052</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=903">Alex G.</a><br /><strong>Subject:</strong> XAML to CString Convert<br /><strong>Posted:</strong> 20 January 2015 at 10:52am<br /><br />Hello,<br><br>I would like to share a little tool with you.<br><br>From time to time, I need to create some XAML code, usually I'm using the MarkupPad for this job.<br>But Copy&amp;Paste the XAML into our existing C++ code won't work immediately without any handwork.<br><br>So I created a little tool for this job. It's based on a FlowSheet, so you need to install our ANKHOR FlowSheet first to let it run.<br><br>No need to buy something ! The Community Version is free ( even for commercial projects ).<br>Our WebSite: www.ankhor.com.<br><br>BTW, many GUI parts of our application is based on CodeJock's Xtreme Toolkit Pro.<br><br>How to use:<br><br>- Double click into the left box and paste or enter your XAML text there<br>- Press F2<br>- Right click into the box 'Result' and select the menu item 'Dashboard / Copy Value'<br>&nbsp; The C++ code will be copied into the clipboard.<br><br><img src="uploads/903/XAML_to_CString_C&#111;nverter_CodeJock_1.png" height="781" width="2041" border="0" /><br><br>This is the dataflow program in the FlowSheet:<br><img src="uploads/903/XAML_to_CString_C&#111;nverter_CodeJock_2.png" height="518" width="893" border="0" /><br><br>Here's the FlowSheet:<br><a href="uploads/903/XAML_to_CString_C&#111;nverter_CodeJock.zip" target="_blank" rel="nofollow">uploads/903/XAML_to_CString_Converter_CodeJock.zip</a><br>Please unzip it...<br><br>Have fun<br>Alex<br><br>]]>
   </description>
   <pubDate>Tue, 20 Jan 2015 10:52:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22517&amp;PID=73052&amp;title=xaml-to-cstring-convert#73052</guid>
  </item> 
  <item>
   <title><![CDATA[Samples and Demo Applications : MFC - C++ - CWnd derived control in markup]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14413&amp;PID=72515&amp;title=mfc-c-cwnd-derived-control-in-markup#72515</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8693">wywty</a><br /><strong>Subject:</strong> MFC - C++ - CWnd derived control in markup<br /><strong>Posted:</strong> 28 May 2014 at 12:44am<br /><br />this in&nbsp;ScrollViewer have bug]]>
   </description>
   <pubDate>Wed, 28 May 2014 00:44:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14413&amp;PID=72515&amp;title=mfc-c-cwnd-derived-control-in-markup#72515</guid>
  </item> 
  <item>
   <title><![CDATA[Samples and Demo Applications : MFC - C++ - CWnd derived control in markup]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14413&amp;PID=70872&amp;title=mfc-c-cwnd-derived-control-in-markup#70872</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2967">adrien</a><br /><strong>Subject:</strong> MFC - C++ - CWnd derived control in markup<br /><strong>Posted:</strong> 24 April 2013 at 11:54pm<br /><br />Pete - your markup is wrong. &nbsp;In the example it was<div><br></div><div><pre ="BBcode" style="line-height: 16px; width: 1094.5px; : rgb248, 248, 252;"><font face="Courier New, Courier, mono">...<br>&lt;EditBox Tag='Edit1' Width='100' Height='26'/&gt;<br>...</font></pre></div><div><br></div><div>not &lt;EditBox&gt;... &lt;/EditBox&gt;</div><div><br></div><div>If you want some default text settable from the markup, you'd need to set it as a named attribute and extract that from the markup context when it's being created I guess.</div>]]>
   </description>
   <pubDate>Wed, 24 Apr 2013 23:54:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14413&amp;PID=70872&amp;title=mfc-c-cwnd-derived-control-in-markup#70872</guid>
  </item> 
  <item>
   <title><![CDATA[Samples and Demo Applications : MFC - C++ - CWnd derived control in markup]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14413&amp;PID=67525&amp;title=mfc-c-cwnd-derived-control-in-markup#67525</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7313">pdhammond</a><br /><strong>Subject:</strong> MFC - C++ - CWnd derived control in markup<br /><strong>Posted:</strong> 01 February 2012 at 5:54am<br /><br />Hi, I tried this and could not get it to work. I expect this is my not understanding Code Jock idioms, and it's been a long time since I used MFC too. <br><br>Using this XAML:<br>&lt;Page<br>&nbsp; xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"<br>&nbsp; xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"&gt;<br><br>&lt;EditBox&gt;Enter something...&lt;/EditBox&gt;<br>&lt;/Page&gt;<br><br>I get this error:<br>Cannot convert the string 'Enter something...' into a 'MarkupEdit' object. Line 5, position 38<br><br>One thing I was particulalry confused about was where the AddHandler call is supposed to go. Can someone point me to some good intrudcutory documentation on this idiom?<br><br>Thanks,<br>Pete.<br>]]>
   </description>
   <pubDate>Wed, 01 Feb 2012 05:54:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14413&amp;PID=67525&amp;title=mfc-c-cwnd-derived-control-in-markup#67525</guid>
  </item> 
  <item>
   <title><![CDATA[Samples and Demo Applications : MFC - C++ - CWnd derived control in markup]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14413&amp;PID=58296&amp;title=mfc-c-cwnd-derived-control-in-markup#58296</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5705">nemmartins</a><br /><strong>Subject:</strong> MFC - C++ - CWnd derived control in markup<br /><strong>Posted:</strong> 02 May 2010 at 6:07pm<br /><br />Hi! and how to make the edit control to have the same behavior as other controls, i.e., automatic resize, etc?<br><br><br>]]>
   </description>
   <pubDate>Sun, 02 May 2010 18:07:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14413&amp;PID=58296&amp;title=mfc-c-cwnd-derived-control-in-markup#58296</guid>
  </item> 
  <item>
   <title><![CDATA[Samples and Demo Applications : VB6 Class. Generate XML Levels Meter]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15106&amp;PID=53501&amp;title=vb6-class-generate-xml-levels-meter#53501</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> VB6 Class. Generate XML Levels Meter<br /><strong>Posted:</strong> 28 September 2009 at 3:28pm<br /><br />I agree Mark...CJ Markup already has a lot of potential, and with some further development it could really become an incredibly powerful tool...Unfortunately, it does seem like CJ isn't interested in pursuing markup (there hasn't been any development in quite a while, and they haven't commented on any posts from us requesting new features, not have they responded in a while to my open support tickets). It's really too bad, because I think it is a missed opportunity.<br><br>Krog &amp; I came up with a pretty good list of features that would take CJ markup to the next level, but there hasn't been any response from CodeJock. You can check it out here:<br><br><a href="https://forum.codejock.com/forum_posts.asp?TID=14646&amp;PID=50456#50456" target="_blank">https://forum.codejock.com/forum_posts.asp?TID=14646&amp;PID=50456#50456</a><br><br>Maybe if more members chime in they will get the message that this is an area worth pursuing. Any ideas that you might have are appreciated too.<br>]]>
   </description>
   <pubDate>Mon, 28 Sep 2009 15:28:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15106&amp;PID=53501&amp;title=vb6-class-generate-xml-levels-meter#53501</guid>
  </item> 
  <item>
   <title><![CDATA[Samples and Demo Applications : VB6 Class. Generate XML Levels Meter]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15106&amp;PID=52851&amp;title=vb6-class-generate-xml-levels-meter#52851</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=669">markr</a><br /><strong>Subject:</strong> VB6 Class. Generate XML Levels Meter<br /><strong>Posted:</strong> 07 September 2009 at 12:37pm<br /><br />I'm often surprised that CodeJock doesn't market this stuff (markup support) a little more aggressively.<br><br>XTP Markup support is an amazing tool, and with a bit of imagination it can sing. Forums members have clearly proven such.<br> ]]>
   </description>
   <pubDate>Mon, 07 Sep 2009 12:37:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15106&amp;PID=52851&amp;title=vb6-class-generate-xml-levels-meter#52851</guid>
  </item> 
  <item>
   <title><![CDATA[Samples and Demo Applications : UPDATED VB6 Line &amp; Pie Chart Demo with MarkupLabel]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12332&amp;PID=52826&amp;title=updated-vb6-line-pie-chart-demo-with-markuplabel#52826</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4225">chrisABC</a><br /><strong>Subject:</strong> UPDATED VB6 Line &amp; Pie Chart Demo with MarkupLabel<br /><strong>Posted:</strong> 06 September 2009 at 8:10pm<br /><br />I got some VB code that allows capture of the image on the MarkupLabel.<br>This allows me to Print, Copy to Clipboard, or Save to .BMP file the chart images.<br><br>I have uploaded it here, in case you want to try it:<br>https://forum.codejock.com/forum_posts.asp?TID=15125&amp;PID=52825#52825<br>]]>
   </description>
   <pubDate>Sun, 06 Sep 2009 20:10:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12332&amp;PID=52826&amp;title=updated-vb6-line-pie-chart-demo-with-markuplabel#52826</guid>
  </item> 
  <item>
   <title><![CDATA[Samples and Demo Applications : UPDATED VB6 Line &amp; Pie Chart Demo with MarkupLabel]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12332&amp;PID=52808&amp;title=updated-vb6-line-pie-chart-demo-with-markuplabel#52808</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> UPDATED VB6 Line &amp; Pie Chart Demo with MarkupLabel<br /><strong>Posted:</strong> 05 September 2009 at 6:54am<br /><br />chrisABC reported a problem with the previous compiled source when run on machines that don't have the CJ controls installed with the licenses included (that is, non-developer machines). I've changed the way I reference the markup label control as follows:<br><br><a href="https://forum.codejock.com/forum_posts.asp?TID=15117&amp;PID=52799#52799" target="_blank">https://forum.codejock.com/forum_posts.asp?TID=15117&amp;PID=52799#52799</a><br><br><font color="#ff0000"><b>You can get the new source in the TOP post in this thread.<br><br></b><font color="#000000"><i>Special thanks to chrisABC for reporting the problem and testing the solution.</i></font><br></font>]]>
   </description>
   <pubDate>Sat, 05 Sep 2009 06:54:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12332&amp;PID=52808&amp;title=updated-vb6-line-pie-chart-demo-with-markuplabel#52808</guid>
  </item> 
  <item>
   <title><![CDATA[Samples and Demo Applications : UPDATED VB6 Line &amp; Pie Chart Demo with MarkupLabel]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12332&amp;PID=52749&amp;title=updated-vb6-line-pie-chart-demo-with-markuplabel#52749</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> UPDATED VB6 Line &amp; Pie Chart Demo with MarkupLabel<br /><strong>Posted:</strong> 03 September 2009 at 9:34pm<br /><br />Hi Chris,<br>Thanks a lot for the compliments, and I am glad that you found the code useful/helpful!<br>]]>
   </description>
   <pubDate>Thu, 03 Sep 2009 21:34:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12332&amp;PID=52749&amp;title=updated-vb6-line-pie-chart-demo-with-markuplabel#52749</guid>
  </item> 
 </channel>
</rss>