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... ;)
Could you please let me know what kind of errors you are seeing. I will be happy to assist you further on that matter.
the wich appears most ist that some infragistics references were not set... but i definetly put this references to my project
i want to show all open forms in my application using ultratoolbarmanager, if user want to open any of the open form it will become activate. could you kindly show a menu to list all open forms and open one of the form.
thank you
Hello anandraj,
To clarify - you want a toolbar with a list in which you have all open forms as items and when the user clicks on one of them to show it like the active one?