以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 背景色设置 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=47612) |
|
-- 作者:qianqian1530 -- 发布时间:2014/3/13 13:56:00 -- 背景色设置 e.Form.Controls("Panel10").BackColor = RGB(65, 154, 205) 不能这样设置吗? 报错 方法调用失败,因为“Public Overrides Property BackColor() As System.Drawing.Color”不能用这些参数调用: 与参数“OO0O1”匹配的参数无法从“Integer”转换为“Color”。 |
|
-- 作者:Bin -- 发布时间:2014/3/13 14:02:00 --
|