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
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