2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This is not supported by the DateTimePickerAdv, but this functionality can easily be achieved using the ComboBoxDropDown and the MonthCalendarAdv controls EventsSet the popup control of the ComboBoxDropDown as MonthCalendrAdv and then handle the Leave event C# private void comboDropDown1_Leave(object sender, System.EventArgs e) { DateTime dTime = DateTime.Parse(this.comboDropDown1.Text); this.monthCalendarAdv1.Value = dTime; }
VB Private Sub comboDropDown1_Leave(ByVal sender As Object, ByVal e As System.EventArgs) Dim dTime As DateTime = DateTime.Parse(Me.comboDropDown1.Text) Me.monthCalendarAdv1.Value = dTime End Sub
|
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.