Click here to Skip to main content
15,891,033 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Language : c sharp
Visual Studio :2008
Outlook : 2007

Explanation

This is my xml file


XML
<root>
  <menu name="Games">
	
    <submenu name="Cricket" />
    <submenu name="Football" />
    <submenu name="Hockey" />
  </menu>
  <menu name="Athletics">
	
    <submenu name="High Jump" />
    <submenu name=" Long Jump" />
    <submenu name="Hurdles" />
  </menu>
</root>


I have created a menu named "New Menu" in outlook's inspector window.my aim is when i click on the New Menu , a menu should appear(it has sub menus also) and it should be loaded from the xml file.

Please help me.

Thanks in Advance.
Posted
Updated 21-Jun-11 1:41am
v5

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