realbasic-nug
[Top] [All Lists]

Re: Internet protocol helpers

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Internet protocol helpers
From: Jeff Ayling <jeff at wam dot net dot au>
Date: Mon, 31 May 2004 12:51:05 +1000
Delivered-to: realbasic-nug at lists dot realsoftware dot com
List-help: <mailto:realbasic-nug-request@lists.realsoftware.com?subject=help>
List-id: REALbasic NUG <realbasic-nug.lists.realsoftware.com>
List-post: <mailto:realbasic-nug@lists.realsoftware.com>
References: <682D45CC-B0F2-11D8-AA3B-000A95868802 at innernine dot com> <92390F11-B0F4-11D8-8E71-000A95BB416E at mediaenforcer dot com>

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>

<Prev in Thread] Current Thread [Next in Thread>