G
Guest
For a Windows project in VB.NET 2003:
I need a Calendar that’s much larger than the MonthCalendar control in the
toolbox; it needs to fill the whole screen (at least approximately ). VB
won’t allow me to change the Size Height or Width Properties.
I see that you can size a Calendar control in a Web project all you like;
but I’m creating a Windows application project here.
I see that Size comes from System.Drawing.Size structure, but I don’t get
how to change it, or if it is changeable at all.
Do I need to purchase a different object from a vendor that’s a full-screen
or sizeable calendar control to use instead of the standard MonthCalendar
control?
Thanks.
I need a Calendar that’s much larger than the MonthCalendar control in the
toolbox; it needs to fill the whole screen (at least approximately ). VB
won’t allow me to change the Size Height or Width Properties.
I see that you can size a Calendar control in a Web project all you like;
but I’m creating a Windows application project here.
I see that Size comes from System.Drawing.Size structure, but I don’t get
how to change it, or if it is changeable at all.
Do I need to purchase a different object from a vendor that’s a full-screen
or sizeable calendar control to use instead of the standard MonthCalendar
control?
Thanks.