Is there anyone who knows creating a menu and displaying it in c#
I create a menu with menu control and add it some subtitles but I don't see it when I run the program.(It isn't visible !!!)
What can be the problem :confused:
Printable View
Is there anyone who knows creating a menu and displaying it in c#
I create a menu with menu control and add it some subtitles but I don't see it when I run the program.(It isn't visible !!!)
What can be the problem :confused:
did you set the visible property to true?
yes completely...
but only subtitles have visible visible property
the main menu control doesn't have any visible property.(ýf I don't remember wrong)
which meny object did you use?
contextMenu?
if you used context menu you then it wotn display unless you set that to an object
if your using MainMenu object then it should work
I delete the main manu item from the form and then I readd it to the form. Now it works
Thanks for your concern.....;)