没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > managed-xmessagebox |
managed-xmessagebox
|
0 | 0 | 0 |
贡献者 | 讨论 | 代码提交 |
Translations NeededPlease read this : http://code.google.com/p/managed-xmessagebox/wiki/TranslationsNeeded
Managed XMessageBoxManaged XMessageBox is a .NET wrapper which is built on Hans Dietrich's XMessageBox open source code.
XMessageBox is a very customizable messagebox including many "button combinations", "background and text color", "don't ask me checkbox", "message window position" and more. The most important thing is XMessageBox does not divide message text lines without your permission unlike strange Windows Vista original messagebox. You can divide the text by adding a "\n" in need of a line break.
Warped XMessageBox version is 1.10, because it is the last free and open source version from Hans Dietrich.
Managed XMessageBox imports some functions from the XMessageBox.dll which was edited and compiled using his unmanaged C++ code. You can find his unmanaged C++ code from here : http://www.hdsoft.org/xmessagebox.html
You can open and edit Managed XMessageBox C# source code or you can simply add the .NET Assembly into your project to use it.