@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: TODO - a short description !!!!C# Signature: [DllImport("user32.dll", SetLastError=true)] static extern int MessageBoxTimeout(IntPtr hwnd, String text, String title, uint type, Int16 wLanguageId, Int32 milliseconds); !!!!VB Signature: Declare Function MessageBoxTimeout Lib "user32.dll" (TODO) As Integer !!!!User-Defined Types: use MessageBoxButtons.* enumeration for type argument, cast as integer. !!!!Alternative Managed API: Do you know one? Please contribute it! !!!!Notes: Returns 32000 if the messagebox timed out. !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some! Documentation: MessageBoxTimeout@msdn on MSDN
Edit user32.MessageBox...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.