<?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 : MaskEdit with ComboBox</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : MaskEdit with ComboBox]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 13:49:30 +0000</pubDate>
  <lastBuildDate>Thu, 07 Jul 2005 01:52:39 +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=2387</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[MaskEdit with ComboBox : 1. Derive a new class from CComboBox...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2387&amp;PID=7523&amp;title=maskedit-with-combobox#7523</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=365">Alex H.</a><br /><strong>Subject:</strong> 2387<br /><strong>Posted:</strong> 07 July 2005 at 1:52am<br /><br /><P>1. Derive a new class from CComboBox f.ex.</P><P>2. Add Member :<BR>CXTDateEdit m_MaskedEdit;</P><P>3. Overwrite PreSubclassWindow() :</P><P><BR>void CUIDateCtrl::PreSubclassWindow() <BR>{<BR>&nbsp;&nbsp;if(GetDlgItem(1001))<BR>&nbsp; {&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp; CString sDefault = COleDateTime::GetCurrentTime().Format(FMT_DATE);<BR>&nbsp;&nbsp; m_MaskedEdit.SubclassWindow( ((CXTDateEdit *) GetDlgItem(1001))-&gt;m_hWnd );<BR>&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp; m_MaskedEdit.SetEditMask(FMT_DATE_MASK, FMT_DATE_LITERAL, sDefault);<BR>&nbsp; }<BR>&nbsp; else<BR>&nbsp; {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ASSERT(FALSE); // combobox has wrong style<BR>&nbsp; }<BR>&nbsp;<BR>&nbsp;CComboBox::PreSubclassWindow();<BR>}</P><P>&nbsp;</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Thu, 07 Jul 2005 01:52:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2387&amp;PID=7523&amp;title=maskedit-with-combobox#7523</guid>
  </item> 
  <item>
   <title><![CDATA[MaskEdit with ComboBox : if u find any reply plz send the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2387&amp;PID=7512&amp;title=maskedit-with-combobox#7512</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1303">raghu</a><br /><strong>Subject:</strong> 2387<br /><strong>Posted:</strong> 06 July 2005 at 11:37pm<br /><br />if u find any reply plz send the source code ]]>
   </description>
   <pubDate>Wed, 06 Jul 2005 23:37:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2387&amp;PID=7512&amp;title=maskedit-with-combobox#7512</guid>
  </item> 
  <item>
   <title><![CDATA[MaskEdit with ComboBox : How can I use the MaskEdit Control...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2387&amp;PID=7100&amp;title=maskedit-with-combobox#7100</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=365">Alex H.</a><br /><strong>Subject:</strong> 2387<br /><strong>Posted:</strong> 16 June 2005 at 4:16am<br /><br /><P>How can I use the MaskEdit Control with a CComboBox ?</P><P>Regards</P>]]>
   </description>
   <pubDate>Thu, 16 Jun 2005 04:16:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2387&amp;PID=7100&amp;title=maskedit-with-combobox#7100</guid>
  </item> 
 </channel>
</rss>