![]() |
#2
yuccn2012-12-09 09:47
|
我用了 SetWindowLong(
HWND hWnd, // handle to window 这里我用FindWindow配合SPY++找到了窗口句柄
int nIndex, // offset of value to set //GWL_WNDPROC
LONG dwNewLong )
我用了这个函数没用 ,只对 自己程序的 子窗口 控件 这些有用 。
如果我是想改变 其他程序的窗口过程怎么办呀?