Let's say that I have 10 textboxes on my form, and by tabbing, I move from one to the next for data input. As each textbox receives focus, I want the background to turn a certain color for visual highlighting. I could set that property individually for each control as the cursor enters and leaves the textbox, but I am wondering if there is some kind of single event that I can set that would set that property on any textbox as it receives focus, and as the cursor leaves the textbox.
Thanks in advance,
HLeyes
Thanks in advance,
HLeyes