@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm @pinvokeuser32=http://pinvoke.net/default.aspx/user32/$$$.htm Summary: The MessageBoxEx API !!!!C# Signature: [DllImport("user32.dll")] static extern int MessageBoxEx(IntPtr hWnd, string lpText, string lpCaption, uint uType, ushort wLanguageId); !!!!User-Defined Types: None. !!!!Notes: Currently works identically to the MessageBox@pinvokeuser32 API function. !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some! !!!!Alternative Managed API: System.Windows.Forms.MessageBox.Show@msdn Documentation: MessageBoxEx@msdn on MSDN
Edit user32.MessageBoxEx
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.