MessageBox (user32)
Last changed: -217.8.51.156

.

You dummy, don't mess this up -- I'm using it to demo csome code.

    [DllImport("user32.dll")]
    extern static int MessageBox(int hwnd, string text, string caption, int flags);

Documentation
[MessageBox] on MSDN