RT:本文仅供学习交流,勿做他用。例如有道词典左下方,有提示学习英语的广告。很简答。
#include <windows.h>
#include <iostream>
using namespace std;
int main(void)
{
HWND hParentWnd = FindWindow(L"YodaoMainWndClass", NULL);
HWND hChildWnd = FindWindowEx(hParentWnd, NULL, L"Afx:00400000:0", L"InfoBar");
ShowWindow(hChildWnd, SW_HIDE);
return 1;
}
这样有道的信息提示就没有了。。
其他的比如,迅雷啊,暴风影音啊,等等大家都可以尝试下。