VB6中如何循环到上一个控件?
所以我的 VB 表单上有一堆列表框。我也创建了一个命令按钮。
我想要做到这一点,以便如果我按下命令按钮,它就会从具有焦点的当前列表框循环到上一个列表框。这相当于使用 TAB 和 SHIFT TAB 在控件之间循环。 SHIFT TAB 在循环中向后移动,TAB 在循环中向前移动。我依稀记得有一种回去的方法&在“选项卡循环”中向前移动。
我该怎么做?
So I have a bunch of listboxes on my VB form. I created a command button too.
I want to make it so that if I press the command button it cycles from the current listbox, which has focus, to the previous listbox. It's the equivalent of using TAB and SHIFT TAB to cycle amongst the control. SHIFT TAB goes backwards in the cycle, TAB goes forward in the cycle. I vaguely remember there was a way to go back & forth in the "tab cycle".
How do I do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可以;
You can;