FindWindow
基本解释
- n.查找窗口
英汉例句
- Use "FindWindow()". according to window title, get window handle.
请问,怎么得到进程的主窗口句柄呢? - If the lpWindowName parameter is not NULL, FindWindow calls the GetWindowText function to retrieve the window name for comparison.
我的理解就是,各种控件也是窗口,如果其他控件上的文字有“我的电脑”,那么... - Although simple, but it also includes doing some of the most basic pieces of function, for instance FINDWINDOW etc., For more than a no.
虽然简单,但也包含了做外挂最基本的一些函数,比如说FINDWINDOW等等等等,就不多举例了。 - But inevitably encounter a number of process of the nested form, if you use the FindWindow API function or other to find window handle the success rate of only 50 of probability.
但是其中难免遇到多个进程中进行窗体的嵌套,如果使用findwindow或其他的API函数找窗口句柄成功率仅有50%25的几率。 - FindWindow + keybd_event?
怎么做的?