run from context menu with selected text from browser

Hello there.

I'm trying to build an app, but i don't know which is the best language choice. For starters, the app should be able to:

1. run from context menu
2. when selecting some text from a web browser (ff, ie), that text is captured (preferably not in clipboard) and sent as argument to the program via context menu and the program starts executing...

Is this possible?

(any other OO language recommendation is ok)

e.g.http://imagebin.org/285261

Thanks in advance
Last edited on
Yes, it is posible if you use a "context menu shell extension" which is running inside windows explorer.
http://sourceforge.net/projects/contextmenushel/

Or if you want to write yourself (recommended):
http://www.codeproject.com/Articles/441/The-Complete-Idiot-s-Guide-to-Writing-Shell-Extens
I saw these articles. So, it can be done for browser context menu as well (which is the case)?
Topic archived. No new replies allowed.