From: Brian Bushay TeamB Newsgroups: borland.public.delphi.database.desktop Subject: Re: TDateTimePicker Date: Sat, 21 Jun 2003 16:39:18 -0500 Message-ID: References: <3ef43c34@newsgroups.borland.com> X-Newsreader: Forte Agent 1.8/32.548 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 209.173.210.140 X-Trace: newsgroups.borland.com 1056231295 209.173.210.140 (21 Jun 2003 14:34:55 -0700) Lines: 10 Path: newsgroups.borland.com!not-for-mail Xref: newsgroups.borland.com borland.public.delphi.database.desktop:148403 >Can anyone tell me if there is a way that I can force the drop-down calendar >of a TDateTimePicker to open on the control's OnClick event? Try SendMessage(DateTimePicker1.Handle,WM_SYSKEYDOWN,VK_DOWN,0); -- Brian Bushay (TeamB) Bbushay@NMPLS.com