Click here to Skip to main content
16,021,125 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am working in one project & its a huge project in that there is MenuBar & i want to add one menu in exiting menubar but i can't find out it from code where it is located can any one help me on that.how can i will find out Menu bar .



in that i have one TransformMenu.xsl file but could't find out where the menu's are located
Posted

1 solution

but i can't find out it from code where it is located can any one help me on that.
This is your project and as you say a huge one. How do you expect any of us to comment on it without even looking at the codebase on how it is implemented and it works?

My suggestion to you would be to use Visual Studio DEBUGGER and follow the execution. You should be able to find that how the menu is driven. If there is any underlying logic of showing/hiding some sub menus. Going through one complete workflow should tell how where you need to add the new item and if you need handle the same somewhere for it's proper working.
 
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