[DllImport("user32.dll", SetLastError=true)]
static extern int MessageBoxTimeout(IntPtr hwnd, String text, String title, uint type, Int16 wLanguageId, Int32 milliseconds);
Declare Function MessageBoxTimeout Lib "user32.dll" (TODO) As Integer
use MessageBoxButtons.* enumeration for type argument, cast as integer.
Do you know one? Please contribute it!
Returns 32000 if the messagebox timed out.
Please add some!
Please add some!