Advertisement
3_2004-2005 String Manipulation #137180

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

AI 요약: 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.

소스 코드
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
원본 댓글 (3)
Wayback Machine에서 복구됨