11-08-2010, 08:28 PM
(This post was last modified: 11-08-2010, 11:49 PM by Resistance.)
hahaha, cute program. very easy to use, and I always wanted something like this! Thanks a ton! im always going to use it!
Smart! If ComboBox1.SelectedItem = "Lightcoral" Then
TextBox1.Text = "F08080"
End If
Nifty code! totally deserves rep.
EDIT: Also, a great feature to add would be adding a checkbox that allows the data to be copied to the clipboard. Then add a If statement to check if the checkbox is checked for each button, to add the text to the clipboard or not, it would be extremely helpful.
Smart! If ComboBox1.SelectedItem = "Lightcoral" Then
TextBox1.Text = "F08080"
End If
Nifty code! totally deserves rep.
EDIT: Also, a great feature to add would be adding a checkbox that allows the data to be copied to the clipboard. Then add a If statement to check if the checkbox is checked for each button, to add the text to the clipboard or not, it would be extremely helpful.