<?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 : DateTimePicker open Combobox</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : DateTimePicker open Combobox]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 09:32:47 +0000</pubDate>
  <lastBuildDate>Wed, 11 Mar 2009 05:35:31 +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=13609</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[DateTimePicker open Combobox : hi,  oleg wrote: Try to call...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13609&amp;PID=46513&amp;title=datetimepicker-open-combobox#46513</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4822">Auge_Ohr</a><br /><strong>Subject:</strong> 13609<br /><strong>Posted:</strong> 11 March 2009 at 5:35am<br /><br />hi,<table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by oleg" alt="Originally posted by oleg" style="vertical-align: text-bottom;" /> <strong>oleg wrote:</strong><br /><br /><br /><div>Try to call </div><br /><div>DefWindowProc(WM_SYSKEYDOWN, VK_DOWN, 0);for Picker.</div></td></tr></table> <br />thx that is what iīm looking for, <strong>BUT</strong> the 1st Parameter Hwnd is "missing" ?<br /><br />http://msdn.microsoft.com/de-de/library/ms633572(en-us,VS.85).aspx<br /><br />it is the oDatePicker:hwnd so you can use<br /><br />//<br />// this will "open" DropDown of DatePicker Combobox<br />//<br />SendMessageA(oPick:hwnd, WM_SYSKEYDOWN, VK_DOWN,0)<br /><br />thx for help<br />]]>
   </description>
   <pubDate>Wed, 11 Mar 2009 05:35:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13609&amp;PID=46513&amp;title=datetimepicker-open-combobox#46513</guid>
  </item> 
  <item>
   <title><![CDATA[DateTimePicker open Combobox : Hi,   Try to call  DefWindowProc(WM_SYSKEYDOWN,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13609&amp;PID=46506&amp;title=datetimepicker-open-combobox#46506</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 13609<br /><strong>Posted:</strong> 11 March 2009 at 2:07am<br /><br />Hi, <DIV>&nbsp;</DIV><DIV>Try to call </DIV><DIV>DefWindowProc(WM_SYSKEYDOWN, VK_DOWN, 0);<BR>for Picker.</DIV>]]>
   </description>
   <pubDate>Wed, 11 Mar 2009 02:07:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13609&amp;PID=46506&amp;title=datetimepicker-open-combobox#46506</guid>
  </item> 
  <item>
   <title><![CDATA[DateTimePicker open Combobox : hi,  is there no Way to DateTimePicker...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13609&amp;PID=46504&amp;title=datetimepicker-open-combobox#46504</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4822">Auge_Ohr</a><br /><strong>Subject:</strong> 13609<br /><strong>Posted:</strong> 10 March 2009 at 11:40pm<br /><br />hi,<br /><br />is there no Way to DateTimePicker "open" Combobox with SendMessage ?]]>
   </description>
   <pubDate>Tue, 10 Mar 2009 23:40:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13609&amp;PID=46504&amp;title=datetimepicker-open-combobox#46504</guid>
  </item> 
  <item>
   <title><![CDATA[DateTimePicker open Combobox : hi,  i just test DateTimePicker...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13609&amp;PID=46391&amp;title=datetimepicker-open-combobox#46391</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4822">Auge_Ohr</a><br /><strong>Subject:</strong> 13609<br /><strong>Posted:</strong> 07 March 2009 at 11:12pm<br /><br />hi,<br /><br />i just test DateTimePicker Control. it seemīs me like a Dropdown Combobox.<br /><br />If i use it with FlatEdit in a Form, and User reach DTP Control, he/she have to press Dropdown Button.<br /><br />now i try to "Popup" DateTimePicker "WHEN" Control become Focus ( i meen simulate "Dropdown") but Control does not react on: PostAppEvent -&gt; SendMessage<br /><br />PostAppEvent( xbeP_Keyboard,xbeK_ALT_DOWN,,oDate) where oDate is my activeX Control.<br /><br />i also read about :DroppedState := True and :SetDropDownListStyle(True)<br />but it seemīs not belong to DateTimePicker Control<br /><br />i think i send my xbeK_ALT_DOWN Event to wrong Object oDate ... oDate:Combobox ???<br /><br />is there a Solution ?<br /><br />]]>
   </description>
   <pubDate>Sat, 07 Mar 2009 23:12:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13609&amp;PID=46391&amp;title=datetimepicker-open-combobox#46391</guid>
  </item> 
 </channel>
</rss>