Discussion:
References to calendar
(too old to reply)
Kenneth Goodwin
2005-10-17 06:48:55 UTC
Permalink
References to calendar



Hi all I am working on a for and I have a textbox with the date and I want
when the click on the textbox I load a form with the calendar giving the
option to chose a date of any month and fill the textbox on the other form.



I have seen this option in a other program but I don't know how to do it.
Someone
2005-10-17 22:23:06 UTC
Permalink
Add "Microsoft Windows Common Controls-2 6.0" component to your project from
Project|Components.

P.S.: This newsgroup is for discussing making Add-ins for VB classic, use
microsoft.public.vb.controls instead.
Post by Kenneth Goodwin
References to calendar
Hi all I am working on a for and I have a textbox with the date and I want
when the click on the textbox I load a form with the calendar giving the
option to chose a date of any month and fill the textbox on the other form.
I have seen this option in a other program but I don't know how to do it.
Someone
2005-10-17 22:28:53 UTC
Permalink
I forgot to mention that the control that does what you want is DTPicker.
Post by Someone
Add "Microsoft Windows Common Controls-2 6.0" component to your project
from Project|Components.
P.S.: This newsgroup is for discussing making Add-ins for VB classic, use
microsoft.public.vb.controls instead.
Post by Kenneth Goodwin
References to calendar
Hi all I am working on a for and I have a textbox with the date and I
want when the click on the textbox I load a form with the calendar giving
the option to chose a date of any month and fill the textbox on the other
form.
I have seen this option in a other program but I don't know how to do it.
Loading...