以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- [求助]窗口控件遍历 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=132608) |
-- 作者:shenhq -- 发布时间:2019/3/25 21:52:00 -- [求助]窗口控件遍历 请教大侠:窗口中有两个分组框,如何分别遍历 GroupBox 中的 RadioButton 呢? 见图
[此贴子已经被作者于2019/3/25 21:59:51编辑过]
|
-- 作者:有点蓝 -- 发布时间:2019/3/25 22:19:00 -- 例如 For Each c As Winform.Control In e.Form.Controls("GroupBox1").Children Dim r As WinForm.RadioButton = c msgbox(r.Text & ":" & r.Checked) Next |
-- 作者:shenhq -- 发布时间:2019/3/25 22:39:00 -- 非常感谢老师。 用精灵辅助输入没有 .Children,帮助中也搜索不到用法。还是编程知识不够 。 |
-- 作者:有点蓝 -- 发布时间:2019/3/25 22:50:00 -- 怎么会搜不到呢? |