3 lines
155 B
Text
3 lines
155 B
Text
Declare MessageBox Lib "user32.MessageBoxW" {long alfa, lptext$, lpcaption$, long type}
|
|
Print MessageBox(Hwnd, "HELLO THERE", "GEORGE", 2)
|
|
Remove "user32"
|