Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Block some character typing in textbox
Message
From
23/11/2002 08:52:49
 
 
To
22/11/2002 21:48:06
General information
Forum:
Visual Basic
Category:
Other
Miscellaneous
Thread ID:
00726103
Message ID:
00726134
Views:
11
This message has been marked as the solution to the initial question of the thread.
Check this:
Private Sub Text1_KeyPress(KeyAscii As Integer)

  If KeyAscii = 35 Then ' ASCII code of #
    KeyAscii = 0
  End If
End Sub

Plamen Ivanov
MCSD .NET Early Achiever and MCAD .NET Charter Member (VB .NET/SQL Server 2000)
MCSD (VB 6.0/SQL Server 2000)

VB (.NET) - what other language do you need in the whole Universe?...

Previous
Next
Reply
Map
View

Click here to load this message in the networking platform