My-Software-Life
Home
Tutorials
HTML / CSS
JS / jQuery
jQuery
JS
PHP
MySQL
XSLT
Ajax
Resources
By category
PHP
MySQL
XSLT
Ajax
By tag name
captcha
gallery
animation
Tools
Android
Android Apps
Android Games
Linux
RedHat
CentOS
Fedora
Ubuntu
Debian
Linux Mint
About
Contact
Back To Tutorial
GoogleAds
Thursday, November 29, 2012
ASPX Convert RGB to Hex Color with VB
Private Function RGB_2_HEX(ByVal R As Byte, ByVal G As Byte, ByVal B As Byte) As String
Return "#" & Hex(Color.FromArgb(R, G, B).ToArgb).Substring(2)
End Function
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment