Skip to content

Instantly share code, notes, and snippets.

Created June 26, 2013 06:29
Show Gist options
  • Save anonymous/5865205 to your computer and use it in GitHub Desktop.
Save anonymous/5865205 to your computer and use it in GitHub Desktop.
hWnd = CreateWindowEx(WS_EX_LAYERED, szWindowClass, 0, 0,
CW_USEDEFAULT, 0, CW_USEDEFAULT, 0, NULL, NULL, hInstance, NULL);
SetLayeredWindowAttributes(hWnd,RGB(255,255,255), 0, LWA_COLORKEY);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment