RE: When adding my application to Windows right-click menu

2012-06-13 Thread Prasad, Ramit
> I made a cipher app but to make easy, I want to make it Windows > rightclick menu can execute it > I found the way with dealing with Registry > > > [HKEY_CLASSES_ROOT\Directory\Background\shell\app] > [HKEY_CLASSES_ROOT\Directory\Background\shell\app\command] > @="C;\myapp filelocation" > >

When adding my application to Windows right-click menu

2012-06-13 Thread Yesterday Paid
I made a cipher app but to make easy, I want to make it Windows rightclick menu can execute it I found the way with dealing with Registry [HKEY_CLASSES_ROOT\Directory\Background\shell\app] [HKEY_CLASSES_ROOT\Directory\Background\shell\app\command] @="C;\myapp filelocation" but I don't know ho