Advertisement
Guest User

Untitled

a guest
Mar 28th, 2015
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. #pragma comment(linker,""/manifestdependency:type='win32'
  2. name='Microsoft.Windows.Common-Controls' version='6.0.0.0'
  3. processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'"")
  4.  
  5. CreateWindow(L"button", L"Quit",
  6. WS_VISIBLE | WS_CHILD,
  7. 120, 50, 80, 25,
  8. hWnd, NULL, hInst, NULL);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement