Torna al Thread

Private Sub myTextBox_GotFocus(ByVal sender As Object, ByVal e As System.EventArgs) Handles myTextBox.GotFocus txtNome.BackColor = .... End Sub Private Sub myTextBox_LostFocus(ByVal sender As Object, ByVal e As System.EventArgs) Handles myTextBox.LostFocus txtNome.BackColor = .... End Sub
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5