How to set the default date of a calendar control

E

Ed Crawford

How do I set the default date of a calendar control (MSCAL.Calendar.7) on a
form to todays date when the form is opened?
 
J

Jason Lepack

How do I set the default date of a calendar control (MSCAL.Calendar.7) on a
form to todays date when the form is opened?

In the form_load event put calendarname.today.

Cheers,
Jason
 

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