Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
665
Ultratoolbarsmanager
posted

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.