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.
スキャナーからバーコードを読み取り、ユーザーが「完了」ボタンを押すとファイルに保存されるプログラムがあります。
ユーザーがバーコードをスキャンすると、自動的にテキスト ファイルに保存されます。
これが簡単なロジックです。
クリック実行
If barcodeText.Text.Length >= 10 Then Call DoneButtonClick(Nothing, Nothing) End If