Thread
:
How to add DateTimePicker to ToolStrip ?
View Single Post
•
•
Join Date: Nov 2006
Posts: 436
Reputation:
Solved Threads: 72
JerryShaw
Offline
Posting Pro in Training
Re: How to add DateTimePicker to ToolStrip ?
0
#
7
May 4th, 2008
The only way I know of to do this at design time is to create a new component that is a subclass of ToolStrip, and then add the extra functionality. Use your new component instead of the ToolStrip.
// Jerry
JerryShaw
View Public Profile
Find all posts by JerryShaw