Adding Calendar in Form

R

Riz

Hi,

I want to put a feature where users can click on the
calendar to choose date in form. How can I do that?

Thanks
 
S

Sue Mosher [MVP]

Outlook itself does not include any date picker control (which, by the way, is one reason why the first page of the appointment, journal, and task forms is not editable). See http://www.slipstick.com/dev/datepick.htm for controls you can add.

--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
 
H

Hollis D. Paul

I want to put a feature where users can click on the
calendar to choose date in form. How can I do that?
Well, there is a calendar tool, in the common Tools dll, that lets you
pick a date, which is then transferred to the field of your choice.
However, it does not work in the same way as the calendar tool in the
Outlook calendar item, which is private to Outlook. You need to buy a
third party control to get close to that.

Hollis D. Paul [MVP - Outlook]
(e-mail address removed)
Using Virtual Access 4.52 build 277 (32-bit), Windows 2000 build 2195
http://search.support.microsoft.com/kb/c.asp?FR=0&SD=TECH&LN=EN-US

Mukilteo, WA USA
 
R

RJ

In Design view, open the 'Control Toolbox' and right-click
your mouse in the 'Controls' area. Choose the 'Custom
Controls' option. Scroll down until you see
the 'Microsoft Date and Time Picker Control'. Check
this, 'Ok' and the icon will appear on the 'Control
Toolbox'.

RJ
 

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