IamEasy_Man

【原创】使窗口透明

    SetWindowLong(hWnd,GWL_EXSTYLE,GetWindowLong(hWnd,GWL_EXSTYLE)|WS_EX_LAYERED);

 

    SetLayeredWindowAttributes(hWnd,#000000,25,LWA_ALPHA);

分类:

技术点:

相关文章: