Browse by Tags

All Tags » Windows Forms   (RSS)
Excel I/O
As many of you know, I pledged to write a blog post on Excel import in the last blog post and then I seemed to have lost the code somewhere between WindowsApplication45 and WindowsApplication75. With a hectic travel schedule, some upcoming releases and Read More...
NetAdvantage 2007 Volume 2 Beta
The next release of NetAdvantage has quite the lineup of functionality and features for you to take advantage of. The goal of this release was to solve more business application development problems and in fact save you a lot of time. As for this release, Read More...
Conditional Formatting (aka ValueBasedAppearance)
If you've ever wanted to highlight cells based on some condition or compare columns and notify the user of their result. You're familiar with conditional formatting. Traditionally, you'd have to handle the InitializeRow event. Things are changing in 2007.1 Read More...
Getting the rounded Office 2007 Style form…
If you’ve ever wanted to get that cool rounded form style that you see displayed with our ribbon, but you don’t want to use the ribbon it’s really quite easy to achieve. (Actually, it’s just a simple property setting.) The code is as follows: ultraToolbarsManager1.FormDisplayStyle Read More...