hwnd = FindWindow(vbNullString, "Launcher.exe")
SendKeys "{enter}"
SendKeys "v "
SendKeys "{enter}"
这个进程获得标识符哪里错的,还有怎么获得上面那种标识符的,都是什么意思,。
hwnd = FindWindow(vbNullString, "Launcher.exe")
SendKeys "{enter}"
SendKeys "v "
SendKeys "{enter}"
这个进程获得标识符哪里错的,还有怎么获得上面那种标识符的,都是什么意思,。
hwnd = FindWindow(vbNullString, "Launcher.exe") 这句?
你没搞api来这句hwnd有啥用。
简单点的。
SendKeys text1.text 你要发的内容用text文本框
SendKeys "{enter}"