以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 可以在导航设置用户权限吗? (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=5501) |
-- 作者:huaneng -- 发布时间:2009/12/14 19:35:00 -- 可以在导航设置用户权限吗? Dim Bar As WinForm.NavBar |
-- 作者:czy -- 发布时间:2009/12/14 19:40:00 -- if User.Name = "A" Then if e.Sender.SelectedIndex = 1 Then MessageBox.Show("你没有权限!") End If End If |
-- 作者:huaneng -- 发布时间:2009/12/14 23:23:00 -- 谢谢,,,,基本可以解决问题了, |