检测活动桌面是否激活
bool __fastcall TWallFrm::ActiveDesktop(void)
{
/*检测是否启动了Active Desktop
是则返回true,否则返回false*/
HWND hwnd;
hwnd=FindWindow("Progman",NULL);
hwnd= FindWindowEx(hwnd,NULL,"SHELLDLL_DefView",NULL);
hwnd=FindWindowEx(hwnd,NULL,"Internet Explorer_Server",NULL);
if (hwnd>0)
return true;
else
return false;
}/*以上代码在c++ Builder5/Win98 SE下编译通过*/
Tags:
作者:佚名评论内容只代表网友观点,与本站立场无关!
评论摘要(共 0 条,得分 0 分,平均 0 分)
查看完整评论