<?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 : adding a CXTMaskEdit to a toolbar</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : adding a CXTMaskEdit to a toolbar]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 19 May 2026 05:21:17 +0000</pubDate>
  <lastBuildDate>Mon, 11 Apr 2005 11:40:43 +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=715</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[adding a CXTMaskEdit to a toolbar : Seems to be working. Thank you...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=715&amp;PID=6213&amp;title=adding-a-cxtmaskedit-to-a-toolbar#6213</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=775">Maye Johnson</a><br /><strong>Subject:</strong> 715<br /><strong>Posted:</strong> 11 April 2005 at 11:40am<br /><br />Seems to be working.&nbsp; Thank you again, it seems trivial now that I look at the code.]]>
   </description>
   <pubDate>Mon, 11 Apr 2005 11:40:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=715&amp;PID=6213&amp;title=adding-a-cxtmaskedit-to-a-toolbar#6213</guid>
  </item> 
  <item>
   <title><![CDATA[adding a CXTMaskEdit to a toolbar : Solved &amp;#034;Cannot execute program&amp;#034;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=715&amp;PID=6212&amp;title=adding-a-cxtmaskedit-to-a-toolbar#6212</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=775">Maye Johnson</a><br /><strong>Subject:</strong> 715<br /><strong>Posted:</strong> 11 April 2005 at 11:25am<br /><br />Solved "Cannot execute program" by checking Project Settings and wherebinary was being output.&nbsp; Got program running, will check out thecode to make sure it works in my app.&nbsp; I appreciate the help, ithelps out tremendously when you respond so quickly time after time.]]>
   </description>
   <pubDate>Mon, 11 Apr 2005 11:25:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=715&amp;PID=6212&amp;title=adding-a-cxtmaskedit-to-a-toolbar#6212</guid>
  </item> 
  <item>
   <title><![CDATA[adding a CXTMaskEdit to a toolbar : I added the following to stdafx.h    #include...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=715&amp;PID=6211&amp;title=adding-a-cxtmaskedit-to-a-toolbar#6211</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=775">Maye Johnson</a><br /><strong>Subject:</strong> 715<br /><strong>Posted:</strong> 11 April 2005 at 11:16am<br /><br />I added the following to stdafx.h<br><br><table width="99%"><tr><td><pre class="BBcode"><br>#include&nbsp;&nbsp;&nbsp; &lt;XTToolkitPro.h&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // MFC support for Internet Explorer 4 CommonControls<br></pre></td></tr></table><br><br>and now it compiles.&nbsp; When I run it, I immediately get a dialog box that says "Cannot execute program".<br><br><img src="uploads/MayeJohns&#111;n/2005-04-11_111616_Image1.jpg" border="0"><br>]]>
   </description>
   <pubDate>Mon, 11 Apr 2005 11:16:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=715&amp;PID=6211&amp;title=adding-a-cxtmaskedit-to-a-toolbar#6211</guid>
  </item> 
  <item>
   <title><![CDATA[adding a CXTMaskEdit to a toolbar : Compile errors tell me that it...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=715&amp;PID=6210&amp;title=adding-a-cxtmaskedit-to-a-toolbar#6210</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=775">Maye Johnson</a><br /><strong>Subject:</strong> 715<br /><strong>Posted:</strong> 11 April 2005 at 11:08am<br /><br />Compile errors tell me that it can't find AboutDlg.rc, and when Icomment that out, it can't find AboutDlg.h.&nbsp; I comment that out,then I get 152 compiler errors:<br><br><table width="99%"><tr><td><pre class="BBcode"><br>--------------------Configuration: CustomizeDlg - Win32 Debug--------------------<br>Compiling resources...<br>Compiling...<br>StdAfx.cpp<br>Compiling...<br>ChildFrm.cpp<br>ControlEditGoto.cpp<br>c:\incoming\2005-04-09_072749_sample\controleditgoto.h(14) : error C2504: 'CXTPControlEditCtrl' : base class undefined<br>c:\incoming\2005-04-09_072749_sample\controleditgoto.h(22) : error C2504: 'CXTPControlEdit' : base class undefined<br>c:\incoming\2005-04-09_072749_sample\controleditgoto.h(25) : error C2143: syntax error : missing ';' before 'public'<br>c:\incoming\2005-04-09_072749_sample\controleditgoto.h(29) : error C2143: syntax error : missing ';' before '*'<br>c:\incoming\2005-04-09_072749_sample\controleditgoto.h(29) : errorC2501: 'CXTPControlEditCtrl' : missing storage-class or type specifiers<br>c:\incoming\2005-04-09_072749_sample\controleditgoto.h(30) : errorC2501: 'CreateEditControl' : missing storage-class or type specifiers<br>c:\incoming\2005-04-09_072749_sample\controleditgoto.h(32) : warningC4183: 'CreateEditControl': member function definition looks like actor, but name does not match enclosing class<br> C:\incoming\2005-04-09_072749_sample\ControlEditGoto.cpp(2 2) : errorC2653: 'CXTPControlEditCtrl' : is not a class or namespace name<br> C:\incoming\2005-04-09_072749_sample\ControlEditGoto.cpp(2 8) : error C2065: 'ModifyStyle' : undeclared identifier<br> C:\incoming\2005-04-09_072749_sample\ControlEditGoto.cpp(3 1) : errorC2653: 'CXTPControlEditCtrl' : is not a class or namespace name<br> C:\incoming\2005-04-09_072749_sample\ControlEditGoto.cpp(3 4) : error C2061: syntax error : identifier 'CXTPControlEdit'<br> C:\incoming\2005-04-09_072749_sample\ControlEditGoto.cpp(3 5) : fatal error C1004: unexpected end of file found<br>ControlTools.cpp<br>c:\incoming\2005-04-09_072749_sample\controltools.h(29) : error C2504: 'CXTPControlButton' : base class undefined<br>c:\incoming\2005-04-09_072749_sample\controltools.h(34) : error C2061: syntax error : identifier 'CXTPCommandBar'<br>c:\incoming\2005-04-09_072749_sample\controltools.h(40) : error C2143: syntax error : missing ';' before '}'<br> c:\incoming\2005-04-09_072749_sample\customizepagetools.h( 63) : error C2143: syntax error : missing ';' before '&lt;'<br> c:\incoming\2005-04-09_072749_sample\customizepagetools.h( 63) : error C2143: syntax error : missing ';' before '&lt;'<br> c:\incoming\2005-04-09_072749_sample\customizepagetools.h( 80) : errorC2146: syntax error : missing ';' before identifier 'm_lstTools'<br> c:\incoming\2005-04-09_072749_sample\customizepagetools.h( 80) : errorC2501: 'm_lstTools' : missing storage-class or type specifiers<br>C:\incoming\2005-04-09_072749_sample\ControlTools.cpp(30) : error C2061: syntax error : identifier 'CXTPControlButton'<br>C:\incoming\2005-04-09_072749_sample\ControlTools.cpp(33) : error C2143: syntax error : missing ';' before 'tag::id'<br>C:\incoming\2005-04-09_072749_sample\ControlTools.cpp(33) : fatal error C1004: unexpected end of file found<br>CustomizeDlg.cpp<br>c:\incoming\2005-04-09_072749_sample\mainfrm.h(29) : error C2504: 'CXTPMDIFrameWnd' : base class undefined<br>c:\incoming\2005-04-09_072749_sample\mainfrm.h(57) : error C2146: syntax error : missing ';' before identifier 'm_wndStatusBar'<br>c:\incoming\2005-04-09_072749_sample\mainfrm.h(57) : error C2501: 'CXTPStatusBar' : missing storage-class or type specifiers<br>c:\incoming\2005-04-09_072749_sample\mainfrm.h(57) : error C2501: 'm_wndStatusBar' : missing storage-class or type specifiers<br>c:\incoming\2005-04-09_072749_sample\mainfrm.h(67) : error C2061: syntax error : identifier 'LPCREATECONTROLSTRUCT'<br>C:\incoming\2005-04-09_072749_sample\CustomizeDlg.cpp(29) : fatal errorC1083: Cannot open include file: 'AboutDlg.h': No such file or directory<br>CustomizeDlgDoc.cpp<br>CustomizeDlgView.cpp<br> C:\incoming\2005-04-09_072749_sample\CustomizeDlgView.cpp( 47) : error C2065: 'ON_XTP_EXECUTE' : undeclared identifier<br> C:\incoming\2005-04-09_072749_sample\CustomizeDlgView.cpp( 49) : error C2059: syntax error : '{'<br> C:\incoming\2005-04-09_072749_sample\CustomizeDlgView.cpp( 49) : error C2143: syntax error : missing ';' before '{'<br> C:\incoming\2005-04-09_072749_sample\CustomizeDlgView.cpp( 49) : error C2447: missing function header (old-style formal list?)<br> C:\incoming\2005-04-09_072749_sample\CustomizeDlgView.cpp( 49) : error C2143: syntax error : missing ';' before '}'<br> C:\incoming\2005-04-09_072749_sample\CustomizeDlgView.cpp( 138) : error C2065: 'NMXTPCONTROL' : undeclared identifier<br> C:\incoming\2005-04-09_072749_sample\CustomizeDlgView.cpp( 138) : error C2065: 'tagNMCONTROL' : undeclared identifier<br> C:\incoming\2005-04-09_072749_sample\CustomizeDlgView.cpp( 138) : error C2059: syntax error : ')'<br> C:\incoming\2005-04-09_072749_sample\CustomizeDlgView.cpp( 140) : error C2065: 'CXTPControlComboBox' : undeclared identifier<br> C:\incoming\2005-04-09_072749_sample\CustomizeDlgView.cpp( 140) : error C2065: 'pControl' : undeclared identifier<br> C:\incoming\2005-04-09_072749_sample\CustomizeDlgView.cpp( 140) : error C2059: syntax error : ')'<br> C:\incoming\2005-04-09_072749_sample\CustomizeDlgView.cpp( 141) : errorC2227: left of '-&gt;GetType' must point to class/struct/union<br> C:\incoming\2005-04-09_072749_sample\CustomizeDlgView.cpp( 141) : error C2065: 'xtpControlEdit' : undeclared identifier<br> C:\incoming\2005-04-09_072749_sample\CustomizeDlgView.cpp( 143) : error C2065: 'CXTPControlEdit' : undeclared identifier<br> C:\incoming\2005-04-09_072749_sample\CustomizeDlgView.cpp( 143) : error C2059: syntax error : ')'<br>CustomizePageTools.cpp<br> c:\incoming\2005-04-09_072749_sample\customizepagetools.h( 63) : error C2143: syntax error : missing ';' before '&lt;'<br> c:\incoming\2005-04-09_072749_sample\customizepagetools.h( 63) : error C2143: syntax error : missing ';' before '&lt;'<br> c:\incoming\2005-04-09_072749_sample\customizepagetools.h( 80) : errorC2146: syntax error : missing ';' before identifier 'm_lstTools'<br> c:\incoming\2005-04-09_072749_sample\customizepagetools.h( 80) : errorC2501: 'm_lstTools' : missing storage-class or type specifiers<br> C:\incoming\2005-04-09_072749_sample\CustomizePageTools.cp p(32) : errorC2039: 'm_lstTools' : is not a member of 'CCustomizePageTools'<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;c:\incoming\20 05-04-09_072749_sample\customizepagetools.h(68)  : seedeclaration of 'CCustomizePageTools'<br> C:\incoming\2005-04-09_072749_sample\CustomizePageTools.cp p(32) : errorC2146: syntax error : missing ';' before identifier 'm_lstTools'<br> C:\incoming\2005-04-09_072749_sample\CustomizePageTools.cp p(32) : errorC2501: 'CToolsList' : missing storage-class or type specifiers<br> C:\incoming\2005-04-09_072749_sample\CustomizePageTools.cp p(32) : fatal error C1004: unexpected end of file found<br>MainFrm.cpp<br> c:\incoming\2005-04-09_072749_sample\customizepagetools.h( 63) : error C2143: syntax error : missing ';' before '&lt;'<br> c:\incoming\2005-04-09_072749_sample\customizepagetools.h( 63) : error C2143: syntax error : missing ';' before '&lt;'<br> c:\incoming\2005-04-09_072749_sample\customizepagetools.h( 80) : errorC2146: syntax error : missing ';' before identifier 'm_lstTools'<br> c:\incoming\2005-04-09_072749_sample\customizepagetools.h( 80) : errorC2501: 'm_lstTools' : missing storage-class or type specifiers<br>c:\incoming\2005-04-09_072749_sample\controltools.h(29) : error C2504: 'CXTPControlButton' : base class undefined<br>c:\incoming\2005-04-09_072749_sample\controltools.h(34) : error C2061: syntax error : identifier 'CXTPCommandBar'<br>c:\incoming\2005-04-09_072749_sample\controltools.h(40) : error C2143: syntax error : missing ';' before '}'<br>c:\incoming\2005-04-09_072749_sample\controleditgoto.h(14) : error C2504: 'CXTPControlEditCtrl' : base class undefined<br>c:\incoming\2005-04-09_072749_sample\controleditgoto.h(22) : error C2504: 'CXTPControlEdit' : base class undefined<br>c:\incoming\2005-04-09_072749_sample\controleditgoto.h(25) : error C2143: syntax error : missing ';' before 'public'<br>c:\incoming\2005-04-09_072749_sample\controleditgoto.h(29) : error C2143: syntax error : missing ';' before '*'<br>c:\incoming\2005-04-09_072749_sample\controleditgoto.h(29) : errorC2501: 'CXTPControlEditCtrl' : missing storage-class or type specifiers<br>c:\incoming\2005-04-09_072749_sample\controleditgoto.h(30) : errorC2501: 'CreateEditControl' : missing storage-class or type specifiers<br>c:\incoming\2005-04-09_072749_sample\controleditgoto.h(32) : warningC4183: 'CreateEditControl': member function definition looks like actor, but name does not match enclosing class<br>c:\incoming\2005-04-09_072749_sample\mainfrm.h(29) : error C2504: 'CXTPMDIFrameWnd' : base class undefined<br>c:\incoming\2005-04-09_072749_sample\mainfrm.h(57) : error C2146: syntax error : missing ';' before identifier 'm_wndStatusBar'<br>c:\incoming\2005-04-09_072749_sample\mainfrm.h(57) : error C2501: 'CXTPStatusBar' : missing storage-class or type specifiers<br>c:\incoming\2005-04-09_072749_sample\mainfrm.h(57) : error C2501: 'm_wndStatusBar' : missing storage-class or type specifiers<br>c:\incoming\2005-04-09_072749_sample\mainfrm.h(67) : error C2061: syntax error : identifier 'LPCREATECONTROLSTRUCT'<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(40) : error C2248:'messageMap' : cannot access protected member declared in class'CMDIFrameWnd'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; c:\program files\microsoftvisual studio\vc98\mfc\include\afxwin.h(3391) : see declaration of'messageMap'<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(46) : error C2065: 'XTP_ID_CUSTOMIZE' : undeclared identifier<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(47) : error C2065: 'ON_XTP_CREATECONTROL' : undeclared identifier<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(48) : error C2061: syntax error : identifier 'ON_XTP_EXECUTE'<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(51) : error C2143: syntax error : missing ';' before '{'<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(51) : error C2447: missing function header (old-style formal list?)<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(51) : error C2143: syntax error : missing ';' before '}'<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(78) : error C2248:'OnCreate' : cannot access protected member declared in class'CFrameWnd'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; c:\program files\microsoftvisual studio\vc98\mfc\include\afxwin.h(3278) : see declaration of'OnCreate'<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(78) : error C2352:'CFrameWnd::OnCreate' : illegal call of non-static member function<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; c:\program files\microsoftvisual studio\vc98\mfc\include\afxwin.h(3278) : see declaration of'OnCreate'<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(84) : error C2065: 'm_wndStatusBar' : undeclared identifier<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(84) : error C2228: left of '.Create' must have class/struct/union type<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(85) : error C2228: left of '.SetIndicators' must have class/struct/union type<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(93) : error C2065: 'InitCommandBars' : undeclared identifier<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(97) : error C2065: 'CXTPCommandBars' : undeclared identifier<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(97) : error C2065: 'pCommandBars' : undeclared identifier<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(97) : error C2065: 'GetCommandBars' : undeclared identifier<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(97) : error C2106: '=' : left operand must be l-value<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(105) : error C2065: 'CXTPCommandBar' : undeclared identifier<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(105) : error C2065: 'pMenuBar' : undeclared identifier<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(105) : error C2227: left of '-&gt;SetMenu' must point to class/struct/union<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(112) : error C2227: left of '-&gt;SetFlags' must point to class/struct/union<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(112) : error C2065: 'xtpFlagAddMDISysPopup' : undeclared identifier<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(115) : error C2065: 'CXTPToolBar' : undeclared identifier<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(115) : error C2065: 'pToolBar' : undeclared identifier<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(115) : error C2059: syntax error : ')'<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(117) : error C2227: left of '-&gt;LoadToolBar' must point to class/struct/union<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(124) : error C2653: 'CXTPPaintManager' : is not a class or namespace name<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(124) : error C2065: 'SetTheme' : undeclared identifier<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(124) : error C2065: 'xtpThemeOffice2003' : undeclared identifier<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(125) : error C2653: 'CXTPOffice2003Theme' : is not a class or namespace name<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(125) : error C2065: 'LoadModernToolbarIcons' : undeclared identifier<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(127) : error C2065: 'LoadCommandBars' : undeclared identifier<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(135) : error C2039: 'm_lstTools' : is not a member of 'CCustomizePageTools'<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;c:\incoming\20 05-04-09_072749_sample\customizepagetools.h(68)  : seedeclaration of 'CCustomizePageTools'<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(135) : error C2065: 'm_lstTools' : undeclared identifier<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(135) : error C2228: left of '.AddTail' must have class/struct/union type<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(136) : error C2039: 'm_lstTools' : is not a member of 'CCustomizePageTools'<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;c:\incoming\20 05-04-09_072749_sample\customizepagetools.h(68)  : seedeclaration of 'CCustomizePageTools'<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(136) : error C2228: left of '.AddTail' must have class/struct/union type<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(137) : error C2039: 'm_lstTools' : is not a member of 'CCustomizePageTools'<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;c:\incoming\20 05-04-09_072749_sample\customizepagetools.h(68)  : seedeclaration of 'CCustomizePageTools'<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(137) : error C2228: left of '.AddTail' must have class/struct/union type<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(146) : error C2352:'CMDIFrameWnd::PreCreateWindow' : illegal call of non-static memberfunction<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; c:\program files\microsoftvisual studio\vc98\mfc\include\afxwin.h(3363) : see declaration of'PreCreateWindow'<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(160) : error C2352:'CMDIFrameWnd::AssertValid' : illegal call of non-static member function<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; c:\program files\microsoftvisual studio\vc98\mfc\include\afxwin.h(3360) : see declaration of'AssertValid'<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(165) : error C2352:'CMDIFrameWnd::Dump' : illegal call of non-static member function<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; c:\program files\microsoftvisual studio\vc98\mfc\include\afxwin.h(3361) : see declaration of'Dump'<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(175) : error C2065: 'CXTPCustomizeSheet' : undeclared identifier<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(175) : error C2146: syntax error : missing ';' before identifier 'cs'<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(175) : error C2065: 'cs' : undeclared identifier<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(177) : error C2065: 'CXTPCustomizeKeyboardPage' : undeclared identifier<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(177) : error C2146: syntax error : missing ';' before identifier 'pageKeyboard'<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(177) : error C2065: 'pageKeyboard' : undeclared identifier<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(178) : error C2228: left of '.AddPage' must have class/struct/union type<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(179) : error C2228: left of '.AddCategories' must have class/struct/union type<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(182) : error C2228: left of '.AddPage' must have class/struct/union type<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(184) : error C2065: 'CXTPCustomizeOptionsPage' : undeclared identifier<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(184) : error C2146: syntax error : missing ';' before identifier 'pageOptions'<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(184) : error C2065: 'pageOptions' : undeclared identifier<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(185) : error C2228: left of '.AddPage' must have class/struct/union type<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(189) : error C2065: 'CXTPCustomizeCommandsPage' : undeclared identifier<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(189) : error C2065: 'pCommands' : undeclared identifier<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(189) : error C2228:left of '.GetCommandsPage' must have class/struct/union type<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(190) : error C2227:left of '-&gt;AddCategories' must point to class/struct/union<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(192) : error C2227:left of '-&gt;InsertAllCommandsCategory' must point toclass/struct/union<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(193) : error C2227:left of '-&gt;InsertBuiltInMenus' must point to class/struct/union<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(194) : error C2227:left of '-&gt;InsertNewMenuCategory' must point to class/struct/union<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(197) : error C2228: left of '.DoModal' must have class/struct/union type<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(202) : error C2065: 'SaveCommandBars' : undeclared identifier<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(203) : error C2065: 'XTPShortcutManager' : undeclared identifier<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(203) : error C2227:left of '-&gt;SaveShortcuts' must point to class/struct/union<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(207) : error C2248:'OnClose' : cannot access protected member declared in class 'CFrameWnd'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; c:\program files\microsoftvisual studio\vc98\mfc\include\afxwin.h(3280) : see declaration of'OnClose'<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(207) : error C2352:'CFrameWnd::OnClose' : illegal call of non-static member function<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; c:\program files\microsoftvisual studio\vc98\mfc\include\afxwin.h(3280) : see declaration of'OnClose'<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(212) : error C2352:'CMDIFrameWnd::LoadFrame' : illegal call of non-static member function<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; c:\program files\microsoftvisual studio\vc98\mfc\include\afxwin.h(3364) : see declaration of'LoadFrame'<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(215) : error C2227:left of '-&gt;LoadShortcuts' must point to class/struct/union<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(220) : error C2065: 'LPCREATECONTROLSTRUCT' : undeclared identifier<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(220) : error C2146:syntax error : missing ')' before identifier 'lpCreateControl'<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(220) : error C2350: 'CMainFrame::OnCreateControl' is not a static member<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(220) : error C2059: syntax error : ')'<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(221) : error C2143: syntax error : missing ';' before '{'<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(221) : error C2447: missing function header (old-style formal list?)<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(243) : error C2065: 'CXTPControl' : undeclared identifier<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(243) : error C2065: 'pControl' : undeclared identifier<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(243) : error C2065: 'NMXTPCONTROL' : undeclared identifier<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(243) : error C2059: syntax error : ')'<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(245) : error C2227: left of '-&gt;GetTag' must point to class/struct/union<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(264) : error C2248:'OnGetMinMaxInfo' : cannot access protected member declared in class'CWnd'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; c:\program files\microsoftvisual studio\vc98\mfc\include\afxwin.h(2288) : see declaration of'OnGetMinMaxInfo'<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(264) : error C2352:'CWnd::OnGetMinMaxInfo' : illegal call of non-static member function<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; c:\program files\microsoftvisual studio\vc98\mfc\include\afxwin.h(2288) : see declaration of'OnGetMinMaxInfo'<br>C:\incoming\2005-04-09_072749_sample\MainFrm.cpp(264) : fatal error C1003: error count exceeds 100; stopping compilation<br>Generating Code...<br>Error executing cl.exe.<br><br>CustomizeDlgd.exe - 152 error(s), 2 warning(s)<br></pre></td></tr></table><br>]]>
   </description>
   <pubDate>Mon, 11 Apr 2005 11:08:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=715&amp;PID=6210&amp;title=adding-a-cxtmaskedit-to-a-toolbar#6210</guid>
  </item> 
  <item>
   <title><![CDATA[adding a CXTMaskEdit to a toolbar : 2005-04-09_072749_sample.zip Hope...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=715&amp;PID=6194&amp;title=adding-a-cxtmaskedit-to-a-toolbar#6194</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 715<br /><strong>Posted:</strong> 09 April 2005 at 7:28am<br /><br /><P><A href="http://forum.codejock.com/uploads/oleg/2005-04-09_072749_sample.zip" target="_blank">2005-04-09_072749_sample.zip</A></P><P>Hope it helps.</P>]]>
   </description>
   <pubDate>Sat, 09 Apr 2005 07:28:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=715&amp;PID=6194&amp;title=adding-a-cxtmaskedit-to-a-toolbar#6194</guid>
  </item> 
  <item>
   <title><![CDATA[adding a CXTMaskEdit to a toolbar :   I did have an edit control,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=715&amp;PID=6191&amp;title=adding-a-cxtmaskedit-to-a-toolbar#6191</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=775">Maye Johnson</a><br /><strong>Subject:</strong> 715<br /><strong>Posted:</strong> 08 April 2005 at 3:33pm<br /><br />I did have an edit control, but then I faced the original problems of:<br><br>1) When mouse moved over control, it didn't highlight like the other controls.<br>2) Couldn't capture Enter key.<br><br>My old code was this:<br><br><table width="99%"><tr><td><pre class="BBcode"><br>.h file<br>----------------<br>CEdit&nbsp;&nbsp; m_gotoCycleEdit;<br><br>.cpp file<br>----------------<br>In OnCreateControl() ...<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CXTPControlCustom* pControl = (CXTPControlCustom*)CXTPControlCustom::CreateObject();<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (!m_gotoCycleEdit.Create(WS_CHILD | WS_VISIBLE |ES_NUMBER, CRect(0, 0, 90, 16), this, IDC_SIM_GOTO_CYCLE_EDIT))<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; return FALSE;<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_gotoCycleEdit.SetLimitText(10);<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; pControl-&gt;SetControl(&amp;m_gotoCycleEdit);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; lpCreateControl-&gt;pControl = pControl;<br></pre></td></tr></table><br><br>I'm trying anything to get number input, limited length, capture Enterkey, highlights when mouse moved over it, and in the toolbar.&nbsp; Sofar nothing meets all of the criteria.<br><br>At this point I just need to be told what code to implement, because Ican't figure out what I'm supposed to do to achieve what I want, or ifit's even possible.&nbsp; I appreciate your help.<br><br><span style="font-size:10px"><br /><br />Edited by Maye Johnson</span>]]>
   </description>
   <pubDate>Fri, 08 Apr 2005 15:33:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=715&amp;PID=6191&amp;title=adding-a-cxtmaskedit-to-a-toolbar#6191</guid>
  </item> 
  <item>
   <title><![CDATA[adding a CXTMaskEdit to a toolbar : As suggestion: Edit control support...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=715&amp;PID=6180&amp;title=adding-a-cxtmaskedit-to-a-toolbar#6180</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 715<br /><strong>Posted:</strong> 08 April 2005 at 12:18am<br /><br /><P>As suggestion:</P><P>Edit control support "numbers only" mode without CXTMaskEditT.</P><P>all you need is just call:</P><P>ModifyStyle(0, ES_NUMBER);</P><P>and instead CXTMaskEditT&lt;CXTPControlComboBoxEditCtrl&gt; use </P><P>CXTPControlComboBoxEditCtrl</P>]]>
   </description>
   <pubDate>Fri, 08 Apr 2005 00:18:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=715&amp;PID=6180&amp;title=adding-a-cxtmaskedit-to-a-toolbar#6180</guid>
  </item> 
  <item>
   <title><![CDATA[adding a CXTMaskEdit to a toolbar : by default prompt char is &amp;#034;_&amp;#034;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=715&amp;PID=6179&amp;title=adding-a-cxtmaskedit-to-a-toolbar#6179</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 715<br /><strong>Posted:</strong> 08 April 2005 at 12:16am<br /><br /><P>by default prompt char is "_" you must specify it:</P><P>&nbsp;</P><P>SetEditMask(_T("000000000"), _T("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "), _T("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "));<BR>SetPromptChar(_T(' '));</P>]]>
   </description>
   <pubDate>Fri, 08 Apr 2005 00:16:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=715&amp;PID=6179&amp;title=adding-a-cxtmaskedit-to-a-toolbar#6179</guid>
  </item> 
  <item>
   <title><![CDATA[adding a CXTMaskEdit to a toolbar :     I added ON_MASKEDIT_REFLECT()...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=715&amp;PID=6137&amp;title=adding-a-cxtmaskedit-to-a-toolbar#6137</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=775">Maye Johnson</a><br /><strong>Subject:</strong> 715<br /><strong>Posted:</strong> 06 April 2005 at 4:18pm<br /><br />I added ON_MASKEDIT_REFLECT() like the sample shows, and now my input doesn't show up in the edit box.<br><br>Also when I click at the end of the input box, it highlights half of the input box.<br>I appreciate the help you give.<br><br><img src="uploads/MayeJohns&#111;n/2005-04-06_170125_tdlgoto.jpg" border="0"><br><br>My CPP file looks like this:<br><br><table width="99%"><tr><td><pre class="BBcode"><br>BEGIN_MESSAGE_MAP(CNumberMaskEditEx, CXTMaskEditT&lt;CXTPControlEditCtrl&gt;)<br>&nbsp;&nbsp;&nbsp; ON_MASKEDIT_REFLECT()<br>&nbsp;&nbsp;&nbsp; ON_WM_CREATE()<br>END_MESSAGE_MAP()<br><br>int CNumberMaskEditEx::OnCreate(LPCREATESTRUCT lpCreateStruct)<br>{<br><br>&nbsp;&nbsp;&nbsp; int rv =  CXTMaskEditT&lt;CXTPControlEditCtrl&gt;::OnCreate(lpCreateSt ruct);<br>&nbsp;&nbsp;&nbsp;    SetEditMask(_T("000000000"),_T("&nbsp;&nbsp;&nbsp;&nbsp;&n bsp;&nbsp;&nbsp;&nbsp; "),_T("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "));<br>&nbsp;&nbsp;&nbsp; return rv;<br>}<br><br>IMPLEMENT_XTP_CONTROL(CNumberMaskEdit, CXTPControlEdit)<br><br><br><br>int CTDLEditorFrame::OnCreateControl(LPCREATECONTROLSTRUCT lpCreateControl)<br>{<br>&nbsp;&nbsp;&nbsp; if (lpCreateControl-&gt;bToolBar)<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CXTPToolBar* pToolBar = DYNAMIC_DOWNCAST(CXTPToolBar, lpCreateControl-&gt;pCommandBar);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if (!pToolBar)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; return FALSE;<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if (pToolBar-&gt;GetBarID() == IDR_TDLEDITORGOTOBAR)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if (lpCreateControl-&gt;nID == IDC_TDLEDITOR_GOTO_EDIT)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CXTPControlEdit* pMasked = (CXTPControlEdit*)CNumberMaskEdit::CreateObject();<br>//&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; pMasked-&gt;SetWidth(130);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; pMasked-&gt;SetCaption(_T("Goto"));<br>//&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; pMasked-&gt;SetFlags(xtpFlagManualUpdate);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; pMasked-&gt;SetTooltip(_T("Goto line # (Ctrl+G)"));<br>//&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; pMasked-&gt;SetEnabled(TRUE);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; lpCreateControl-&gt;pControl = pMasked;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; return TRUE;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; }<br><br>&nbsp;&nbsp;&nbsp; return FALSE;<br>}<br></pre></td></tr></table><br><span style="font-size:10px"><br /><br />Edited by Maye Johnson</span>]]>
   </description>
   <pubDate>Wed, 06 Apr 2005 16:18:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=715&amp;PID=6137&amp;title=adding-a-cxtmaskedit-to-a-toolbar#6137</guid>
  </item> 
  <item>
   <title><![CDATA[adding a CXTMaskEdit to a toolbar :    I solved my problem by paying...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=715&amp;PID=6136&amp;title=adding-a-cxtmaskedit-to-a-toolbar#6136</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=775">Maye Johnson</a><br /><strong>Subject:</strong> 715<br /><strong>Posted:</strong> 06 April 2005 at 3:56pm<br /><br />I solved my problem by paying attention to the sample ...&nbsp; addingthe following made it work.&nbsp; However, the new problem is that the mask edit isn't limitedto 9 digits like I specify in SetEditMask().&nbsp; I can infinitelytype digits and chars.<br><br><table width="99%"><tr><td><pre class="BBcode"><br>BEGIN_MESSAGE_MAP(CNumberMaskEditEx, CXTMaskEditT&lt;CXTPControlEditCtrl&gt;)<br>&nbsp;&nbsp;&nbsp; ON_WM_CREATE()<br>END_MESSAGE_MAP()<br><br>int CNumberMaskEditEx::OnCreate(LPCREATESTRUCT lpCreateStruct)<br>{<br>&nbsp;&nbsp; &nbsp;SetEditMask(_T("000000000"), _T("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "), _T("0"));<br><br>&nbsp;&nbsp; &nbsp;return   CXTMaskEditT&lt;CXTPControlEditCtrl&gt;::OnCreate(lpCreateSt ruct);<br>}<br><br>IMPLEMENT_XTP_CONTROL(CNumberMaskEdit, CXTPControlEdit)<br></pre></td></tr></table><br><span style="font-size:10px"><br /><br />Edited by Maye Johnson</span>]]>
   </description>
   <pubDate>Wed, 06 Apr 2005 15:56:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=715&amp;PID=6136&amp;title=adding-a-cxtmaskedit-to-a-toolbar#6136</guid>
  </item> 
 </channel>
</rss>