c++ 简单透明无边框窗体

#include <iostream> #include <graphics.h> using namespace std; int main() { initgraph(800, 600, 0); HWND hwnd = GetHWnd(); ::SetWindowLong(hwnd, GWL_STYLE, GetWindowLong(hwnd, GWL_STYLE) & (~(WS_
相关文章
相关标签/搜索