3

WebClient's openread don't seem to do the job, in what other way can I open magnet links? uTorrent is the default handler so I need the links "executed".

4

1 に答える 1

9

でこれを行うことができるはずですProcess.Start。これは HTTP URL (デフォルトの Web ブラウザーで起動) で機能することを知っているので、システムにmagnetuTorrent に関連付けられた URL がある場合、uTorrent で URL を起動する必要があります。

Process.Start("magnet:?xt=urn:sha1:YNCKHTQCWBTRNJIV4WNAE52SJUQCZO5C");
于 2012-04-14T20:39:38.077 に答える