Hot key from XML

G

Guest

hi
It might be the simple questions. I am generating menu dynamically in my project. All menu item i will be defined in the xml file.while running the project I will load that xml file and generate menu items
I have defined menu item as followes in xm

<menuItem name ="mnuFile" text="File" context="true"><menuItem name= "mnuNew" text="New"/
...
</menuItem

Now i want to use shortcut key for File. If I change text value "File" to "&File" and when i try to load into xm
using xml.Load() method, it is giving error message. Can anybody help me how to set the shortcut key

thanks
Rames
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top