messagebox.monkey2 123 B

1234567891011
  1. Namespace test
  2. #Import "<win32>"
  3. Using win32..
  4. Function Main()
  5. MessageBoxW( Null,"Hello there!","Test!",MB_OK )
  6. End