Foxtable(狐表)用户栏目专家坐堂 → [求助]代码黏贴


  共有3188人关注过本帖平板打印复制链接

主题:[求助]代码黏贴

帅哥哟,离线,有人找我吗?
苏州老街
  1楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:三尾狐 帖子:636 积分:4062 威望:0 精华:0 注册:2016/10/19 16:45:00
  发帖心情 Post By:2016/12/22 11:16:00 [只看该作者]

老师,下面两组代码为什么不能单独删除。

'------------任务栏展开和收缩------------
e.Form.TimerEnabled = False
Dim tpb As WinForm.TopicBar = e.Form.Controls("TopicBar7")
For Each page As WinForm.TopicPage In tpb.Pages
    If page.Name <> e.Form.Text Then
        page.Collapsed = True
    End If
Next


e.Form.TimerEnabled = False
Dim rwl As WinForm.TopicBar = e.Form.Controls("TopicBar8")
For Each page As WinForm.TopicPage In tpb.Pages
    If page.Name <> e.Form.Text Then
        page.Collapsed = True
    End If
Next

 回到顶部
总数 39 1 2 3 4 下一页