DTPicker Control: Can you programatically fire the click event?

B

bob.crimmins

I think this one will definitely take some imagination.

In an Excel VBA from, when you click on the DTPicker control it
displays a month calendar appears and you are able to select a date. I
need to figure out how to expand the calendar programatically, i.e.,
without having to click on it. Ideally, the control would have
included a "Expand" method but no such luck. The control does have an
hWnd property so perhaps there is a Win32 API approach that might
work??

Incidentally, using a slicker, third-party calendar control is not an
option because there will be no opportunity to install any new controls
on the user's machines.

Thanks in advance,

Bob
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top