Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » DateTime Picker control Collapse All
Subject Author Date
John Pag Apr 9, 2012 - 10:54 AM

How i can catch keydown event from datetimepicker control?

I create event like this

dtpSince.KeyDown += new KeyEventHandler(dtpSince_KeyDown);





private void dtpSince_KeyDown(object sender, KeyEventArgs e)

{

//some code


}



 

John Pag Apr 9, 2012 - 10:54 AM

But it’s doesn’t work...(((