简单打字练习VB代码

我要的是代码!... 我要的是代码! 展开
 我来答
login1986
2008-03-23 · TA获得超过101个赞
知道答主
回答量:30
采纳率:0%
帮助的人:0
展开全部
Dim i As Integer '
Dim zheng As Integer '保存输入正确的值
Dim err1 As Integer '保存输入错误的值
Dim timei As Integer

Private Sub Command1_Click()
Dim name As String
With CommonDialog1
.ShowOpen
name = .FileName
End With
RichTextBox1.LoadFile name
ccrpProgressBar1.Max = Len(RichTextBox1.Text)
End Sub

Private Sub Command2_Click()
End

End Sub

Private Sub Command3_Click()

End Sub

Private Sub Form_Load()
ccrpProgressBar1.Max = Len(RichTextBox1.Text)
i = 1
timei = 0
RichTextBox1.SelStart = 3

RichTextBox1.SelColor = vbRed

End Sub

Private Sub Text1_Change()
If Len(Text1.Text) <> 0 Then
If Mid(RichTextBox1.Text, Len(Text1.Text), 1) = Mid(Text1.Text, Len(Text1.Text), 1) Then
RichTextBox1.SelStart = i - 1
RichTextBox1.SelLength = 1
RichTextBox1.SelColor = vbBlue
zheng = zheng + 1
i = i + 1
Else
If i = -1 Then
i = 1
End If
RichTextBox1.SelStart = i - 1
RichTextBox1.SelLength = 1
RichTextBox1.SelColor = vbRed
i = i + 1

err1 = err1 + 1
End If
Else
i = i - 1
RichTextBox1.SelStart = 0
RichTextBox1.SelLength = 1
RichTextBox1.SelColor = &H80000012
End If

If ccrpProgressBar1.Value >= Len(Text1.Text) Then
MsgBox "ok"
Exit Sub
Else
ccrpProgressBar1.Value = Len(Text1.Text)
End If

End Sub

Private Sub Text1_KeyPress(KeyAscii As Integer)
Dim rlen As Integer '保存RText的值
Dim tlen As Integer '保存text1的值

If KeyAscii = 8 Then
rlen = Len(RichTextBox1.Text)
tlen = Len(Text1.Text)

If tlen > 1 Then
RichTextBox1.SelStart = tlen - 1
RichTextBox1.SelLength = rlen
RichTextBox1.SelColor = &H80000012
i = i - 2
End If
End If

If ccrpProgressBar1.Value <> 0 Then
ccrpProgressBar1.Value = ccrpProgressBar1.Value - 1
End If

End Sub

Private Sub Timer1_Timer()
timei = timei + 1
Label2.Caption = Int(((Len(Text1.Text)) / timei) * 60) & "/分"
End Sub
'by dz
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
小巫极乐
2008-03-22 · TA获得超过228个赞
知道答主
回答量:308
采纳率:0%
帮助的人:0
展开全部
建议用 明天打字员 这个比较好用。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
terry_1223
2008-03-22
知道答主
回答量:15
采纳率:0%
帮助的人:0
展开全部
VB代码是这么练习的么 `?
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式