回复 10楼 yuma
谢谢啊,今天找人下载下,我看下,程序保存的有问题,和我保存时的状态不一样,难道是电脑系统版本不同所致?vb都是6.0的
2012-07-09 09:55
程序代码:Private Sub Text1_KeyPress(KeyAscii As Integer) If KeyAscii > 57 Or KeyAscii < 48 and KeyAscii<>8 Then KeyAscii = 0 End Sub Private Sub Text2_KeyPress(KeyAscii As Integer) If KeyAscii > 57 Or KeyAscii < 48 and KeyAscii<>8 Then KeyAscii = 0 End Sub …………

2012-07-13 16:52