关于自动向QQ登陆面板的密码框输入密码的问题 Post By:2014/5/27 0:42:00 [显示全部帖子]
Dim Proc As New Process Proc.File = "D:\Program Files\Tencent\QQ\QQProtect\Bin\QQProtect.exe" Proc.Start Proc.WaitForInputIdle() System.Threading.Thread.Sleep(5000) '等候5秒 Sendkeys.Sendwait("pprk1889") '向QQ登陆面板的密码框输入"pprk1889"(密码),却总是不对.这是为什么呢? System.Threading.Thread.Sleep(5000) '等候5秒 Sendkeys.Sendwait("{ENTER}")