Public Property DateTime() As DateTime
Get
Return m_MyDateTime
End Get
Set(ByVal Value As DateTime)
MyDateTime = Value
End Set
End Property
Gee, I thought that's what I said.stustarz said:If you add a property to the underlying class of your property grid that is set to Datetime then the Datetimepicker will automatically be shown for that field
Shame its Active X and not managed .NET, but nice considering its free!!lidds said:Yeah have figured that one out now..... have come across an excellent activex tool (totally free) which will do all I want in a listview
http://vcreations.net/product.asp?pid=1