Third part menu control to replace menu system
I need a third part menu control to replace the menu system.
This because my current form has riched the 256 control limit. I don´t want to load menu item dinamically.
If somebody knows about a control that can to replace the standard menu system but has compatibility with current windows SO like windows 7, windows 8 or Windows 10.
Any suggest will be appreciated !
Thanks:)
Re: Third part menu control to replace menu system
You can try with this control.
Re: Third part menu control to replace menu system
Quote:
Originally Posted by
Cristian
I need a third part menu control to replace the menu system.
This because my current form has riched the 256 control limit. I don´t want to load menu item dinamically.
If somebody knows about a control that can to replace the standard menu system but has compatibility with current windows SO like windows 7, windows 8 or Windows 10.
Any suggest will be appreciated !
Thanks:)
The question is why you don't want to "load menu items dinamically"? (I think you are talking about an menu control array)
Any menu replacement will be far more work than just simply use an array.
Another comment is that if you have so many menu items and controls... it points to a flaw in your GUI design. Users will be lost with so many items.
Re: Third part menu control to replace menu system
Thanks Eduardo.
I will try that you suggest !!
Re: Third part menu control to replace menu system
I have only the items menu needed. Other choice would be split the menu items between two forms. But that won't be elegant
Re: Third part menu control to replace menu system
Quote:
Originally Posted by
Cristian
I have only the items menu needed. Other choice would be split the menu items between two forms. But that won't be elegant
I don't know what your program is about, but perhaps having one or two listboxes (or comboboxes) where the user need to select what he wants to work with.
You could think of a design where there are only a few options visible at the same time, in the menus, in the form (or forms) there should be only a few options to select. Once something is selected you can show another list to narrow down the selection.