vb 强制让Textbox 按回车LostFocus的代码怎样写,谢谢了... 10
3个回答
展开全部
Private Sub TextBox1_KeyPress(KeyAscii As Integer)
If KeyAscii = 13 Then
Text1.Lostfocus
End If
End Sub
If KeyAscii = 13 Then
Text1.Lostfocus
End If
End Sub
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
Private Sub RichTextBox1_KeyPress(KeyAscii As Integer)
If RichTextBox1 = 13 Then
text1.lostfocus
End If
End Sub
If RichTextBox1 = 13 Then
text1.lostfocus
End If
End Sub
更多追问追答
追问
哥,你的RichTextBox1 是说的KeyAscii 吧...
就算是这样,但运行的时候会出错哦,会报未找到方法或数据成员.
追答
Private Sub TextBox1_KeyPress(KeyAscii As Integer)
If KeyAscii = 13 Then
text1.lostfocus
End If
End Sub
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
vb6?回车以后会怎么样?焦点到哪个控件?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询