Date and Time Picker will not display

havinablast

Member
Joined
Dec 10, 2009
Messages
14
Programming Experience
Beginner
Hi all,

I'm hoping this is an easy question. I added the date and time picker to a form. The form has like, NO, coding on it. BUT, when I do a test run, the date and time picker box will not display.... it's just an empty (blank) spot (i.e. - like nothing has been added to the form).

Hopefully, I'm just missing some format somewhere.

It IS checked, enabled and set to visible.

Thank you
 
When I double click on the datetimepicker control from the toolbox it addes it to my form as shown below. What does your form look like?
 

Attachments

  • dtp.bmp
    85.4 KB · Views: 39
Thanks...

Thanks! I figured it out.

My form looks just like that. But, it didn't work. The problem was that I had first placed a panel on the form and THEN later added the DTP. THEN, in code (at times), the panel was .visible = false (i.e. - the DTP was attached to the panel).

It sucks being new!

Thanks for the response.
 
Back
Top