Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><strong>Please Note:</strong> The following answer only applied to WPF under the 3.5 Framework as NET 4.0 runtime has it's own <a href="http://msdn.microsoft.com/en-us/library/system.windows.controls.datepicker.aspx" rel="nofollow noreferrer">datetime control</a>.</p> <p>By default WPF 3.5 does not come with a date time picker like winforms.</p> <p>However a date picker has been added in the <a href="http://www.codeplex.com/wpf/Release/ProjectReleases.aspx?ReleaseId=22567" rel="nofollow noreferrer">WPF tool kit</a> produced by Microsoft which can be <a href="http://www.codeplex.com/wpf/Release/ProjectReleases.aspx?ReleaseId=22567" rel="nofollow noreferrer">downloaded here</a>. I guess it will become part of the framework in a future release.</p> <p>It is simple to add a reference to the WPFToolkit.dll, see it in the tool box and distribute with your application by following the instructions on the website.</p> <p>Before this was available other people had created 3rd party pickers (which you may prefer) or alternatively used the less ideal solution of using the winforms control in a WPF application.</p> <p><strong>Update:</strong> This so question is very similar <a href="https://stackoverflow.com/questions/534845/does-anyone-have-a-wpf-net-3-0-date-picker">this one</a> which also has a link to a <a href="http://windowsclient.net/wpf/wpf35/wpf-35sp1-toolkit-calendar-datepicker-walkthrough.aspx" rel="nofollow noreferrer">walk through for the datepicker</a> along with other links.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload