CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2010
    Posts
    1

    Extended MessageBox .NET Library (Windows Forms)

    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.

    Fully-functional trial version:
    http://www.news2news.com/vfp/downloa...g_net_demo.zip

    Web page containing detailed information about the project, help file, code samples:
    http://www.news2news.com/vfp/?solution=5

  2. #2
    Join Date
    Jan 2011
    Posts
    1

    Question Re: Extended MessageBox .NET Library (Windows Forms)

    how can I adjust the size of the dialog? All what I found is to set the max. width and max height but I want to have an specific size.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured