Board index » delphi » DateTimePicker dropdown

DateTimePicker dropdown

Hi there

How do I drop down a datetimepickers' month calendar in code?

TIA

Tim Parker-Nance
Orion Software, Leading Edge Accounting Software
http://www.OrionSoftware.com

 

Re:DateTimePicker dropdown


This will do it;

    DateTimePicker1.Perform(WM_SYSKEYDOWN, VK_DOWN, 0);

Quote
"Tim Parker-Nance" <ti...@orionsoftware.com> wrote:
>Hi there

>How do I drop down a datetimepickers' month calendar in code?

>TIA

>Tim Parker-Nance
>Orion Software, Leading Edge Accounting Software
>http://www.OrionSoftware.com

Other Threads