Hi @Mansour_Dalir ,
To use the example, you can refer to the following steps.
- Create a class called
ToolStripMonthCalendar
and paste the code from the example. - Place a
ToolStrip
control in the form, and then use the following code to create aToolStripMonthCalendar
instance and add it to theToolStrip
container.
Dim testtoolstrip As ToolStripMonthCalendar = New ToolStripMonthCalendar()
ToolStrip1.Items.Add(testtoolstrip)
Best Regards.
Jiachen Li
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.