Click here to Skip to main content
15,884,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi to all!

here is a little problem in my project i created a form with the name "Form1"

and have a menu strip in the name "menustrip1"

and has a main menu in the name "Functions"

and have sub menus

"F1" default visibility false and modifiers is public

"F2" default visibility false and modifiers is public

"F3" default visibility false and modifiers is public

"F4" default visibility false and modifiers is public

and a function public void dispaly

where i set f1, f2, f3, and f4 visibility true

i debug it its executing all the statements but acctually visibility dosent change

i dont understand whats the problem
Posted
Comments
Sergey Alexandrovich Kryukov 18-Jul-11 1:50am    
Not clear.
--SA

1 solution

Right click on solution,then clean it then rebuild whole solution may be this will help you

otherwise share your code
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900