<?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 : Combobox problem with WinExplorer sample</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Combobox problem with WinExplorer sample]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 03 Apr 2026 23:51:07 +0000</pubDate>
  <lastBuildDate>Mon, 21 May 2007 09:51:21 +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=7184</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[Combobox problem with WinExplorer sample : Hi Oleg:  I discovered that...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7184&amp;PID=23114&amp;title=combobox-problem-with-winexplorer-sample#23114</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3002">rconn</a><br /><strong>Subject:</strong> 7184<br /><strong>Posted:</strong> 21 May 2007 at 9:51am<br /><br />Hi Oleg:<DIV>&nbsp;</DIV><DIV>I discovered that adding a PreTranslateMessage() to my mainfrm window with a:</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp; if ( IsDialogMessage( pMsg ))</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return TRUE;</DIV><DIV>&nbsp;</DIV><DIV>will call&nbsp;OnAddressBarEnter after entering something in the combobox edit control, so that's a workable solution.</DIV><DIV><FONT color=#0000ff size=1></FONT>&nbsp;</DIV><DIV><FONT size=1>&nbsp;&nbsp;&nbsp; - Rex</DIV></FONT>]]>
   </description>
   <pubDate>Mon, 21 May 2007 09:51:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7184&amp;PID=23114&amp;title=combobox-problem-with-winexplorer-sample#23114</guid>
  </item> 
  <item>
   <title><![CDATA[Combobox problem with WinExplorer sample : Hi Oleg: OnSelEndOkAddressBar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7184&amp;PID=23112&amp;title=combobox-problem-with-winexplorer-sample#23112</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3002">rconn</a><br /><strong>Subject:</strong> 7184<br /><strong>Posted:</strong> 21 May 2007 at 8:59am<br /><br /><P>Hi Oleg:</P><DIV>OnSelEndOkAddressBar is called if I select one of the entries from the drop-down list.&nbsp; But if I type a new entry in the edit control and hit return, it is not called -- is there any notification sent for the edit control in the combo box?</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp; - Rex</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 21 May 2007 08:59:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7184&amp;PID=23112&amp;title=combobox-problem-with-winexplorer-sample#23112</guid>
  </item> 
  <item>
   <title><![CDATA[Combobox problem with WinExplorer sample : Hello,  OnSelEndOkAddressBar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7184&amp;PID=23095&amp;title=combobox-problem-with-winexplorer-sample#23095</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7184<br /><strong>Posted:</strong> 21 May 2007 at 1:07am<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>OnSelEndOkAddressBar called when user show list of combobox and choose some item. OnAddressBarEnter indeed never called - was just copied from Samples\UserInterface\GUI_Explorer :(</DIV>]]>
   </description>
   <pubDate>Mon, 21 May 2007 01:07:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7184&amp;PID=23095&amp;title=combobox-problem-with-winexplorer-sample#23095</guid>
  </item> 
  <item>
   <title><![CDATA[Combobox problem with WinExplorer sample : I just got the ToolkitPro and...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7184&amp;PID=23081&amp;title=combobox-problem-with-winexplorer-sample#23081</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3002">rconn</a><br /><strong>Subject:</strong> 7184<br /><strong>Posted:</strong> 19 May 2007 at 4:21pm<br /><br /><P>I just got the ToolkitPro and have been experimenting with the WinExplorer sample.&nbsp; The address combo box is updated whenever I select something in the tree control, but entering something directly into the edit control of the combo box seems to be ignored.&nbsp; (The OnAddressBarEnter() and OnSelEndOkAddressBar() functions are never&nbsp; called.)</P><DIV>Where are the combo box notifications going?</DIV><DIV>&nbsp;</DIV><DIV>- Rex</DIV>]]>
   </description>
   <pubDate>Sat, 19 May 2007 16:21:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7184&amp;PID=23081&amp;title=combobox-problem-with-winexplorer-sample#23081</guid>
  </item> 
 </channel>
</rss>