Hello together,
i have a silliy problem...
In the internet i found a code sample wich should help me to add tools to my toolbar. This one:
' create a Button Tool that is displayed in Navigation menu Dim newBtnTool As New ButtonTool("NewBtnTool") newBtnTool.SharedProps.Caption = "New"' Add Button Tool to the tools collection of UltraToolbarsManager Me.UltraToolbarsManager1.Tools.Add(newBtnTool)
But what actually happend is that my toolbar on my form hides... What is wrong?
Please Help me.
Hello,
Could you please review the sample attached to this post and see if it meets your requirements.
Please feel free to let me know if I misunderstood you or if you have any other questions.
What must i do that this sample works? There are several errors appeared... ;)