Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
295 B

  1. #include <windows.h>
  2. COOL DIALOG LOADONCALL MOVEABLE DISCARDABLE 45, 19, 100, 43
  3. STYLE WS_DLGFRAME | WS_POPUP
  4. BEGIN
  5. CONTROL "Cool Dialog Box!", 100, "static", SS_CENTER | WS_CHILD, 0, 5, 100, 8
  6. CONTROL "OK", 101, "button", BS_DEFPUSHBUTTON | WS_TABSTOP | WS_CHILD, 41, 20, 24, 14
  7. END