How can I use the example in the documents and see the result?

Mansour_Dalir 2,036 Reputation points
2023-06-10T16:03:36.3266667+00:00
Developer technologies | VB
0 comments No comments
{count} vote

Accepted answer
  1. Jiachen Li-MSFT 34,221 Reputation points Microsoft External Staff
    2023-06-12T01:39:41.0566667+00:00

    Hi @Mansour_Dalir ,

    To use the example, you can refer to the following steps.

    1. Create a class called ToolStripMonthCalendar and paste the code from the example.
    2. Place a ToolStrip control in the form, and then use the following code to create a ToolStripMonthCalendar instance and add it to the ToolStrip 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.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.