datetimepicker

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • mfleet1973@yahoo.ca

    #1

    datetimepicker

    Hi.

    I'm using vb.net 2003. I'm trying to find a way to detect when the
    calendar "pops up". For example, when the user clicks on the button to
    display the calendar, I need to know that this occurs. Which event do
    I use?

    Thaks a lot!!

  • Herfried K. Wagner [MVP]

    #2
    Re: datetimepicker

    <mfleet1973@yah oo.caschrieb:
    I'm using vb.net 2003. I'm trying to find a way to detect when the
    calendar "pops up". For example, when the user clicks on the button to
    display the calendar, I need to know that this occurs. Which event do
    I use?
    ..NET Framework Class Library -- 'DateTimePicker .DropDown' Event
    <URL:http://msdn2.microsoft .com/en-us/library/system.windows. forms.datetimep icker.dropdown. aspx>

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

    Comment

    Working...