MonthCalender

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Thomas Beyerlein

    #1

    MonthCalender

    hello,
    I am trying to pass the date selected from the monthcalender tool to a
    form that is open already. It is window dressing for my application. The
    user clicks a button and the calendar opens and then they select a date.
    I can’t think of how to pass the date to the other form, any ideas would
    be great.

    Thanks

    Tom



    *** Sent via Developersdex http://www.developersdex.com ***
  • Herfried K. Wagner [MVP]

    #2
    Re: MonthCalender

    Thomas,

    "Thomas Beyerlein" <tbxml@yahoo.co m> schrieb:[color=blue]
    > I am trying to pass the date selected from the monthcalender tool to a
    > form that is open already. It is window dressing for my application. The
    > user clicks a button and the calendar opens and then they select a date.
    > I can't think of how to pass the date to the other form[/color]

    See:

    <URL:http://www.google.to/groups?selm=%23 7sTDoqHFHA.3208 %40TK2MSFTNGP10 .phx.gbl>

    The sample shown in the post above demonstrates how to return a value from a
    dialog form which is selected in a datetimepicker control, but it can be
    adapted easily to work together with a monthcalendar control.

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://classicvb.org/petition/>

    Comment

    Working...