颜色代码转换问题 [英] Problem on conversion of color code

查看:81
本文介绍了颜色代码转换问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

颜色[信息].

如何在vb.net中将给定的颜色代码分配给文本框backcolor

我发现一个错误.
请帮助我

Color [Info].

How to assign this given color code to the textbox backcolor in vb.net

I am finding an error.
Please help me

推荐答案

嗨...

你可以试试这个

Hi...

You can try this

textBox1.BackColor = Color.FromArgb(111, 111, 111)


这篇关于颜色代码转换问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆