Browse by Tags

All Tags » Games4 .NET » WinForms (RSS)

Feedback on a custom input control and the Rumors .NET feedback system.

I'm starting to get all excited now. Before I go too much into Rumors .NET, the idea isn't entirely mine. During one of my projects working at Microsoft I had some chats with an excellent engineer on the concepts of messaging and rumor systems within...
Posted by Justin Rogers | with no comments
Filed under: , ,

A quick view of the CardManager class playing Solitaire... and it still plays Poker as well ;-)

I hate dropping source code directly into a blog posting, but what the hell, it isn't very long at all. CardManager<StandardCard> cardMan = new CardManager<StandardCard>(); deck = cardMan.AddHand( "Deck", StandardCard.StandardDeck ); // Set...

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...

Visual C# Express 2005: Creating a Poker Application, 1PM (PDT) Thursday, That's Today!

If you want to show up here you go http://go.microsoft.com/fwlink/?LinkId=31156 . Now, to give a short disclaimer, I actually bought a head-set this time, so no more crook-necking the entire time. I'm also ten times more prepared for what is going to...

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