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