Hello ...
Look, I'm changing by code the UI of an application. It's almost done, but there is the main menu of the main form.
The main form is a Telerik's ShapedForm.
Most of the menu items are enabled, disabled, visible or invisible according of some conditions, and this behavior is done through some classes.
My question is this:
When I have the windows form standard menu, it is assigned like this:
this.MainMenuStrip = this.mainMenuStrip;
But when mainMenuStrip is a Telerik RadMenu I'm getting an error that says that it is not possible to convert implicitly from the telerik type to the windows type. And when i do a cast I get a message that you can't convert to the windows type.
This is a very complex application, and I can't change the type of the form.
Thanks for your help!