Browse by Tags

All Tags » WinForms » Software Design (RSS)

Custom event subscription methods can help remove redundant code.

When working with a data-layer and trying to retrieve some list or collection for consumption by a number of different UI elements you run into the situation of having lots of redundant code. As an example, a common approach might have to utilize the...

NumericUpDown in Windows Forms and a small acceleration hack...

Since I've been chatting about acceleration, I figured I'd point out how and where these types of methods could be used to make your life simpler and how sometimes a basic hack will do. The first exercise is going to be taking a NumericUpDown and setting...

Visual C# Express 2005: Creating a Poker Application, Source Download

Answering a couple of user questions for persistence: How do you test during the development of an application like Poker? Well, I'd say that the design and whiteboard sketches that I'm going to have in my book really help limit the amount of testing...

Inspired to write code I guess, pushing out wizard framework article 6 on the property meta-store.

Short but sweet article covering the esoterics of developing a meta-property and property change notification framework for inclusion into the wizard framework. This latest feature is generic enough to be used outside of the wizard framework and can probably...
Posted by Justin Rogers | with no comments

Added the remainder of the VB .NET ports and a JScript .NET port for the Wizard Framework

Well, I had a couple of extra hours while I was sitting around this evening and I used the time to finish porting the Wizard Framework over to VB .NET. Now all articles have a corresponding code-only article that you can look at. I also ported article...
Posted by Justin Rogers | with no comments

Winforms Wizard Series code-updates. Adding full source code drops for VB .NET

I'm not going to convert the articles over, since they aren't really dependent upon the code provided inline to be read. I will be hosting full source dumps in VB .NET for each of the articles though, so you can try this out in VB or take a look at that...

For those using the Wizard Framework, do you want a solid framework, or solid articles?

I've gotten to the point where the features I want and the readability of the articles are diverging. The new features I'm talking about are the meta-data storage (the ability to store global properties and information that all panels can access) as well...

WinForm Wizard Series Article 5: Designable Dialogs and a VS Project Sample

Adding a design time dialog and creating a VS project sample Abstract: Once I actually started using the designer to create my wizards I realized that a designable wizard dialog would be really useful. In fact, I was able to lay out two fairly decent...
Posted by Justin Rogers | with no comments

WinForm Wizard Series Article 4: Designer support for wizard panels, improved inheritance model, and refactoring the code only wizard panels.

Designer support is the only feature people have asked for in the wizard framework series. Since user's felt strongly enough to request that I add designer support, I figured it wouldn't be that difficult. This latest installment in the series talks about...
Posted by Justin Rogers | with no comments

Article 3 on WinForms Wizards - Named Navigation: When Duncan links your articles, you know its time to support them.

Well, I was going to wait a week or so before posting this jewel, but what the heck. I'm really excited about the game I have prepared to make use of the WizardController class, so the faster I get through all of the gritty details, the faster I can get...
More Posts