たかやまのプログラミング

プログラミング中心のブログです。

ファイル

C#のMicrosoft.Win32.RegistryKeyクラスを使用してプロトコルの登録

takym.code.blog この記事はhttps://takymsystems.blog.fc2.com/blog-entry-60.htmlに転載しました。 C#でプロトコルの登録する方法を見つけました。 Microsoft.Win32.RegistryKeyクラスを使用します。 Protocol.cs using Microsoft.Win32; using System; us…

C#のMicrosoft.Win32.RegistryKeyクラスを使用して拡張子登録

takym.code.blog この記事はhttps://takymsystems.blog.fc2.com/blog-entry-59.htmlに転載しました。 リメイク版の記事ができましたのでこちらの記事を見てください。 C#で拡張子を登録する方法を見つけました。 C#のMicrosoft.Win32.RegistryKeyクラスを使…