PDA

Click to See Complete Forum and Search --> : registry question


mrz
Jan 26th, 2000, 09:25 PM
i use this reg to put my app in the menu that appears when i right click a file:

[HKEY_CLASSES_ROOT\*\Shell\XQXSETCMD1]
@="DESCRIPTION"

[HKEY_CLASSES_ROOT\*\Shell\XQXSETCMD1\Command]
@="MYPROGRAM \"%1\""

when i click the DESCRIPTION, i can run my program with the parameter.

question:
when i right click, i get -
first - DESCRIPTION
second - open(or something)
third . . . .

and so on.......

how can i put my program beneath the open , i want it to be second or third....

how can i do that ?