mirror of https://github.com/tongzx/nt5src
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
10 lines
295 B
#include <windows.h>
|
|
|
|
COOL DIALOG LOADONCALL MOVEABLE DISCARDABLE 45, 19, 100, 43
|
|
STYLE WS_DLGFRAME | WS_POPUP
|
|
BEGIN
|
|
CONTROL "Cool Dialog Box!", 100, "static", SS_CENTER | WS_CHILD, 0, 5, 100, 8
|
|
CONTROL "OK", 101, "button", BS_DEFPUSHBUTTON | WS_TABSTOP | WS_CHILD, 41, 20, 24, 14
|
|
END
|
|
|
|
|