Extended MessageBox .NET Library (Windows Forms)

Win32Fox

New member
Joined
May 12, 2010
Messages
1
Programming Experience
10+
This is an extension to MessageBox.Show (via CBT hook), not a replacement, not a user-defined dialog.

The library provides .NET applications with means of controlling a variety of MessageBox dialog settings:

- adjusting initial position and size of the dialog
- selecting message font and font color (the dialog resizes automatically)
- filling dialog background with solid colors and bitmap files
- modifying button captions & fonts, button tooltips, displaying up to 3 additional buttons
- loading dialog icons from external files (ICO, resource files, file types)
- accepting text input
- displaying checkbox control
- providing links to web pages
- dialog timeout

Once turned on and configured, extended features are persistent through application's session affecting every MessageBox.Show call.

Windows XP to Windows 7 supported.

Download fully-functional trial version:
http://www.news2news.com/vfp/downloads/xmsg_net_demo.zip

Web page containing detailed information about the project, help file, code samples:
Extended MessageBox library (assembly) for .NET - Visual FoxPro : Using Win32 (WinAPI) Functions

xmsg_net_001.png
 
Last edited:
Back
Top