もくじ https://tera1707.com/entry/2022/02/06/144447 やりたいこと 指定の文字列を含むQRCodeを画面上に表示したい。 ZXingという便利なライブラリがあるらしい。試してみる。 実験コード https://github.com/tera1707/QRCodeJikken WPFのコード 下記のnugetパッケージをインストールする system.drawing.common\8.0.8\ zxing.net\0.16.9\ zxing.net.bindings.windows.compatibility\0.16.12\ using System…