Guest User

Untitled

a guest
Jul 16th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.23 KB | None | 0 0
  1.  
  2.     hWnd = CreateWindow(szAppName, szAppName,  
  3.                       WS_EX_LAYERED | WS_EX_TRANSPARENT |  
  4.                       WS_EX_TOOLWINDOW | WS_EX_TOPMOST |
  5.               WS_POPUP | WS_VISIBLE , 0, 0, 200, 200,
  6.               0, 0, 0, 0);
Add Comment
Please, Sign In to add comment