以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 打开目录树节点名称对应的窗口 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=138010) |
-- 作者:有点蓝 -- 发布时间:2019/7/20 15:48:00 -- Forms(e.node.text).show
|
-- 作者:有点蓝 -- 发布时间:2019/7/20 16:25:00 -- If Forms.Contains(e.node.text) Then Forms(e.node.text).show Else msgbox( e.node.text & " 正在测试 中尚未开放") End If
|