Manually dropping the DateTimePicker calendar?

  • Thread starter Thread starter Scott
  • Start date Start date
S

Scott

Hi,

I need to programmatically drop the .NET DateTimePicker calendar. I did
this in VB6 by doing the following:

SendMessage DTDateTime.hwnd, WM_KEYDOWN, VK_F4, 0

This worked because the F4 key is the key you press to get the calendar to
drop down.

I'd like to do this w/o API calls, if possible.

Any ideas?

Thanks,

Scott
 
Back
Top