Results 1 to 3 of 3

Thread: DateTimePicker still carried error?

  1. #1

    Thread Starter
    Member
    Join Date
    Aug 2001
    Posts
    57

    DateTimePicker still carried error?

    Hi there,

    I have set DateTimepicker1.ShowCheckBox = True and also set DateTimepicker1.Checked = false but still it displays checked tickmark in the checkbox.

    Basically, I want to uncheck the checkbox of DateTimePicker programmatically.

    Thanx in advance
    a_k93
    when u get an error, means u r code getting executed

  2. #2
    Fanatic Member pvbangera's Avatar
    Join Date
    Sep 2001
    Location
    Mumbai, India
    Posts
    961
    try using refresh method

    VB Code:
    1. DateTimepicker1.Checked = False
    2. DateTimepicker1.Refresh

  3. #3

    Thread Starter
    Member
    Join Date
    Aug 2001
    Posts
    57
    Hi,

    Thnx for u r reply.

    I have already tried that, but Refresh method of DateTimepicker seems to be not working I think.
    when u get an error, means u r code getting executed

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