On 29/05/2004, at 8:15 AM, Travis Hill wrote:
On May 28, 2004, at 4:00 PM, Juergen Schreck wrote:
How do I achieve similar results on OSX and Windows? I would assume
that either OS has that same capability. I'm trying to find out how -
upon initial launch of my program - I can register my application to
be called for these protocols.
On Windows, it is *shock* the registry again. It gets a little
involved- you name your registry key under HKEY_CLASSES_ROOT the name
of the protocol and set a few values. Whenever this protocol is
requested, your application is then launched with the URL being the
command line parameter. Check out the MSDN example here:
http://msdn.microsoft.com/workshop/networking/pluggable/overview/
appendix_a.asp
Let me know if you need any further help.
--
Travis Hill
_______________________________________________
Hi Travis ... or anyone else on the list,
I have updated my plist file and can now access my application via a
webbrower using wpls://test and I'm ready to attempt to get this
working under Windows.
As I have no experience in tinkering with Windows Settings files could
you point me in the right direction in updating the HKEY_CLASSES_ROOT
file so I don't mess it up :-)
Thanks
Jeff
_______________________________________________
Unsubscribe or switch delivery mode:
<http://support.realsoftware.com/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|