Link to home
Start Free TrialLog in
Avatar of GrahamDLovell
GrahamDLovell

asked on

In Delphi VCL, TDatePicker, how do you force the combobox to open?

With a normal combox you can force the box to open when you enter the field. How do you make this happen with TDatePicker in combox mode?

I have tried the code shown below, but this doesn't activate.
SendMessage(cbContact.Handle, CB_SHOWDROPDOWN, 1, 0);

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of MerijnB
MerijnB
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of GrahamDLovell
GrahamDLovell

ASKER

Brilliant! Thanks