Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
128 views

Who wins if we have multiple temporary Asynchronous pluggable protocol for same schema?

Suppose we have more than one temp Async pluggable protocols for schema lets say ftp: then which one will be called by urlmon?
0
votes
0answers
12 views

Displaying files in IE using an asynchronous pluggable protocol

I have created an asynchronous pluggable protocol for Internet Explorer : ex://D:/sample.html (assume "ex" to be the protocol created by me) opens the file D:/sample.html file in the IE ...
0
votes
2answers
183 views

Http Passthrough Pluggable Protocol for Firefox

How can I make an http passthrough pluggable protocol for IE work in Firefox? Alternatively, how to develop one for Firefox? Any examples would be appreciated. Thanks.
0
votes
1answer
150 views

Is it possible to register an asynchronous pluggable protocol user specific registry?

See http://msdn.microsoft.com/en-us/library/aa767916(VS.85).aspx for Async Pluggable protocols. We currently have it working, however it requires that we write to HKey_Class_Root. In the interest of ...