Hi,

At last, I started using VB.NET, but I'm used to program in VB6.
In VB6 I indexed my textboxes, so I could use the same sub for every
textbox.lostfocus for example.

Now in VB.NET that is impossible.
Let's say I have 3 textboxes (TextBox1,TextBox2,TextBox3) but I would like to write a general lostfocus (for changing the backcolor) for all three of them. Is that possible ?

Thanks in advance