<?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 place the combobox control in Toolbar</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : How to place the combobox control in Toolbar]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 02:14:46 +0000</pubDate>
  <lastBuildDate>Thu, 03 May 2007 12:44:02 +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=7034</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 place the combobox control in Toolbar :  Hi, CXTPControlComboBox is...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7034&amp;PID=22531&amp;title=how-to-place-the-combobox-control-in-toolbar#22531</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7034<br /><strong>Posted:</strong> 03 May 2007 at 12:44pm<br /><br /><FONT size=2><DIV>Hi,</DIV><DIV>CXTPControlComboBox&nbsp; is not even CWnd derived. Think easy for you to use CComboBoxEx&nbsp; than create new combo. Check Samples\CommandBars\CommonControls&nbsp; it show how to put CWnd control to toolbar.</DIV></FONT>]]>
   </description>
   <pubDate>Thu, 03 May 2007 12:44:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7034&amp;PID=22531&amp;title=how-to-place-the-combobox-control-in-toolbar#22531</guid>
  </item> 
  <item>
   <title><![CDATA[How to place the combobox control in Toolbar : Hai,  I have a class CFlatCombo...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7034&amp;PID=22526&amp;title=how-to-place-the-combobox-control-in-toolbar#22526</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2969">Ashok</a><br /><strong>Subject:</strong> 7034<br /><strong>Posted:</strong> 03 May 2007 at 8:46am<br /><br />Hai,<DIV>&nbsp;&nbsp; I have a class CFlatCombo which is derived from CComboBoxEx and it is used for placing the control at the desired position in the ToolBar. I am using your <FONT size=2>CXTPControlComboBox as a base class for my class, but errors. Is there is any other way to implement. Please suggest.</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>After making your CXTPControlComboBox as a Base class I got some errors like this.</FONT></DIV><DIV>&nbsp;</DIV><DIV><FONT size=2>Error list:</FONT></DIV><DIV>error C2039: 'SendMessageA' : is not a member of 'CFlatCombo'<BR>error C2039: 'SendMessageA' : is not a member of 'CFlatCombo'<BR>error C2440: 'static_cast' : cannot convert from 'void (__thiscall CFlatCombo::* )(UINT,CPoint)' to 'void (__thiscall CWnd::* )(UINT,CPoint)'&nbsp;<BR>error C2440: 'static_cast' : cannot convert from 'void (__thiscall CFlatCombo::* )(UINT,CPoint)' to 'void (__thiscall CWnd::* )(UINT,CPoint)'&nbsp;<BR>error C2440: 'static_cast' : cannot convert from 'void (__thiscall CFlatCombo::* )(UINT,CPoint)' to 'void (__thiscall CWnd::* )(UINT,CPoint)'&nbsp;<BR>error C2440: 'static_cast' : cannot convert from 'BOOL (__thiscall CFlatCombo::* )(UINT,short,CPoint)' to 'BOOL (__thiscall CWnd::* )(UINT,short,CPoint)'&nbsp;<BR>error C2440: 'static_cast' : cannot convert from 'int (__thiscall CFlatCombo::* )(LPCREATESTRUCT)' to 'int (__thiscall CWnd::* )(LPCREATESTRUCT)'&nbsp;<BR>error C2440: 'static_cast' : cannot convert from 'void (__thiscall CFlatCombo::* )(UINT,int,int)' to 'void (__thiscall CWnd::* )(UINT,int,int)'&nbsp;<BR>error C2440: 'static_cast' : cannot convert from 'void (__thiscall CFlatCombo::* )(UINT,CPoint)' to 'void (__thiscall CWnd::* )(UINT,CPoint)'&nbsp;<BR>error C2440: 'static_cast' : cannot convert from 'void (__thiscall CFlatCombo::* )(CWnd *)' to 'void (__thiscall CWnd::* )(CWnd *)'&nbsp;<BR>error C2039: 'OnPaint' : is not a member of 'CFlatCombo'<BR>error C2065: 'OnPaint' : undeclared identifier<BR>error C2039: 'OnCreate' : is not a member of 'CXTPControlComboBox'<BR>error C3861: 'GetSafeHwnd': identifier not found<BR>error C3861: 'GetComboBoxCtrl': identifier not found<BR>error C2065: 'm_hWnd' : undeclared identifier<BR>error C3861: 'EnableToolTips': identifier not found<BR>error C2660: 'CXTPControlPopup::OnMouseMove' : function does not take 2 arguments<BR>error C2039: 'OnMouseWheel' : is not a member of 'CXTPControlComboBox'<BR>error C2660: 'IsWindowEnabled' : function does not take 0 arguments<BR>error C2660: 'IsWindowEnabled' : function does not take 0 arguments&nbsp;<BR>error C2039: 'OnSize' : is not a member of 'CXTPControlComboBox'&nbsp;<BR>error C2660: 'GetWindowRect' : function does not take 1 arguments<BR>error C2664: 'CXTPControl::ScreenToClient' : cannot convert parameter 1 from 'CRect *' to 'CPoint *'<BR>error C2039: 'OnNcLButtonDown' : is not a member of 'CXTPControlComboBox'<BR>error C3861: 'GetItem': identifier not found<BR>error C2664: 'CClientDC::CClientDC(CWnd *)' : cannot convert parameter 1 from 'CFlatCombo *const ' to 'CWnd *'&nbsp;<BR>error C3861: 'GetFont': identifier not found<BR>error C2660: 'GetClientRect' : function does not take 1 arguments<BR>error C3861: 'GetImageList': identifier not found<BR>error C3861: 'GetSafeHwnd': identifier not found<BR>error C2039: 'OnToolHitTest' : is not a member of 'CXTPControlComboBox'<BR>error C2039: 'GetItem' : is not a member of 'CFlatCombo'<BR>error C2039: 'GetItem' : is not a member of 'CFlatCombo'<BR>error C3861: 'InsertItem': identifier not found<BR>error C3861: 'InsertItem': identifier not found<BR>error C2039: 'GetItem' : is not a member of 'CFlatCombo'<BR></DIV>]]>
   </description>
   <pubDate>Thu, 03 May 2007 08:46:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7034&amp;PID=22526&amp;title=how-to-place-the-combobox-control-in-toolbar#22526</guid>
  </item> 
 </channel>
</rss>