我想發送VB.NET 4.5(ALT + SCROLLOCK)的快捷方式。VB.NET 4.5發送快捷方式問題
Option Strict On
Imports System.Windows.Forms
Module Module1
Sub Main()
SendKeys.SendWait("%{SCROLLLOCK}")
End Sub
End Module
當我執行它時,沒有任何反應。 我讀了一些關於Windows的安全問題,但到目前爲止還沒有找到解決方案。
有沒有辦法做到這一點?我也可以使用類似AutoIT的東西。 我正在使用Windows 7 64位。
的解決方案是以下螺紋: [P /調用keybd_event()](http://stackoverflow.com/questions/11402643/sendkey-發送不工作) – flohdieter