Torna al Thread

If GetAsyncKeyState(Keys.ShiftKey) >= 0 Then If GetAsyncKeyState(Keys.Tab) < 0 Then If Me.TextBox6.Text = "ITALIA" Then Me.TextBox7.Enabled = True : Me.TextBox8.Enabled = True Me.TextBox7.Focus() Else Me.TextBox7.Enabled = False : Me.TextBox8.Enabled = False Me.TextBox7.Text = String.Empty : Me.TextBox8.Text = String.Empty : Me.Label12.Text = "00000" End If End If End If
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5