Quote Originally Posted by Cristian View Post
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.