MessageBox (user32)
Last changed: -106.166.110.35

.

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