it same...
here is the code for vb :
Private dtTScomponent As ToolStripControlHost
Public Sub New()
InitializeComponent()
dtTScomponent = New ToolStripControlHost(dtMyDateTimePicker)
MainToolStrip.Items.Add(dtTScomponent)
End Sub
Last edited by Jx_Man; May 4th, 2008 at 12:03 am.