---
title: Windows and Dialogs
order: 20000
seealso: []
---

# Windows and Dialogs


The Eremex Controls Library includes Window and MessageBox components that support Eremex paint themes. By using Eremex Controls along with Eremex Windows and Dialogs, you can achieve a consistent UI appearance.

## MxWindow

`MxWindow` is a window that uses the Eremex visual themes to paint the window's title bar and borders.

![mxwindow](/docs/images/mxwindow.png)

- `MxWindow` is a Window component descendant.
- Provides options to customize the visibility of the standard buttons in the title bar
- Provides options to specify custom glyphs for these buttons

[Learn more](mxwindow.md)

## MxMessageBox

`MxMessageBox` allows you to display a message box as a modal window.

![mxmessagebox](/docs/images/mxmessagebox.png)

- The dialog can display a text message, an icon, and a set of standard buttons.
- Full support for the Eremex visual themes.
- Simple and consistent API.

[Learn more](messagebox.md)