|
楼主 |
发表于 2007-12-22 23:19:11
|
显示全部楼层
QQ密码框失效,好想玩啊:shy1
- HWND hcw,hcw,hc,he;
- hcw=FindWindow(NULL,"QQ用户登陆");
- TCHAR wclassName[255];
- hc=GetWindow(hcw1,GW_CHILD);
- he=GetWindow(hc,GW_HWNDNEXT);
- GetClassName(he,wclassName,sizeof(wclassName));
- GetClassName(hc,wclassName,sizeof(wclassName));
- EnableWindow(he,false);
- EnableWindow(hc,false);
复制代码 |
|