How can I use DateTimepicker in VB.NEt

  • Thread starter Thread starter deBeuk
  • Start date Start date
D

deBeuk

I want to use the datetimepicker, but cannot find it. How to activate
this in VB.NET so I can use it for Pocket PC development ?

Thanks
 
I have now, thanks !!!

Op Wed, 4 Feb 2004 15:46:02 +0100 schreef "Maarten Struys, eMVP"
 
Now I try to add a datepicker, but it does not recognize it. As you
will understand a am a novice.

when I type : Dim WithEvents m_picker as DatetimePicker the last word
is blue underlined and the message says not recognized.

M.


Op Wed, 4 Feb 2004 15:46:02 +0100 schreef "Maarten Struys, eMVP"
 
The blue squiggle means that the DateTimePicker class is not known within
your project. You need to add the actual DataTimePicker to your project,
meaning you have to add the file DateTimePicker.vb from the downloaded
sample code to your own project using the "Project" - "Add Existing Item"
menu entry.
 
I think I have to study first.

Can you give me an example to add it in the imports or use the date
picker class?

Thnaks in advance

Op Wed, 04 Feb 2004 15:45:02 GMT schreef "Nestor Acha"
 
Back
Top