<?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 Call C++Code from XAML-CheckBox-Click-Event</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : How to Call C++Code from XAML-CheckBox-Click-Event]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 08 Jun 2026 05:29:48 +0000</pubDate>
  <lastBuildDate>Wed, 02 Aug 2017 03:50:18 +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=23402</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 Call C++Code from XAML-CheckBox-Click-Event : Thank you for your answer. ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23402&amp;PID=75982&amp;title=how-to-call-c-code-from-xamlcheckboxclickevent#75982</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8997">millenium</a><br /><strong>Subject:</strong> 23402<br /><strong>Posted:</strong> 02 August 2017 at 3:50am<br /><br />Thank you for your answer.<br>]]>
   </description>
   <pubDate>Wed, 02 Aug 2017 03:50:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23402&amp;PID=75982&amp;title=how-to-call-c-code-from-xamlcheckboxclickevent#75982</guid>
  </item> 
  <item>
   <title><![CDATA[How to Call C++Code from XAML-CheckBox-Click-Event : Make a delegate on the sub-classed...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23402&amp;PID=75980&amp;title=how-to-call-c-code-from-xamlcheckboxclickevent#75980</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=686">cpede</a><br /><strong>Subject:</strong> 23402<br /><strong>Posted:</strong> 01 August 2017 at 1:47pm<br /><br />Make a delegate on the sub-classed control:<div><div><table width="99%"><tr><td><pre class="BBcode">m_ctrlMyControl.SetDelegate(L"Click", CreateMarkupClassDelegate(this, &amp;CMyWnd::OnClick));</pre></td></tr></table></div></div><div>Add a method for handling the delegate:</div><div><div><table width="99%"><tr><td><pre class="BBcode">void CMyWnd::OnClick(CXTPMarkupObject* pSender, CXTPMarkupMouseEventArgs* pArgs)</div><div>{</div><div>&nbsp; if (pSender-&gt;IsKindOf(MARKUP_TYPE(CXTPMarkupCheckBox)))</div><div>&nbsp; {</div><div>&nbsp; &nbsp; CXTPMarkupString* pTag = MARKUP_STATICCAST(CXTPMarkupString,</div><div>&nbsp; &nbsp; &nbsp; &nbsp; ((CXTPMarkupCheckBox*)pSender)-&gt;GetTag());</div><div>&nbsp; &nbsp; CString sTag(*pTag);</div><div>&nbsp; &nbsp; //((CXTPMarkupCheckBox*)pSender)-&gt;SetChecked(bIsChecked ? TRUE : FALSE);</div><div>&nbsp; &nbsp; pArgs-&gt;SetHandled();</div><div>&nbsp; }</div><div>}</pre></td></tr></table></div></div><div><br></div><div>-cpede</div><div><br></div><div><br></div>]]>
   </description>
   <pubDate>Tue, 01 Aug 2017 13:47:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23402&amp;PID=75980&amp;title=how-to-call-c-code-from-xamlcheckboxclickevent#75980</guid>
  </item> 
  <item>
   <title><![CDATA[How to Call C++Code from XAML-CheckBox-Click-Event : The answer can be found in:Cod...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23402&amp;PID=75979&amp;title=how-to-call-c-code-from-xamlcheckboxclickevent#75979</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8997">millenium</a><br /><strong>Subject:</strong> 23402<br /><strong>Posted:</strong> 01 August 2017 at 7:42am<br /><br />The answer can be found in:<br>Codejock\Samples\ToolkitPro\MarkupSample<br>]]>
   </description>
   <pubDate>Tue, 01 Aug 2017 07:42:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23402&amp;PID=75979&amp;title=how-to-call-c-code-from-xamlcheckboxclickevent#75979</guid>
  </item> 
  <item>
   <title><![CDATA[How to Call C++Code from XAML-CheckBox-Click-Event : Hi fellow Codejock-users,I am...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23402&amp;PID=75977&amp;title=how-to-call-c-code-from-xamlcheckboxclickevent#75977</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8997">millenium</a><br /><strong>Subject:</strong> 23402<br /><strong>Posted:</strong> 01 August 2017 at 3:22am<br /><br />Hi fellow Codejock-users,<br><br>I am using CXTPPopupControl to show a XAML-Notification to&nbsp; our users.<br>And i would like to offer a "Do not show this notification again"-functionality, driven by a simple XAML-checkbox. <br>So my question is: How do i connect the XAML-Checkbox-Clicked-event with my c++-code?<br><br>Thank you,<br>regards<br>]]>
   </description>
   <pubDate>Tue, 01 Aug 2017 03:22:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23402&amp;PID=75977&amp;title=how-to-call-c-code-from-xamlcheckboxclickevent#75977</guid>
  </item> 
 </channel>
</rss>