This is one method for auto expanding a date time picker in VB.NET
DateTimePicker1.Focus()
SendKeys.Send("{F4}")
This is copied from an article from Hans Passant
DateTimePicker1.Focus()
SendKeys.Send("{F4}")
This is copied from an article from Hans Passant
No comments:
Post a Comment