【原创】使窗口透明 SetWindowLong(hWnd,GWL_EXSTYLE,GetWindowLong(hWnd,GWL_EXSTYLE)|WS_EX_LAYERED); SetLayeredWindowAttributes(hWnd,#000000,25,LWA_ALPHA); 相关文章: