.
C# Signature:
[DllImport("user32.dll")]
static extern int MessageBoxIndirect([In] ref MSGBOXPARAMS lpMsgBoxParams);
User-Defined Types:
None.
Notes:
None.
Tips & Tricks:
Please add some!
Sample Code:
A complete C# wrapper class with sample code is available at http://www.codeproject.com/cs/miscctrl/MessageBoxIndirectCS.asp
Alternative Managed API:
Do you know one? Please contribute it!
The MessageBoxIndirect API, which permits placing a custom icon, a help button, and localized button text to a message box alert.
3/16/2007 8:28:38 AM - anonymous
