以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- [求助]任务栏隐藏了,但是留下空白,表不缩进,求教 (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=82163) |
||||
-- 作者:36792209 -- 发布时间:2016/3/12 22:59:00 -- [求助]任务栏隐藏了,但是留下空白,表不缩进,求教
有图有附件,求老师们帮忙,看了很多例子都解决不了。 |
||||
-- 作者:36792209 -- 发布时间:2016/3/13 9:16:00 -- 求老师帮忙 |
||||
-- 作者:36792209 -- 发布时间:2016/3/13 11:50:00 -- 老师今天都休息么? |
||||
-- 作者:Hyphen -- 发布时间:2016/3/14 9:28:00 -- If e.sender.Text = "<<" e.Form.panel.parent.parent.Width = e.Form.Controls("Button1").Width + 5 e.sender.text = ">>" e.sender.left = 0 e.Form.Controls("TopicBar1").Visible = False Else e.Form.panel.parent.parent.Width = 170 + e.Form.Controls("Button1").Width e.sender.text = "<<" e.sender.left = 0 e.Form.Controls("TopicBar1").Visible = True End If
|
||||
-- 作者:36792209 -- 发布时间:2016/3/14 9:45:00 -- 谢谢,终于解决了我的问题!! |