#SetLayeredWindowAttributes

VC++ SetLayeredWindowAttributes 部分窗口透明鼠标穿透

在初始化中使用下面两行代码ModifyStyleEx(0,WS_EX_LAYERED);::SetLayeredWindowAttributes(m_hWnd,RGB(1,255,0),100,LWA_COLORKEY);   //setcolortransparent,指定透明的颜色然后...