Results 1 to 17 of 17

Thread: Question On Date Picker Control

Threaded View

  1. #1

    Thread Starter
    Frenzied Member SeanK's Avatar
    Join Date
    May 2002
    Location
    Boston MA
    Posts
    1,160

    Question On Date Picker Control

    Why doesn't this work:
    VB Code:
    1. Private Sub DTPicker1_Click()
    2. Text1.Text = DTPicker1.Value
    3. End Sub
    When I click on a date, nothing happens. I put a break at the beginning of this routine, and when I clicked nothing happened. This tells me the event, itself, is not firing and I don't know why.
    Last edited by SeanK; Jul 26th, 2005 at 07:03 AM.
    Beantown Boy
    Please use [highlight=vb]your code goes in here[/highlight] tags when posting code.
    When you have received an answer to your question, please mark it as resolved using the Thread Tools menu.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width