Displaying Localized Message Boxes with mmMessageBox
The mmMessageBox class allows you to display multi-lingual MessageBox style dialogs in WPF and Windows Forms applications. mmMessageBox has several overloads of the Show method that are similar to those found in the .NET Framework's MessageBox class. There is a different version of mmMessageBox for WPF and Windows Forms.
mmMessageBox takes the message text and caption string tokens you pass in as parameters and looks these values up in the Message table's MessageKey field for the current or specified language. If a match is not found, mmMessageBox simply displays the token text instead.
Windows Presentation Foundation and mmMessageBox
Windows Forms and mmMessageBox
© (c) 2026 Oak Leaf Enterprises, Inc., 1996-2026 • Updated: 04/27/09
Comment or report problem with topic
