View Single Post
Join Date: Nov 2007
Posts: 2,641
Reputation: Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light 
Solved Threads: 245
Jx_Man's Avatar
Jx_Man Jx_Man is offline Offline
Posting Maven

Re: How to add DateTimePicker to ToolStrip ?

 
0
  #5
May 4th, 2008
it same...
here is the code for vb :
  1. Private dtTScomponent As ToolStripControlHost
  2. Public Sub New()
  3. InitializeComponent()
  4. dtTScomponent = New ToolStripControlHost(dtMyDateTimePicker)
  5. MainToolStrip.Items.Add(dtTScomponent)
  6. End Sub
Last edited by Jx_Man; May 4th, 2008 at 12:03 am.
Never tried = Never Know
So, Please do something before post your thread.
* PM Asking will be ignored *
Reply With Quote