Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アプリケーションがバックグラウンドで (アクティブなアプリケーションではない)、キーボードのキーを監視したい場合や、場合によってはバーコード スキャナーも監視したい場合があります。バーコード スキャナは Unicode の文字列を返します (これはキーボードにはありません)。
(GlobalKeyboardHook)というクラスを見つけました。キーボードからのキーで正常に動作します
しかし、バーコードスキャナーでは機能しません
手伝って頂けますか ?