all groups > dotnet general > march 2008 >
You're in the

dotnet general

group:

I want to set background color to textbox....when it has value in it...


I want to set background color to textbox....when it has value in it... Chetana
3/31/2008 11:47:19 PM
dotnet general:
Hi All,

I am using one dll which will display color dialog box and when user
selects value from that box that colors code is displayed in my
textbox i want to give that color to that textbox as soon as colorcode
is in the textbox....which event i need to call and how?

If anyone has any idea reply me immidiately...

Thanks,
Re: I want to set background color to textbox....when it has value in it... David Griffiths
4/1/2008 12:07:55 PM
Just after
textbox1.text = ColorCode

apply the color with

TextBox1.BackColor = ColorCode

--
DaveG

[quoted text, click to view]
AddThis Social Bookmark Button