我如何向下箭头键?
答
' make sure you have this at the top:
Imports System.Windows.Forms.SendKeys
' and then you can use this:
SendKeys.Send("{DOWN}")
去这里的更多的例子和有关的SendKeys的详细信息在VB.Net中 http://msdn.microsoft.com/en-us/library/system.windows.forms.sendkeys(VS.71).aspx