Torna al Thread

Private Sub TextBox_Validating(ByVal sender As Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles TextBox.Validating If TextBox.Text = "chiudi" Then Me.Close() Else If Not CondizioneValidazione Then e.Cancel = True End If End Sub
Copyright © dotNetHell.it 2002-2025
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5