Calendar object

G

Guest

MSP2k: Hi. Does anyone know how to get access to the
Calendar display you see when you click on a Date column
in Task View (or any other for that matter) using VB
code? And can you tell me how to access the User-selected
value? Thanks.
 
J

JackD

That is the calendar control.
When you are designing your form go to the tools menu, select additional
controls, scroll down until you see it. Check the box, then open the toolbox
and it will show up. If you have the toolbox open, close and reopen to
refresh it (otherwise you won't see the control)
If you have inserted the control on a form and have called it "myControl"
then the selected value will be myControl.Value

-Jack
 
G

Guest

That worked great! Thank you. I was looking for the
control you see when using the native MSP task sheet view
(flat, auto expand, etc.), but this will do nicely.
Thanks again.
 

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