【原创】使窗口透明 SetWindowLong(hWnd,GWL_EXSTYLE,GetWindowLong(hWnd,GWL_EXSTYLE)|WS_EX_LAYERED); SetLayeredWindowAttributes(hWnd,#000000,25,LWA_ALPHA); 相关文章: 2021-12-05 2021-08-29 2022-12-23 2022-12-23 2022-12-23 2021-12-04 2021-12-27 2021-06-06