MessageBoxEx
[DllImport("user32.dll", SetLastError = true)]
public static extern int MessageBoxEx(
IntPtr hWnd,
string lpText,
string lpCaption,
uint uType,
ushort wLanguageId
);
Microsoft documentation: Link
Last updated
[DllImport("user32.dll", SetLastError = true)]
public static extern int MessageBoxEx(
IntPtr hWnd,
string lpText,
string lpCaption,
uint uType,
ushort wLanguageId
);
Microsoft documentation: Link
Last updated