Guest User

Untitled

a guest
Jul 18th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. #include <windows.h>
  2. int WINAPI winmain(HINSTANCE hinstance,
  3. HINSTANCE hPrevInstance,
  4. LPSTR lpszargument,
  5. int nWindowStyle)
  6. {
  7. MessageBox(HWND DESKTOP,
  8. "Hello World",
  9. "This is a simple Windows Program",
  10. MB-OK);
  11. return 0;
  12. }
Add Comment
Please, Sign In to add comment