|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
DateTimePicker eventsHi,
I'm looking for which event to use with regard to a DateTimePicker control. I want my event to fire when the actual contents of the control is changed... but I'm finding that all events are firing when I, for example, scroll from month to month. Presumably I'm missing something very straightforward but if someone has an idea then it would be much appreciated. Thanks Hi,
Did u Tried with CloseUp Event............. Private Sub DateTimePicker1_CloseUp(ByVal sender As Object, ByVal e As System.EventArgs) Handles DateTimePicker1.CloseUp MessageBox.Show(DateTimePicker1.Value.ToString) End Sub I hope this will help u................ Regards, Ritesh I hadn't...and it looks to be half way there.... but it doesn't fire when a
user changes the text manually. "Ritesh Jain via DotNetMonster.com" <fo***@DotNetMonster.com> wrote in System.EventArgs) Handles DateTimePicker1.CloseUpmessage news:2a5f858fdddd4a26b5bababddeee5f35@DotNetMonster.com... > Hi, > Did u Tried with CloseUp Event............. > > Private Sub DateTimePicker1_CloseUp(ByVal sender As Object, ByVal e As Show quoteHide quote > MessageBox.Show(DateTimePicker1.Value.ToString) > End Sub > > I hope this will help u................ > > Regards, > Ritesh > > -- > Message posted via http://www.dotnetmonster.com
Other interesting topics
No touch deployment - IEEXEC won't fire up
No popup event when using shortcuts in context menu How can one select from overlapped panels in the form design View? extra header in datagrid Is there a way to set the category order in the PropertyGrid Changing Treeview's selectedNode in Afterselect event. Error lost in databinding PictureBox that Receives and Shows Input Focus SteadySelection Class Check-boxes on TreeNodes |
|||||||||||||||||||||||