<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>InformationBox</title><link>http://www.codeplex.com/InfoBox/Project/ProjectRss.aspx</link><description>InformationBox is a flexible alternative to the default MessageBox included in the System.Windows.Forms namespace. It provides the same base functionality and is extended with, for example, custom ...</description><item><title>UPDATED RELEASE: 0.7.2.0 for .NET 2.0+</title><link>http://www.codeplex.com/InfoBox/Release/ProjectReleases.aspx?ReleaseId=15542</link><description>&lt;div&gt;
InformationBox is a replacement for the default MessageBox included in the System.Windows.Forms namespace.&lt;br&gt;&lt;h2&gt;
Changelog
&lt;/h2&gt;
&lt;/div&gt;</description><author></author><pubDate>Tue, 22 Jul 2008 13:54:43 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: 0.7.2.0 for .NET 2.0+ 20080722015443P</guid></item><item><title>Created Feature: VB.NET Code Generation</title><link>http://www.codeplex.com/InfoBox/WorkItem/View.aspx?WorkItemId=10720</link><description>Add the possibility to generate the code in VB.NET instead of C&amp;#35;.&lt;br /&gt;</description><author>JohannBlais</author><pubDate>Tue, 22 Jul 2008 13:48:55 GMT</pubDate><guid isPermaLink="false">Created Feature: VB.NET Code Generation 20080722014855P</guid></item><item><title>Source code checked in, #18659</title><link>http://www.codeplex.com/InfoBox/SourceControl/ListDownloadableCommits.aspx</link><description>Added publish informations</description><author>JohannBlais</author><pubDate>Sat, 14 Jun 2008 15:34:09 GMT</pubDate><guid isPermaLink="false">Source code checked in, #18659 20080614033409P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=Home&amp;version=49</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;InformationBox is a flexible alternative to the default MessageBox included in the System.Windows.Forms namespace. It provides the same base functionality and is extended with, for example, custom buttons, or personnalized icons. You can customize your InformationBoxes with custom screen position, or custom button placement. And there are many more features &amp;#33;&lt;br /&gt;&lt;br /&gt;InformationBox is the simplest and easiest way to create personalized MessageBox.&lt;br /&gt;&lt;br /&gt;Stop wasting time developing your own custom MessageBox, everything you need is already available. Just customize your MessageBox using the visual designer and the code is automatically generated &amp;#33;
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Highlights&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The InformationBox initializes itself according the provided parameters. The constructor accepts an undefined number of parameters, in an undefined order. Unlike the default MessageBox, if you only need to specify the default button, you do not have to provide any other parameter. Provide what you need, and let the default values do their jobs.&lt;br /&gt;A version exists for both the framework 1.1 and 2.0+.&lt;br /&gt; &lt;br /&gt;Starting with release 0.6.0.0, a new visual style is available. It is only for the .NET 2.0+ version. As a result, the latest .NET 1.1 version is 0.5.1.0.&lt;br /&gt;It is not planned to implement the new visual style in the .NET 1.1 branch, and as soon as this branch is stable, it will be discontinued, allowing faster development of the .NET 2.0+ branch.&lt;br /&gt; &lt;br /&gt;Starting with release 0.6.5.2, the source, binary and help files are packaged using NSIS.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Availability&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The project is published &lt;a href="http://johannblais.developpez.com/publish/infobox/" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; as a &lt;b&gt;ClickOnce application&lt;/b&gt;.&lt;br /&gt;You can also grab the installer in the latest release.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Features&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Multilanguage support (contributors needed). &lt;a href="http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=Supported%20Languages&amp;amp;referringTitle=Home"&gt;Here&lt;/a&gt; is a list of supported languages.&lt;/li&gt;&lt;li&gt;New visual style using glass components (.NET 2.0+ only).&lt;/li&gt;&lt;li&gt;Scrollable when the text is too large.&lt;/li&gt;&lt;li&gt;Message is selectable for easy copy (Ctrl-C).&lt;/li&gt;&lt;li&gt;Possibility to modify the colors (back colors).&lt;/li&gt;&lt;li&gt;Auto closing after &lt;i&gt;n&lt;/i&gt; seconds.&lt;/li&gt;&lt;li&gt;Pretty icons included as replacements for the old MessageBox icons.&lt;/li&gt;&lt;li&gt;Many new icons added to the default ones.&lt;/li&gt;&lt;li&gt;External icons support, and automatic selection of the corresponding icon size.&lt;/li&gt;&lt;li&gt;Possibility to add an icon in the title bar (it may be different from the main one in the box).&lt;/li&gt;&lt;li&gt;Built-in support for &amp;quot;do not show again&amp;quot; checkbox.&lt;/li&gt;&lt;li&gt;Custom buttons text.&lt;/li&gt;&lt;li&gt;Custom buttons placement (right/left aligned, centered, etc).&lt;/li&gt;&lt;li&gt;Custom placement (center on parent/screen).&lt;/li&gt;&lt;li&gt;Possibility to reformat text to minimize width or height of the InformationBox.&lt;/li&gt;&lt;li&gt;Support for MessageBox enums.&lt;/li&gt;&lt;li&gt;.NET 1.1/2.0+ versions.&lt;/li&gt;&lt;li&gt;Help file support.&lt;/li&gt;&lt;li&gt;Possibility to show modeless boxes, details &lt;a href="http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=Modeless%20boxes&amp;amp;referringTitle=Home"&gt;here&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Possibility to define &lt;a href="http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=InformationBox%20scopes&amp;amp;referringTitle=Home"&gt;scopes&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Opacity (10 to 100%)&lt;/li&gt;&lt;li&gt;Developer friendly (provide-only-what-you-want-to-customize constructor).&lt;/li&gt;&lt;li&gt;Visual Designer. Customize your InformationBox and the designer generates the code !&lt;/li&gt;&lt;li&gt;Available for FREE even for commercial use. &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=Screenshots&amp;amp;referringTitle=Home"&gt;Screenshots&lt;/a&gt; | &lt;a href="http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=Samples&amp;amp;referringTitle=Home"&gt;Samples&lt;/a&gt; | &lt;a href="http://www.codeplex.com/InfoBox/Release/ProjectReleases.aspx?ReleaseId=14388"&gt;Download&lt;/a&gt; | &lt;a href="http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=Contributors&amp;amp;referringTitle=Home"&gt;Contributors&lt;/a&gt; | &lt;a href="http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=Contribute&amp;amp;referringTitle=Home"&gt;Contribute&lt;/a&gt; | &lt;a href="http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=InformationBox%20in%20action&amp;amp;referringTitle=Home"&gt;InformationBox in action&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>JohannBlais</author><pubDate>Sat, 14 Jun 2008 15:26:48 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080614032648P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=Home&amp;version=48</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;InformationBox is a flexible alternative to the default MessageBox included in the System.Windows.Forms namespace. It provides the same base functionality and is extended with, for example, custom buttons, or personnalized icons. You can customize your InformationBoxes with custom screen position, or custom button placement. And there are many more features &amp;#33;&lt;br /&gt;&lt;br /&gt;InformationBox is the simplest and easiest way to create personalized MessageBox.&lt;br /&gt;&lt;br /&gt;Stop wasting time developing your own custom MessageBox, everything you need is already available. Just customize your MessageBox using the visual designer and the code is automatically generated &amp;#33;
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Highlights&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The InformationBox initializes itself according the provided parameters. The constructor accepts an undefined number of parameters, in an undefined order. Unlike the default MessageBox, if you only need to specify the default button, you do not have to provide any other parameter. Provide what you need, and let the default values do their jobs.&lt;br /&gt;A version exists for both the framework 1.1 and 2.0+.&lt;br /&gt; &lt;br /&gt;Starting with release 0.6.0.0, a new visual style is available. It is only for the .NET 2.0+ version. As a result, the latest .NET 1.1 version is 0.5.1.0.&lt;br /&gt;It is not planned to implement the new visual style in the .NET 1.1 branch, and as soon as this branch is stable, it will be discontinued, allowing faster development of the .NET 2.0+ branch.&lt;br /&gt; &lt;br /&gt;Starting with release 0.6.5.2, the source, binary and help files are packaged using NSIS.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Availability&lt;/b&gt;&lt;br /&gt;The project is published &lt;a href="http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=http%3a%2f%2fjohannblais.developpez.com%2fpublish%2finfobox%2f&amp;amp;referringTitle=Home"&gt;here&lt;/a&gt; as a &lt;b&gt;ClickOnce application&lt;/b&gt;.&lt;br /&gt;You can also grab the installer in the latest release.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Features&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Multilanguage support (contributors needed). &lt;a href="http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=Supported%20Languages&amp;amp;referringTitle=Home"&gt;Here&lt;/a&gt; is a list of supported languages.&lt;/li&gt;&lt;li&gt;New visual style using glass components (.NET 2.0+ only).&lt;/li&gt;&lt;li&gt;Scrollable when the text is too large.&lt;/li&gt;&lt;li&gt;Message is selectable for easy copy (Ctrl-C).&lt;/li&gt;&lt;li&gt;Possibility to modify the colors (back colors).&lt;/li&gt;&lt;li&gt;Auto closing after &lt;i&gt;n&lt;/i&gt; seconds.&lt;/li&gt;&lt;li&gt;Pretty icons included as replacements for the old MessageBox icons.&lt;/li&gt;&lt;li&gt;Many new icons added to the default ones.&lt;/li&gt;&lt;li&gt;External icons support, and automatic selection of the corresponding icon size.&lt;/li&gt;&lt;li&gt;Possibility to add an icon in the title bar (it may be different from the main one in the box).&lt;/li&gt;&lt;li&gt;Built-in support for &amp;quot;do not show again&amp;quot; checkbox.&lt;/li&gt;&lt;li&gt;Custom buttons text.&lt;/li&gt;&lt;li&gt;Custom buttons placement (right/left aligned, centered, etc).&lt;/li&gt;&lt;li&gt;Custom placement (center on parent/screen).&lt;/li&gt;&lt;li&gt;Possibility to reformat text to minimize width or height of the InformationBox.&lt;/li&gt;&lt;li&gt;Support for MessageBox enums.&lt;/li&gt;&lt;li&gt;.NET 1.1/2.0+ versions.&lt;/li&gt;&lt;li&gt;Help file support.&lt;/li&gt;&lt;li&gt;Possibility to show modeless boxes, details &lt;a href="http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=Modeless%20boxes&amp;amp;referringTitle=Home"&gt;here&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Possibility to define &lt;a href="http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=InformationBox%20scopes&amp;amp;referringTitle=Home"&gt;scopes&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Opacity (10 to 100%)&lt;/li&gt;&lt;li&gt;Developer friendly (provide-only-what-you-want-to-customize constructor).&lt;/li&gt;&lt;li&gt;Visual Designer. Customize your InformationBox and the designer generates the code !&lt;/li&gt;&lt;li&gt;Available for FREE even for commercial use. &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=Screenshots&amp;amp;referringTitle=Home"&gt;Screenshots&lt;/a&gt; | &lt;a href="http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=Samples&amp;amp;referringTitle=Home"&gt;Samples&lt;/a&gt; | &lt;a href="http://www.codeplex.com/InfoBox/Release/ProjectReleases.aspx?ReleaseId=14388"&gt;Download&lt;/a&gt; | &lt;a href="http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=Contributors&amp;amp;referringTitle=Home"&gt;Contributors&lt;/a&gt; | &lt;a href="http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=Contribute&amp;amp;referringTitle=Home"&gt;Contribute&lt;/a&gt; | &lt;a href="http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=InformationBox%20in%20action&amp;amp;referringTitle=Home"&gt;InformationBox in action&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>JohannBlais</author><pubDate>Sat, 14 Jun 2008 15:26:00 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080614032600P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=Home&amp;version=47</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;InformationBox is a flexible alternative to the default MessageBox included in the System.Windows.Forms namespace. It provides the same base functionality and is extended with, for example, custom buttons, or personnalized icons. You can customize your InformationBoxes with custom screen position, or custom button placement. And there are many more features &amp;#33;&lt;br /&gt;&lt;br /&gt;InformationBox is the simplest and easiest way to create personalized MessageBox.&lt;br /&gt;&lt;br /&gt;Stop wasting time developing your own custom MessageBox, everything you need is already available. Just customize your MessageBox using the visual designer and the code is automatically generated &amp;#33;
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Highlights&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The InformationBox initializes itself according the provided parameters. The constructor accepts an undefined number of parameters, in an undefined order. Unlike the default MessageBox, if you only need to specify the default button, you do not have to provide any other parameter. Provide what you need, and let the default values do their jobs.&lt;br /&gt;A version exists for both the framework 1.1 and 2.0+.&lt;br /&gt; &lt;br /&gt;Starting with release 0.6.0.0, a new visual style is available. It is only for the .NET 2.0+ version. As a result, the latest .NET 1.1 version is 0.5.1.0.&lt;br /&gt;It is not planned to implement the new visual style in the .NET 1.1 branch, and as soon as this branch is stable, it will be discontinued, allowing faster development of the .NET 2.0+ branch.&lt;br /&gt; &lt;br /&gt;Starting with release 0.6.5.2, the source, binary and help files are packaged using NSIS.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Availability&lt;/b&gt;&lt;br /&gt;The project is published [here|url:http://johannblais.developpez.com/publish/infobox/] as a &lt;b&gt;ClickOnce application&lt;/b&gt;.&lt;br /&gt;You can also grab the installer in the latest release.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Features&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Multilanguage support (contributors needed). &lt;a href="http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=Supported%20Languages&amp;amp;referringTitle=Home"&gt;Here&lt;/a&gt; is a list of supported languages.&lt;/li&gt;&lt;li&gt;New visual style using glass components (.NET 2.0+ only).&lt;/li&gt;&lt;li&gt;Scrollable when the text is too large.&lt;/li&gt;&lt;li&gt;Message is selectable for easy copy (Ctrl-C).&lt;/li&gt;&lt;li&gt;Possibility to modify the colors (back colors).&lt;/li&gt;&lt;li&gt;Auto closing after &lt;i&gt;n&lt;/i&gt; seconds.&lt;/li&gt;&lt;li&gt;Pretty icons included as replacements for the old MessageBox icons.&lt;/li&gt;&lt;li&gt;Many new icons added to the default ones.&lt;/li&gt;&lt;li&gt;External icons support, and automatic selection of the corresponding icon size.&lt;/li&gt;&lt;li&gt;Possibility to add an icon in the title bar (it may be different from the main one in the box).&lt;/li&gt;&lt;li&gt;Built-in support for &amp;quot;do not show again&amp;quot; checkbox.&lt;/li&gt;&lt;li&gt;Custom buttons text.&lt;/li&gt;&lt;li&gt;Custom buttons placement (right/left aligned, centered, etc).&lt;/li&gt;&lt;li&gt;Custom placement (center on parent/screen).&lt;/li&gt;&lt;li&gt;Possibility to reformat text to minimize width or height of the InformationBox.&lt;/li&gt;&lt;li&gt;Support for MessageBox enums.&lt;/li&gt;&lt;li&gt;.NET 1.1/2.0+ versions.&lt;/li&gt;&lt;li&gt;Help file support.&lt;/li&gt;&lt;li&gt;Possibility to show modeless boxes, details &lt;a href="http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=Modeless%20boxes&amp;amp;referringTitle=Home"&gt;here&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Possibility to define &lt;a href="http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=InformationBox%20scopes&amp;amp;referringTitle=Home"&gt;scopes&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Opacity (10 to 100%)&lt;/li&gt;&lt;li&gt;Developer friendly (provide-only-what-you-want-to-customize constructor).&lt;/li&gt;&lt;li&gt;Visual Designer. Customize your InformationBox and the designer generates the code !&lt;/li&gt;&lt;li&gt;Available for FREE even for commercial use. &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=Screenshots&amp;amp;referringTitle=Home"&gt;Screenshots&lt;/a&gt; | &lt;a href="http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=Samples&amp;amp;referringTitle=Home"&gt;Samples&lt;/a&gt; | &lt;a href="http://www.codeplex.com/InfoBox/Release/ProjectReleases.aspx?ReleaseId=14388"&gt;Download&lt;/a&gt; | &lt;a href="http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=Contributors&amp;amp;referringTitle=Home"&gt;Contributors&lt;/a&gt; | &lt;a href="http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=Contribute&amp;amp;referringTitle=Home"&gt;Contribute&lt;/a&gt; | &lt;a href="http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=InformationBox%20in%20action&amp;amp;referringTitle=Home"&gt;InformationBox in action&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>JohannBlais</author><pubDate>Sat, 14 Jun 2008 15:25:42 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080614032542P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=Home&amp;version=46</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;InformationBox is a flexible alternative to the default MessageBox included in the System.Windows.Forms namespace. It provides the same base functionality and is extended with, for example, custom buttons, or personnalized icons. You can customize your InformationBoxes with custom screen position, or custom button placement. And there are many more features &amp;#33;&lt;br /&gt;&lt;br /&gt;InformationBox is the simplest and easiest way to create personalized MessageBox.&lt;br /&gt;&lt;br /&gt;Stop wasting time developing your own custom MessageBox, everything you need is already available. Just customize your MessageBox using the visual designer and the code is automatically generated &amp;#33;
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Highlights&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The InformationBox initializes itself according the provided parameters. The constructor accepts an undefined number of parameters, in an undefined order. Unlike the default MessageBox, if you only need to specify the default button, you do not have to provide any other parameter. Provide what you need, and let the default values do their jobs.&lt;br /&gt;A version exists for both the framework 1.1 and 2.0+.&lt;br /&gt; &lt;br /&gt;Starting with release 0.6.0.0, a new visual style is available. It is only for the .NET 2.0+ version. As a result, the latest .NET 1.1 version is 0.5.1.0.&lt;br /&gt;It is not planned to implement the new visual style in the .NET 1.1 branch, and as soon as this branch is stable, it will be discontinued, allowing faster development of the .NET 2.0+ branch.&lt;br /&gt; &lt;br /&gt;Starting with release 0.6.5.2, the source, binary and help files are packaged using NSIS.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Features&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Multilanguage support (contributors needed). &lt;a href="http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=Supported%20Languages&amp;amp;referringTitle=Home"&gt;Here&lt;/a&gt; is a list of supported languages.&lt;/li&gt;&lt;li&gt;New visual style using glass components (.NET 2.0+ only).&lt;/li&gt;&lt;li&gt;Scrollable when the text is too large.&lt;/li&gt;&lt;li&gt;Message is selectable for easy copy (Ctrl-C).&lt;/li&gt;&lt;li&gt;Possibility to modify the colors (back colors).&lt;/li&gt;&lt;li&gt;Auto closing after &lt;i&gt;n&lt;/i&gt; seconds.&lt;/li&gt;&lt;li&gt;Pretty icons included as replacements for the old MessageBox icons.&lt;/li&gt;&lt;li&gt;Many new icons added to the default ones.&lt;/li&gt;&lt;li&gt;External icons support, and automatic selection of the corresponding icon size.&lt;/li&gt;&lt;li&gt;Possibility to add an icon in the title bar (it may be different from the main one in the box).&lt;/li&gt;&lt;li&gt;Built-in support for &amp;quot;do not show again&amp;quot; checkbox.&lt;/li&gt;&lt;li&gt;Custom buttons text.&lt;/li&gt;&lt;li&gt;Custom buttons placement (right/left aligned, centered, etc).&lt;/li&gt;&lt;li&gt;Custom placement (center on parent/screen).&lt;/li&gt;&lt;li&gt;Possibility to reformat text to minimize width or height of the InformationBox.&lt;/li&gt;&lt;li&gt;Support for MessageBox enums.&lt;/li&gt;&lt;li&gt;.NET 1.1/2.0+ versions.&lt;/li&gt;&lt;li&gt;Help file support.&lt;/li&gt;&lt;li&gt;Possibility to show modeless boxes, details &lt;a href="http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=Modeless%20boxes&amp;amp;referringTitle=Home"&gt;here&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Possibility to define &lt;a href="http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=InformationBox%20scopes&amp;amp;referringTitle=Home"&gt;scopes&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Opacity (10 to 100%)&lt;/li&gt;&lt;li&gt;Developer friendly (provide-only-what-you-want-to-customize constructor).&lt;/li&gt;&lt;li&gt;Visual Designer. Customize your InformationBox and the designer generates the code !&lt;/li&gt;&lt;li&gt;Available for FREE even for commercial use. &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=Screenshots&amp;amp;referringTitle=Home"&gt;Screenshots&lt;/a&gt; | &lt;a href="http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=Samples&amp;amp;referringTitle=Home"&gt;Samples&lt;/a&gt; | &lt;a href="http://www.codeplex.com/InfoBox/Release/ProjectReleases.aspx?ReleaseId=14388"&gt;Download&lt;/a&gt; | &lt;a href="http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=Contributors&amp;amp;referringTitle=Home"&gt;Contributors&lt;/a&gt; | &lt;a href="http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=Contribute&amp;amp;referringTitle=Home"&gt;Contribute&lt;/a&gt; | &lt;a href="http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=InformationBox%20in%20action&amp;amp;referringTitle=Home"&gt;InformationBox in action&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>JohannBlais</author><pubDate>Sat, 14 Jun 2008 14:33:30 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080614023330P</guid></item><item><title>CREATED RELEASE: 0.7.1.0 for .NET 2.0+ (juin 14, 2008)</title><link>http://www.codeplex.com/InfoBox/Release/ProjectReleases.aspx?ReleaseId=14388</link><description>&lt;div&gt;
InformationBox is a replacement for the default MessageBox included in the System.Windows.Forms namespace.&lt;br&gt;&lt;h2&gt;
Changelog
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Latest bug fixes&lt;/li&gt;&lt;li&gt;New language translation&lt;/li&gt;&lt;li&gt;Improved scope feature&lt;/li&gt;&lt;li&gt;Lots (and lots) of cleanup.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author></author><pubDate>Sat, 14 Jun 2008 14:31:23 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: 0.7.1.0 for .NET 2.0+ (juin 14, 2008) 20080614023123P</guid></item><item><title>RELEASED: 0.7.1.0 for .NET 2.0+ (Jun 14, 2008)</title><link>http://www.codeplex.com/InfoBox/Release/ProjectReleases.aspx?ReleaseId=14388</link><description>&lt;div&gt;
InformationBox is a replacement for the default MessageBox included in the System.Windows.Forms namespace.&lt;br&gt;&lt;h2&gt;
Changelog
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Latest bug fixes&lt;/li&gt;&lt;li&gt;New language translation&lt;/li&gt;&lt;li&gt;Improved scope feature&lt;/li&gt;&lt;li&gt;Lots (and lots) of cleanup.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author></author><pubDate>Sat, 14 Jun 2008 14:31:23 GMT</pubDate><guid isPermaLink="false">RELEASED: 0.7.1.0 for .NET 2.0+ (Jun 14, 2008) 20080614023123P</guid></item><item><title>Source code checked in, #18658</title><link>http://www.codeplex.com/InfoBox/SourceControl/ListDownloadableCommits.aspx</link><description>Renamed the help file</description><author>JohannBlais</author><pubDate>Sat, 14 Jun 2008 14:27:41 GMT</pubDate><guid isPermaLink="false">Source code checked in, #18658 20080614022741P</guid></item><item><title>Source code checked in, #18657</title><link>http://www.codeplex.com/InfoBox/SourceControl/ListDownloadableCommits.aspx</link><description>Replaced the old help file project with the sandcastle project file.</description><author>JohannBlais</author><pubDate>Sat, 14 Jun 2008 13:52:40 GMT</pubDate><guid isPermaLink="false">Source code checked in, #18657 20080614015240P</guid></item><item><title>Source code checked in, #18656</title><link>http://www.codeplex.com/InfoBox/SourceControl/ListDownloadableCommits.aspx</link><description>Added the help file builder and modified the version number</description><author>JohannBlais</author><pubDate>Sat, 14 Jun 2008 13:47:38 GMT</pubDate><guid isPermaLink="false">Source code checked in, #18656 20080614014738P</guid></item><item><title>Source code checked in, #18655</title><link>http://www.codeplex.com/InfoBox/SourceControl/ListDownloadableCommits.aspx</link><description>Added installer files</description><author>JohannBlais</author><pubDate>Sat, 14 Jun 2008 13:28:40 GMT</pubDate><guid isPermaLink="false">Source code checked in, #18655 20080614012840P</guid></item><item><title>Source code checked in, #18654</title><link>http://www.codeplex.com/InfoBox/SourceControl/ListDownloadableCommits.aspx</link><description>Code cleanup and fxcop related changes.</description><author>JohannBlais</author><pubDate>Sat, 14 Jun 2008 13:25:02 GMT</pubDate><guid isPermaLink="false">Source code checked in, #18654 20080614012502P</guid></item><item><title>Source code checked in, #18646</title><link>http://www.codeplex.com/InfoBox/SourceControl/ListDownloadableCommits.aspx</link><description>Corrected two syntax errors</description><author>JohannBlais</author><pubDate>Sat, 14 Jun 2008 00:46:23 GMT</pubDate><guid isPermaLink="false">Source code checked in, #18646 20080614124623A</guid></item><item><title>Source code checked in, #18645</title><link>http://www.codeplex.com/InfoBox/SourceControl/ListDownloadableCommits.aspx</link><description>Microsoft Source Analysis related modifications.</description><author>JohannBlais</author><pubDate>Sat, 14 Jun 2008 00:45:30 GMT</pubDate><guid isPermaLink="false">Source code checked in, #18645 20080614124530A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=Home&amp;version=45</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;InformationBox is a flexible alternative to the default MessageBox included in the System.Windows.Forms namespace. It provides the same base functionality and is extended with, for example, custom buttons, or personnalized icons. You can customize your InformationBoxes with custom screen position, or custom button placement. And there are many more features &amp;#33;&lt;br /&gt;&lt;br /&gt;InformationBox is the simplest and easiest way to create personalized MessageBox.&lt;br /&gt;&lt;br /&gt;Stop wasting time developing your own custom MessageBox, everything you need is already available. Just customize your MessageBox using the visual designer and the code is automatically generated &amp;#33;
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Highlights&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The InformationBox initializes itself according the provided parameters. The constructor accepts an undefined number of parameters, in an undefined order. Unlike the default MessageBox, if you only need to specify the default button, you do not have to provide any other parameter. Provide what you need, and let the default values do their jobs.&lt;br /&gt;A version exists for both the framework 1.1 and 2.0+.&lt;br /&gt; &lt;br /&gt;Starting with release 0.6.0.0, a new visual style is available. It is only for the .NET 2.0+ version. As a result, the latest .NET 1.1 version is 0.5.1.0.&lt;br /&gt;It is not planned to implement the new visual style in the .NET 1.1 branch, and as soon as this branch is stable, it will be discontinued, allowing faster development of the .NET 2.0+ branch.&lt;br /&gt; &lt;br /&gt;Starting with release 0.6.5.2, the source, binary and help files are packaged using NSIS.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Features&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Multilanguage support (contributors needed). &lt;a href="http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=Supported%20Languages&amp;amp;referringTitle=Home"&gt;Here&lt;/a&gt; is a list of supported languages.&lt;/li&gt;&lt;li&gt;New visual style using glass components (.NET 2.0+ only).&lt;/li&gt;&lt;li&gt;Scrollable when the text is too large.&lt;/li&gt;&lt;li&gt;Message is selectable for easy copy (Ctrl-C).&lt;/li&gt;&lt;li&gt;Possibility to modify the colors (back colors).&lt;/li&gt;&lt;li&gt;Auto closing after &lt;i&gt;n&lt;/i&gt; seconds.&lt;/li&gt;&lt;li&gt;Pretty icons included as replacements for the old MessageBox icons.&lt;/li&gt;&lt;li&gt;Many new icons added to the default ones.&lt;/li&gt;&lt;li&gt;External icons support, and automatic selection of the corresponding icon size.&lt;/li&gt;&lt;li&gt;Possibility to add an icon in the title bar (it may be different from the main one in the box).&lt;/li&gt;&lt;li&gt;Built-in support for &amp;quot;do not show again&amp;quot; checkbox.&lt;/li&gt;&lt;li&gt;Custom buttons text.&lt;/li&gt;&lt;li&gt;Custom buttons placement (right/left aligned, centered, etc).&lt;/li&gt;&lt;li&gt;Custom placement (center on parent/screen).&lt;/li&gt;&lt;li&gt;Possibility to reformat text to minimize width or height of the InformationBox.&lt;/li&gt;&lt;li&gt;Support for MessageBox enums.&lt;/li&gt;&lt;li&gt;.NET 1.1/2.0+ versions.&lt;/li&gt;&lt;li&gt;Help file support.&lt;/li&gt;&lt;li&gt;Possibility to show modeless boxes, details &lt;a href="http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=Modeless%20boxes&amp;amp;referringTitle=Home"&gt;here&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Possibility to define &lt;a href="http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=InformationBox%20scopes&amp;amp;referringTitle=Home"&gt;scopes&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Opacity (10 to 100%)&lt;/li&gt;&lt;li&gt;Developer friendly (provide-only-what-you-want-to-customize constructor).&lt;/li&gt;&lt;li&gt;Visual Designer. Customize your InformationBox and the designer generates the code !&lt;/li&gt;&lt;li&gt;Available for FREE even for commercial use. &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=Screenshots&amp;amp;referringTitle=Home"&gt;Screenshots&lt;/a&gt; | &lt;a href="http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=Samples&amp;amp;referringTitle=Home"&gt;Samples&lt;/a&gt; | &lt;a href="http://www.codeplex.com/InfoBox/Release/ProjectReleases.aspx?ReleaseId=10167"&gt;Download&lt;/a&gt; | &lt;a href="http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=Contributors&amp;amp;referringTitle=Home"&gt;Contributors&lt;/a&gt; | &lt;a href="http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=Contribute&amp;amp;referringTitle=Home"&gt;Contribute&lt;/a&gt; | &lt;a href="http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=InformationBox%20in%20action&amp;amp;referringTitle=Home"&gt;InformationBox in action&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>JohannBlais</author><pubDate>Wed, 23 Apr 2008 08:04:22 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080423080422A</guid></item><item><title>UPDATED WIKI: Contributors</title><link>http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=Contributors&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;This page lists all those who have donated some of their time to help this project.&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;jimgibbs&lt;/b&gt; Opacity&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Translators
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Eduardo Quintana&lt;/b&gt; (Brazilian Portuguese)&lt;/li&gt;&lt;li&gt;&lt;b&gt;Tim Musschoot&lt;/b&gt; (Dutch)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>JohannBlais</author><pubDate>Fri, 18 Apr 2008 21:07:05 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Contributors 20080418090705P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=Home&amp;version=44</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;InformationBox is a flexible alternative to the default MessageBox included in the System.Windows.Forms namespace. It provides the same base functionality and is extended with, for example, custom buttons, or personnalized icons. You can customize your InformationBoxes with custom screen position, or custom button placement. And there are many more features &amp;#33;&lt;br /&gt;&lt;br /&gt;InformationBox is the simplest and easiest way to create personalized MessageBox.&lt;br /&gt;&lt;br /&gt;Stop wasting time developing your own custom MessageBox, everything you need is already available. Just customize your MessageBox using the visual designer and the code is automatically generated &amp;#33;
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Highlights&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The InformationBox initializes itself according the provided parameters. The constructor accepts an undefined number of parameters, in an undefined order. Unlike the default MessageBox, if you only need to specify the default button, you do not have to provide any other parameter. Provide what you need, and let the default values do their jobs.&lt;br /&gt;A version exists for both the framework 1.1 and 2.0.&lt;br /&gt; &lt;br /&gt;Starting with release 0.6.0.0, a new visual style is available. It is only for the .NET 2.0 version. As a result, the latest .NET 1.1 version is 0.5.1.0.&lt;br /&gt;It is not planned to implement the new visual style in the .NET 1.1 branch, and as soon as this branch is stable, it will be discontinued, allowing faster development of the .NET 2.0 branch.&lt;br /&gt; &lt;br /&gt;Starting with release 0.6.5.2, the source, binary and help files are packaged using NSIS.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Features&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Multilanguage support (contributors needed). &lt;a href="http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=Supported%20Languages&amp;amp;referringTitle=Home"&gt;Here&lt;/a&gt; is a list of supported languages.&lt;/li&gt;&lt;li&gt;New visual style using glass components (.NET 2.0 only).&lt;/li&gt;&lt;li&gt;Scrollable when the text is too large.&lt;/li&gt;&lt;li&gt;Message is selectable for easy copy (Ctrl-C).&lt;/li&gt;&lt;li&gt;Possibility to modify the colors (back colors).&lt;/li&gt;&lt;li&gt;Auto closing after &lt;i&gt;n&lt;/i&gt; seconds.&lt;/li&gt;&lt;li&gt;Pretty icons included as replacements for the old MessageBox icons.&lt;/li&gt;&lt;li&gt;Many new icons added to the default ones.&lt;/li&gt;&lt;li&gt;External icons support, and automatic selection of the corresponding icon size.&lt;/li&gt;&lt;li&gt;Possibility to add an icon in the title bar (it may be different from the main one in the box).&lt;/li&gt;&lt;li&gt;Built-in support for &amp;quot;do not show again&amp;quot; checkbox.&lt;/li&gt;&lt;li&gt;Custom buttons text.&lt;/li&gt;&lt;li&gt;Custom buttons placement (right/left aligned, centered, etc).&lt;/li&gt;&lt;li&gt;Custom placement (center on parent/screen).&lt;/li&gt;&lt;li&gt;Possibility to reformat text to minimize width or height of the InformationBox.&lt;/li&gt;&lt;li&gt;Support for MessageBox enums.&lt;/li&gt;&lt;li&gt;.NET 1.1/2.0 versions.&lt;/li&gt;&lt;li&gt;Help file support.&lt;/li&gt;&lt;li&gt;Possibility to show modeless boxes, details &lt;a href="http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=Modeless%20boxes&amp;amp;referringTitle=Home"&gt;here&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Possibility to define &lt;a href="http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=InformationBox%20scopes&amp;amp;referringTitle=Home"&gt;scopes&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Opacity (10 to 100%)&lt;/li&gt;&lt;li&gt;Developer friendly (provide-only-what-you-want-to-customize constructor).&lt;/li&gt;&lt;li&gt;Visual Designer. Customize your InformationBox and the designer generates the code !&lt;/li&gt;&lt;li&gt;Available for FREE even for commercial use. &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=Screenshots&amp;amp;referringTitle=Home"&gt;Screenshots&lt;/a&gt; | &lt;a href="http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=Samples&amp;amp;referringTitle=Home"&gt;Samples&lt;/a&gt; | &lt;a href="http://www.codeplex.com/InfoBox/Release/ProjectReleases.aspx?ReleaseId=10167"&gt;Download&lt;/a&gt; | &lt;a href="http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=Contributors&amp;amp;referringTitle=Home"&gt;Contributors&lt;/a&gt; | &lt;a href="http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=Contribute&amp;amp;referringTitle=Home"&gt;Contribute&lt;/a&gt; | &lt;a href="http://www.codeplex.com/InfoBox/Wiki/View.aspx?title=InformationBox%20in%20action&amp;amp;referringTitle=Home"&gt;InformationBox in action&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>JohannBlais</author><pubDate>Fri, 18 Apr 2008 21:00:00 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080418090000P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/InfoBox/SourceControl/ListDownloadableCommits.aspx</link><description>Updated the designer with all available cultures.</description><author>SaumonAgile</author><pubDate>Sun, 06 Apr 2008 11:41:05 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080406114105A</guid></item></channel></rss>