Windows Application 을 브라우져에서 프로토콜처럼 실행하는 방법이다. 예를 들어 브라우져 주소창(ⓜⓐgnet://xxxxxxxx) 형태로 실행하면 토렌트가 실행되는 방법이다. 일반윈도우 어플리케이션처럼 파라미터도 전달 가능하다 원문 : http://msdn.microsoft.com/en-us/library/aa767914.aspx The About Asynchronous Pluggable Protocols article describes how to develop handlers for URL protocols. In some cases, it may be desirable to invoke another application to handle a custom protocol. To do ..