How to implement custom 'protocol' handler for IE?
-
Hi, I am developing a visual c++ project which implement an IE extension. I want to add a new 'protocol' (default IE protocols: http:, ftp:, ms-its: ..., I need to impelement my own, e.g. makecall:, goto:) to IE, I rem that many years ago I browse MSDN, it may called "pluggable protocol xxx", but I can't find anything in MSDN anymore. Can any one give me a tip? many thanks.
-
Hi, I am developing a visual c++ project which implement an IE extension. I want to add a new 'protocol' (default IE protocols: http:, ftp:, ms-its: ..., I need to impelement my own, e.g. makecall:, goto:) to IE, I rem that many years ago I browse MSDN, it may called "pluggable protocol xxx", but I can't find anything in MSDN anymore. Can any one give me a tip? many thanks.
URL moniker into google did the trick[^] Good luck :) Ryan