以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- [求助]这段代码是什么意思,请赐教 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=30465) |
-- 作者:hrw68529 -- 发布时间:2013/3/28 10:45:00 -- [求助]这段代码是什么意思,请赐教 baseMainform.SuspendLayout Dim tbp As WinForm.TopicBar = e.Form.Controls("TopicBar1") For Each pg As WinForm.TopicPage In tbp.Pages For Each lnk As WinForm.TopicLink In pg.Links lnk.Text = lnk.Text.Trim("←") Next Next e.Link.Text = e.Link.Text & "←" MarkCell = False For Each frm As Winform.Form In Forms If frm.Opened AndAlso frm.FormStyle = FormStyleEnum.独立 Then frm.Close() End If Next 能将每段代码的意思解释一下吗?
|
-- 作者:hrw68529 -- 发布时间:2013/3/28 16:10:00 -- 谢谢你,太好了 |