SetLayeredWindowAttributes

from Study/API 2007/10/10 17:08 view 17413

1. 투명윈도우 구현을 위한 함수~

   SetWindowLong(hDest, GWL_EXSTYLE, GetWindowLong(hDest, GWL_EXSTYLE) | WS_EX_LAYERED);
   SetLayeredWindowAttributes( hDest, 0, 255 * 0.5, LWA_ALPHA);

Tag |

Trackback Address :: 이 글에는 트랙백을 보낼 수 없습니다