
此主题相关图片如下:360截图20140216190939796.jpg

在设计 配置栏 时我希望点击任何 组合按钮 时根据公式设置提醒、如果不是允许的用户弹出提示、并且禁止任何操作;命令如下
If User.Type <> UserTypeEnum.Developer AndAlso User.Type <> UserTypeEnum.Administrator AndAlso _UserName <> "吴明荣" Then
e.Cancel = True
MessageBox.Show("你无权进行本操作 请与管理员联系", "提示", MessageBoxButtons.OK, MessageBoxIcon.Question)
End If
但是提示

此主题相关图片如下:360截图20140216191537000.jpg
