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.
スキャンしたバーコードを収集する小さなアプリケーションを c# で作成しました。最初にスキャンしたバーコードを txtbox に入れ、次にそれらを txt ファイルに書き込みます。したがって、アプリケーション ウィンドウは常にアクティブである必要があります。別のウィンドウがポップアップすると、アプリケーションが非アクティブになり、スキャンしたバーコードが失われることがあります。アプリケーション ウィンドウを常にアクティブにする方法はありますか。