Advertisement
2_2002-2004 String Manipulation #118636

Create a text box that ONLY excepts numbers!

Create a text box that only allows Numbers in it, no letters great for Numeric Applications!

AI

KI-Zusammenfassung: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Quellcode
original-source
Private Sub Text1_KeyPress(KeyAscii As Integer)
Select Case KeyAscii
 Case 48 To 57
 Case 8
 Case Else
 Beep
 MsgBox "Visit:http://members.xoom.com/RYANMP5/ for more code!"
 KeyAscii = 0
 End Select
Originalkommentare (3)
Wiederhergestellt von der Wayback Machine