牵着老婆满街逛

严以律己,宽以待人. 三思而后行.
GMail/GTalk: yanglinbo#google.com;
MSN/Email: tx7do#yahoo.com.cn;
QQ: 3 0 3 3 9 6 9 2 0 .

MFC获取窗口可视状态的两种API方法

第一种方法:
::IsWindowVisible (hWnd);

第二种方法:
::GetWindowLong (hWnd, GWL_STYLE) & WS_VISIBLE;

posted on 2011-12-18 17:08 杨粼波 阅读(1904) 评论(0)  编辑 收藏 引用 所属分类: 学习笔记C++


只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   知识库   博问   管理