My First WPF Application

Well, not really my first application, but the first that I'd show to the public. Its a simple die rolling program that can handle rolling multiple dice, multi-sided dice (meaning dice that don't have 6 sides, I know all dice are multi-sided), additive/subtractive dice rolls, and roll modifiers. I've not been able to test it on other machines, so if it doesn't work, let me know. It probably requires .NET 3.5 to be installed on your machine, but if your reading my blog, you probably have it already.

Dice Roller v4.15
Example .NET 3.5 WPF Application

If any of you are wondering, dice rolling apps are my staple "hello world" app when learning a language/framework. They don't talk to a database (or at least this one doesn't), but they do involve string parsing, handling of arrays, visual layout, styling concerns, and "persistence" of settings when available (add some die rolls, close the app and open it again).

 

Comments

Srinivas's Gravatar May i have the code sample for this? I'm looking for the same kind of application for an assignment.
Comments are not allowed for this entry.
Jon Hartmann, July 2011

I'm Jon Hartmann and I'm a Javascript fanatic, UX/UI evangelist and former ColdFusion master. I blog about mysterious error messages, user interface design questions, and all things baffling and irksome about programming for the web.

Learn more about me on LinkedIn.