以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- [求助]替换问题 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=53757) |
-- 作者:xokxiao -- 发布时间:2014/7/14 23:26:00 -- [求助]替换问题 我用Replace(OldValue, NewValue)把路径去掉,老是搞不好,请指点
If e.Sender.Name = "GSP认证" Then MenuButton = New RibbonMenu.MenuButton(buttonname) e.Sender.Items.Add(MenuButton) Next End If [此贴子已经被作者于2014-7-14 23:29:42编辑过]
|
-- 作者:Bin -- 发布时间:2014/7/15 8:33:00 -- MenuButton.Text="(" & arr(i).replace(ProjectPath ,"") & ")" |