<?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 : XAML Snippets</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : XAML Snippets : Last 10 Posts]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 16:15:47 +0000</pubDate>
  <lastBuildDate>Wed, 27 Aug 2025 02:06:26 +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=150</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[XAML Snippets : XTPMarkUpComboBox not found]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24598&amp;PID=79270&amp;title=xtpmarkupcombobox-not-found#79270</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9732">pwang8097</a><br /><strong>Subject:</strong> XTPMarkUpComboBox not found<br /><strong>Posted:</strong> 27 August 2025 at 2:06am<br /><br />I did not found the classes&nbsp; XTPMarkUpcombox or XTPMarkUpListbox&nbsp;in source code. So I cannot not use the ComboBox or ListBox in the Xaml.&nbsp; Will&nbsp;codejock add these controls in the MarkUp Module?]]>
   </description>
   <pubDate>Wed, 27 Aug 2025 02:06:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24598&amp;PID=79270&amp;title=xtpmarkupcombobox-not-found#79270</guid>
  </item> 
  <item>
   <title><![CDATA[XAML Snippets : Vector icons worlkflow]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24495&amp;PID=78991&amp;title=vector-icons-worlkflow#78991</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9532">erik1</a><br /><strong>Subject:</strong> Vector icons worlkflow<br /><strong>Posted:</strong> 23 August 2024 at 5:09am<br /><br />Hi,<div>I have .ini file where I can map controls to pngs, like:</div><div>&#091;Button.CheckBox&#093;</div><div>ImageFile1 = theme1\CheckBox13.png</div><div><br></div><div>IS it possible to use same worlkflow, but with xaml icons?</div><div>Like this:</div><div><br></div><div><div>&#091;Button.CheckBox&#093;</div><div>ImageFile = theme1\CheckBox13.xaml</div></div><div><br></div>]]>
   </description>
   <pubDate>Fri, 23 Aug 2024 05:09:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24495&amp;PID=78991&amp;title=vector-icons-worlkflow#78991</guid>
  </item> 
  <item>
   <title><![CDATA[XAML Snippets : MFC using xaml for HICON]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24397&amp;PID=78704&amp;title=mfc-using-xaml-for-hicon#78704</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9607">Duane</a><br /><strong>Subject:</strong> MFC using xaml for HICON<br /><strong>Posted:</strong> 29 May 2023 at 8:43am<br /><br />Thanks for the reply.&nbsp; I guess my question was poorly worded.&nbsp; I am not specifically looking to convert an XAML into an HICON.&nbsp; I want to be able to use the XAML as the frame icon.&nbsp; I am able to use SetVectorIcon for the ribbon without problem.&nbsp; But the frame icon in the sample is using&nbsp;CXTPFramePaintManager.&nbsp; And this doesn't have a SetVectorIcon member.&nbsp;&nbsp;]]>
   </description>
   <pubDate>Mon, 29 May 2023 08:43:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24397&amp;PID=78704&amp;title=mfc-using-xaml-for-hicon#78704</guid>
  </item> 
  <item>
   <title><![CDATA[XAML Snippets : MFC using xaml for HICON]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24397&amp;PID=78702&amp;title=mfc-using-xaml-for-hicon#78702</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8199">astoyan</a><br /><strong>Subject:</strong> MFC using xaml for HICON<br /><strong>Posted:</strong> 28 May 2023 at 3:40pm<br /><br />Hello Duane,<div><br></div><div>It is possible to make an HICON from XAML by rendering XAML into a bitmap and then making an icon from that bitmap manually. But that is not only a tedious work, but also a useless and pointless one as the whole point of having XAML icons is to ensure that you need only one XAML image to handle or possible icon sizes and to ensure a crisp and scalable image. Look for SetVectorIcon calls in ToolkitPro samples, like RibbonSample and similar.</div><div><br></div><div>Regards,</div><div>&nbsp; &nbsp;Alexander</div>]]>
   </description>
   <pubDate>Sun, 28 May 2023 15:40:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24397&amp;PID=78702&amp;title=mfc-using-xaml-for-hicon#78702</guid>
  </item> 
  <item>
   <title><![CDATA[XAML Snippets : MFC using xaml for HICON]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24397&amp;PID=78697&amp;title=mfc-using-xaml-for-hicon#78697</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9607">Duane</a><br /><strong>Subject:</strong> MFC using xaml for HICON<br /><strong>Posted:</strong> 19 May 2023 at 11:34am<br /><br /><div>How can I create an HICON from an&nbsp; XAML resource?</div><div><span style="white-space: normal;"><br></span></div><div><span style="white-space: normal;">I've tried</span></div><div><span style="white-space: normal;"><br></span></div><div><div style="">HICON hIcon = (HICON)::LoadImage(theApp.m_hInstance, MAKEINTRESOURCE(IDR_LOGO), IMAGE_ICON,&nbsp;szIcon.cx, szIcon.cy, LR_SHARED);</div></div><div style=""><br></div><div style="">But hIcon here is NULL.&nbsp;&nbsp;</div><div style=""><br></div><div style="">Is this possible?&nbsp; I am able to add that resource to an image vector and use it for a ribbon without problem.</div>]]>
   </description>
   <pubDate>Fri, 19 May 2023 11:34:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24397&amp;PID=78697&amp;title=mfc-using-xaml-for-hicon#78697</guid>
  </item> 
  <item>
   <title><![CDATA[XAML Snippets : Gauges ?]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13807&amp;PID=76485&amp;title=gauges#76485</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> Gauges ?<br /><strong>Posted:</strong> 18 January 2018 at 3:23am<br /><br />Hello;<br><br>Any chance to get this in one of the next releases?<br><br><br>]]>
   </description>
   <pubDate>Thu, 18 Jan 2018 03:23:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13807&amp;PID=76485&amp;title=gauges#76485</guid>
  </item> 
  <item>
   <title><![CDATA[XAML Snippets : New MarkupPad2 - UserControl, TextBox]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21774&amp;PID=74549&amp;title=new-markuppad2-usercontrol-textbox#74549</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3171">evoX</a><br /><strong>Subject:</strong> New MarkupPad2 - UserControl, TextBox<br /><strong>Posted:</strong> 06 March 2016 at 6:02pm<br /><br />It would be nice if codejock would make a MarkupPad 2, because the original one is very limited.]]>
   </description>
   <pubDate>Sun, 06 Mar 2016 18:02:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21774&amp;PID=74549&amp;title=new-markuppad2-usercontrol-textbox#74549</guid>
  </item> 
  <item>
   <title><![CDATA[XAML Snippets : New MarkupPad2 - UserControl, TextBox]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21774&amp;PID=74155&amp;title=new-markuppad2-usercontrol-textbox#74155</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=101">rvoith</a><br /><strong>Subject:</strong> New MarkupPad2 - UserControl, TextBox<br /><strong>Posted:</strong> 01 December 2015 at 5:36am<br /><br />Did anybody receive the sourcecode for MarkupPad2?&nbsp;]]>
   </description>
   <pubDate>Tue, 01 Dec 2015 05:36:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21774&amp;PID=74155&amp;title=new-markuppad2-usercontrol-textbox#74155</guid>
  </item> 
  <item>
   <title><![CDATA[XAML Snippets : New MarkupPad2 - UserControl, TextBox]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21774&amp;PID=74149&amp;title=new-markuppad2-usercontrol-textbox#74149</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=101">rvoith</a><br /><strong>Subject:</strong> New MarkupPad2 - UserControl, TextBox<br /><strong>Posted:</strong> 30 November 2015 at 4:14am<br /><br />Great enhancement! I would love to see the source code too :-)]]>
   </description>
   <pubDate>Mon, 30 Nov 2015 04:14:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21774&amp;PID=74149&amp;title=new-markuppad2-usercontrol-textbox#74149</guid>
  </item> 
  <item>
   <title><![CDATA[XAML Snippets : New MarkupPad2 - UserControl, TextBox]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21774&amp;PID=73505&amp;title=new-markuppad2-usercontrol-textbox#73505</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3171">evoX</a><br /><strong>Subject:</strong> New MarkupPad2 - UserControl, TextBox<br /><strong>Posted:</strong> 14 June 2015 at 8:07pm<br /><br />Ctrl+mouse wheel scroll does not zoom in or out the text size (like in the original markuppad) which makes it harder to use on large resolution monitors.&nbsp;<div>If you don't have time to fix this then posting the source code would be helpful for many members here.</div><div><br></div>]]>
   </description>
   <pubDate>Sun, 14 Jun 2015 20:07:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21774&amp;PID=73505&amp;title=new-markuppad2-usercontrol-textbox#73505</guid>
  </item> 
 </channel>
</rss>