随笔分类 - Windows
摘要:只需要加上下面一句连接选项就可以了.
阅读全文
摘要:注意: 在调用SetLayeredWindowAttributes 之前,需要给窗口加上WS_EX_LAYERED属性,否则会无效
阅读全文
摘要:参考文章:http://blog.csdn.net/dazhong159/article/details/7909964
阅读全文
摘要:#include #include #include #include #include #include typedef struct EnumHWndsArg { std::vector *vecHWnds; DWORD dwProcessId; }EnumHWndsArg, *LPEnumHWndsArg; HANDLE GetProcessHandleBy...
阅读全文