This link has been bookmarked by 10 people . It was first bookmarked on 20 Mar 2009, by isaac Mao.
-
24 Jul 18
stuza1 ."You can register your own through the registry.
HKEY_CLASSES_ROOT/
your-protocol-name/
(Default) "URL:your-protocol-name Protocol"
URL Protocol ""
shell/
open/
command/
(Default) PathToExecutable
Sources: https://www.iana.org/assignments/uri-schemes/uri-schemes.xhtml, http://msdn.microsoft.com/en-us/library/aa767914(v=vs.85).aspx" -
21 Dec 16
-
how do I create my own URL protocol? (e.g. so://…)
-
http://www...ftp://blah.blah...file://blah.blah...unreal://blah.blah...mailto://blah.blah...
Ok, please bear with me as this is sort of difficult to explain.
I have seen...
What is that first section where you see
httpand the like called?Can I register my own?
-
-
You can register your own through the registry.
HKEY_CLASSES_ROOT/ your-protocol-name/ (Default) "URL:your-protocol-name Protocol" URL Protocol "" shell/ open/ command/ (Default) PathToExecutableSources: https://www.iana.org/assignments/uri-schemes/uri-schemes.xhtml, http://msdn.microsoft.com/en-us/library/aa767914(v=vs.85).aspx
-
-
03 Oct 12
-
29 Jul 12
-
See About Asynchronous Pluggable Protocols on MSDN for more details on the windows side. There is also a sample in the windows SDK.
A quick google also showed this article on codeproject: http://www.codeproject.com/KB/IP/DataProtocol.aspx.
-
Strongly consider using strsafe and the new secure CRT methods included in the VC8 and above compilers. See http://blogs.msdn.com/michael_howard/archive/2006/02/27/540123.aspx if you have no idea what I'm talking about.
-
Here's a list of the registered URI schemes. Each one has an RFC - a document defining it, which is almost a standard.
-
For most Microsoft products (Internet Explorer, Office, "open file" dialogs etc) you can register an application to be run when URI with appropriate prefix is opened. This is a part of more common explanation - how to implement your own protocol.
-
-
20 Mar 09
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.