Hi,

I would like to intercept hyperlinks in Word when user is clicking on it. I have tried some ideas but no ones satisfied me. Searching on web, I managed to listen classic url from historical buffer...
But, for my problem, no way to catch program url : when you're click on hyperlink, you don't go to web page with IE but launch a program on you're hard disk tru the path found in windows register.

hyperlinks look like this :

cel:// (next program parameters) Follow/Sol:Earth (...)

cel allows computer to search program path in window register and launch it. Then the program is reading additional parameters from url.

I would like to catch string from url when it is clicked. How can I detect that url is selected in Word, and how can I get url information ?

I've tried an alternative solution : I've changed the path in register to the path of a program of mine. But if Word url launch my program, how could I pick up all url string (even url format) ?

I'm not very good in network and url processes, if someone could help me...