Skip to main content

Posts

Showing posts from March, 2015

WPF: Simple TimePicker User Control for WPF

Hey Guys! WPF gives us DatePicker but it doesn’t give us TimePicker. I tried to create a very simple TimePicker user control.   And the bumper offer is that it is free. Use it wherever you want. J Hope this will help you a lot.   XAML Code:   < UserControl  x : Class ="Restaurant.Reservations.UserControls.ucDateTimeUpDown"               xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation"               xmlns : x ="http://schemas.microsoft.com/winfx/2006/xaml"               xmlns : d ="http://schemas.microsoft.com/expression/blend/2008"               xmlns : mc ="http://schemas.openxmlformats.org/m...