DatagridView DateTimePicker column

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

Hi,
I want to have a datetimepicker in a datecolumn.
Found the source for creating a DTP column,
but can't see how to convert an existing date column to be a DTP column.
ie. My DataGridView is bound to a DataSet.
Anybody done this?
thanks
Bob
 
Hi,
I want to have a datetimepicker in a datecolumn.
Found the source for creating a DTP column,
but can't see how to convert an existing date column to be a DTP column.
ie. My DataGridView is bound to a DataSet.
Anybody done this?
thanks
Bob

Bob,

I have done this, but am just about to leave for the office. Can you give me a
little more detail about which part of the process is not working? When I come
back this evening I will find you some sample code.

In the mean time if you can, do a search of the web for "Programming Microsoft
Windows Forms' by Petzold. he has a DTP control he got from the MS web site and
modified. It works, but has some bugs that I believe I have fixed.

Good luck with your project,

Otis Mukinfus
http://www.arltex.com
http://www.tomchilders.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top