DateTime Picker with language support

Last post 03-22-2004 10:43 by Anonymous. 3 replies.
Page 1 of 1 (4 items)
Sort Posts: Previous Next
  • 12-04-2003 13:06

    DateTime Picker with language support

    Using one of the latest example from MSDN library (the DateTimePicker with design support) I made some changes and added language support. Also as a functionality I made the drop down window close if the control losts focus. You will also find a link to an example.
    To change the language it is enought to change the culture of the control using the property Culture and also to write the translation of "Today" for the specific language using the property TodayText. Also changed from the initial version is the first day of the week (now Monday- if I will have some time I will construct a property to specify the first day of the week).

    The links are:

    The control: http://must-ht.dyndns.org/Controls/DateTimePicker%20DesignTime%20Sample.zip[/url]

    The example: [url]http://must-ht.dyndns.org/Controls/DateTime%20Test.zip


    P.S. Before using the example copy (or install) the dll for DayTimePicker in the Visual Studio Net folder (under CompactFramework....)

    Hope that will be of some use!

  • 02-04-2004 5:20 In reply to

    Re: DateTime Picker with language support

    Patched for the bug when you change the month using dropdown menu to a month with less days than the selected day for the current month.
  • 03-19-2004 21:16 In reply to

    Re: DateTime Picker with language support

    Does the DateTimePicker comes from Microsoft, support time picking using the up down button instead of drop down calendar.

    thanks...
  • 03-22-2004 10:43 In reply to

    Re: DateTime Picker with language support

    It is the Microsoft version with small differences to support CultureInfo
Page 1 of 1 (4 items)