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_
相關文章
相關標籤/搜索