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.
我正在使用 MFC 创建一个简单的测试程序。它是一个向 10 个编辑控件中的每一个发送 1 个字节的十六进制值的程序。我想在编辑控件中输入 1 个字节时自动移动到下一个编辑框。我怎样才能做到这一点?
感谢您的阅读。
要将输入焦点推进到下一个控件,请调用CDialog::NextDlgCtrl。