IamEasy_Man

Filled With Confidence , And Never Say Give Up !

【原创】使窗口透明

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

 

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

posted on 2009-10-28 20:08  IamEasy_Man  阅读(197)  评论(0)    收藏  举报

导航