To place DateTimePicker onto ToolStrip control in Windows Forms .NET application you had to do following:
DateTimePicker dateTimePcr = new DateTimePicker();
toolStrip1.Items.Add(new ToolStripControlHost(dateTimePcr));
Wednesday, March 25, 2009
How to place DateTimePicker onto ToolStrip control in Windows Forms .NET application?
Ярлыки:
.NET,
C#,
DateTimePicker,
Forms,
ToolStrip,
ToolStripControlHost,
Windows
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment