【发布时间】:2009-08-30 20:33:15
【问题描述】:
在 vb.net 中,我想为向下箭头做一个发送键。密码是什么?
【问题讨论】:
在 vb.net 中,我想为向下箭头做一个发送键。密码是什么?
【问题讨论】:
' make sure you have this at the top:
Imports System.Windows.Forms.SendKeys
' and then you can use this:
SendKeys.Send("{DOWN}")
点击此处获取有关 VB.Net 中 SendKeys 的更多示例和详细信息 http://msdn.microsoft.com/en-us/library/system.windows.forms.sendkeys(VS.71).aspx
【讨论】:
【讨论】: