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));
Showing posts with label Windows. Show all posts
Showing posts with label Windows. Show all posts
Wednesday, March 25, 2009
Subscribe to:
Posts (Atom)