Torna al Thread

Private Sub txtcom_0_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles txtcom_0.KeyPress If (Not IsNumeric(e.KeyChar)) And (Asc(e.KeyChar) <> 8) Then e.Handled = True End If End Sub
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5