This is menu.xml
It is case sensitive.
This is how you add embedded app buttons to the menu.
These two are there already, but the buttons aren't visible.
If you click in the bottom left of the menu, and a little to the right,
these will work.
Code:<?xml version="1.0" encoding="utf-8"?> <buttons> <app> <POSITION left="0" top="90" width="15" height="15"/> <NAME>***</NAME> <PATH>C:\Program Files\Internet Explorer\IEXPLORE.EXE</PATH> <COMMAND_LINE_OPTIONS>NONE</COMMAND_LINE_OPTIONS> <WINDOWTITLE>*Microsoft Internet Explorer</WINDOWTITLE> <WAIT_BEFORE_LOOK>1000</WAIT_BEFORE_LOOK> </app> <app> <POSITION left="15" top="90" width="15" height="15"/> <NAME>ASS2</NAME> <PATH>c:\WINDOWS\NOTEPAD.EXE</PATH> <COMMAND_LINE_OPTIONS>NONE</COMMAND_LINE_OPTIONS> <WINDOWTITLE>*Notepad*</WINDOWTITLE> <WAIT_BEFORE_LOOK>1000</WAIT_BEFORE_LOOK> </app> </buttons>



LinkBack URL
About LinkBacks
Reply With Quote


Bookmarks