Today we released another great new version of DotNetBar for Windows Forms loaded with some very cool features. More than 30 of them… DotNetBar now has 39 controls for creating professional applications.
To start we added MaskedTextBoxAdv control, an advanced masked text box in Office 2007 style. It supports custom buttons, drop-downs, watermarking and focus highlighting. Here is small screenshot that shows this new control:
To ButtonX control we added new color scheme Blue Orb and ability to customize shape of the button. Built-in shapes include: Elliptical, Round Rectangle, and Square. You can write your own shapes easily as well. Here is the screenshot that shows new functionality in ButtonX:
We also improved Balloon control with the Office 2007 style. Now you can easily create great looking Office 2007 style alerts like one we show in Balloon sample:
Following feature has been brewing for quite some time and is finally ready for you to use. We have added the Commanding support to DotNetBar 7.2.
Commands allow you to separate the source of an action like click of a button, from the code that actually executes the action. With commands you basically decouple the UI from application logic. Commanding in DotNetBar handles communication both ways. From UI to the application logic and back from application logic to UI.
What that means is that through command you can not only execute the action that is invoked through the UI, but you can control the UI elements that use the command as well. For example you handle the Executed event on Command to execute an action that is triggered through UI and Command also has for example Enabled, and other properties, that you can use to disable all controls that use the command, change the Text or Checked state etc.
Commands are very versatile. For example, you can connect command to a LabelItem. Label is not an action element since it is purely informational so it will not cause the Executed event, but if you set the Text property on command that text will be displayed on label… So it is nice and easy way to communicate status as well.
All our items (based on BaseItem) and many controls now get new Command and CommandParameter properties.
For an in-depth overview of commanding please see this Knowledge Base Article. Also take a look at RibbonPad sample which has been updated to show Commanding in action.
There is much more good stuff in this release but this covers major items.
Fully function trial version is, as usual, available on DotNetBar for Windows Forms site.
We have some very nice additions coming in future, so stay tuned
[…] DotNetBar for Windows Forms 7.2 released – DevComponents release the latest version of their toolbar library with 39 toolbar controls, Free trial is available, and commercial licenses start at $214 […]
Hi Denis,
I downloaded v7.1 last week for evaluation. What is new with v7.2? Is this a major release with new features?
Also, it looks like 21 days will not be long enough for evaluation. Is there any chance we can get an eval version that does not expire, like DevExpress? It’s OK to display banners or warnings in eval versions, but I would prefer not to have to install eval on a different computer to get it to work while I’m preoparing something to show others at our company.
Thanks!
Denny
Denny, thank you for trying DotNetBar. Here are detailed Releases Notes
If you download the latest build 7.2.0.3 from our site you will get your trial period renewed and additional 21 days.