<?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 : AutoComplete in CXTPControlComboBox&amp;&amp;CXTPComboBox</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : AutoComplete in CXTPControlComboBox&amp;&amp;CXTPComboBox]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 19 Apr 2026 07:47:43 +0000</pubDate>
  <lastBuildDate>Mon, 23 Jul 2018 23:56:37 +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=23683</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[AutoComplete in CXTPControlComboBox&amp;&amp;CXTPComboBox : I want to create aCXTPComboBoxassociated...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23683&amp;PID=76948&amp;title=autocomplete-in-cxtpcontrolcomboboxcxtpcombobox#76948</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9089">linyilong</a><br /><strong>Subject:</strong> 23683<br /><strong>Posted:</strong> 23 July 2018 at 11:56pm<br /><br />I want to create a&nbsp;CXTPComboBox&nbsp;associated a combox control which can have the same effect of autocomplete like &nbsp;CXTPControlComboBox on dialog ,how to make it?<div><br></div><div><br></div><div>the first picture below is the effect of&nbsp;<span style="line-height: 1.4;">CXTPControlComboBox:</span></div><div>codes:</div><div><div style="line-height: 1.4;"><span ="Apple-tab-span" style="white-space:pre">	</span>CComboBoxURL* pComboAddress = new CComboBoxURL(GetCommandBars());</div><div style="line-height: 1.4;"><span ="Apple-tab-span" style="white-space:pre">	</span>pComboAddress-&gt;AddString(...);</div><div style="line-height: 1.4;"><span ="Apple-tab-span" style="white-space:pre">	</span>...</div><div style="line-height: 1.4;"><span ="Apple-tab-span" style="white-space:pre">	</span>pComboAddress-&gt;AddString(...);</div><div style="line-height: 1.4;"><span ="Apple-tab-span" style="white-space:pre">	</span>pComboAddress-&gt;UpdateComboBox();</div><div style="line-height: 1.4;"><span ="Apple-tab-span" style="white-space:pre">	</span>pComboAddress-&gt;SetWidth(350);</div><div style="line-height: 1.4;"><span ="Apple-tab-span" style="white-space:pre">	</span>pComboAddress-&gt;SetDropDownListStyle();</div><div style="line-height: 1.4;"><span ="Apple-tab-span" style="white-space:pre">	</span>pComboAddress-&gt;EnableShellAutoComplete();// this interface works!</div><div style="line-height: 1.4;">pic:</div><div style="line-height: 1.4;">&nbsp;</div><div style="line-height: 1.4;"><img src="uploads/9089/221.png" border="0" /></div><div style="line-height: 1.4;">and the picture below is the effect of&nbsp;CXTPComboBox</div><div style="line-height: 1.4;">code:</div><div>CXTPComboBox&nbsp;<span style="line-height: 1.4;">m_cmbDropDown;</span></div><div>m_cmbDropDown.AddString(..)</div><div>m_cmbDropDown.EnableAutoCompletion(TRUE);</div><div style="line-height: 1.4;">pic:</div><div style="line-height: 1.4;"><img src="uploads/9089/331.png" height="695" width="876" border="0" /><br></div></div><div style="line-height: 1.4;">the interface "void EnableShellAutoComplete(DWORD dwFlags = SHACF_FILESYSTEM | SHACF_URLALL);" of&nbsp;CXTPControlComboBox make it realize, but&nbsp;CXTPComboBox has only the interface "void EnableAutoComplete(BOOL bAutoComplete = TRUE);" , how could I use&nbsp;CXTPComboBox to realize the same effect?</div><div style="line-height: 1.4;">CXTPCotrolComboBox can only apply in menu and toobar, so I can't use it on a control in dialog,so I want to know how to use&nbsp;CXTPComboBox to make it</div>]]>
   </description>
   <pubDate>Mon, 23 Jul 2018 23:56:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23683&amp;PID=76948&amp;title=autocomplete-in-cxtpcontrolcomboboxcxtpcombobox#76948</guid>
  </item> 
 </channel>
</rss>