My job requires that I put most of my current effort into Visual Basic right now. From my experience, I'd much rather be working with C/C++, but that will have to wait until March or April.

So far I'm setting up the functions to create leagues, teams and players. Here's a few screen shots of the early program:

First, here's a shot of the still-spartan startup screen:






And here's a shot of the form to create players:




The next function will toggle the enable and visible qualities for batter vs. pitcher attributes depending on which button is checked in the primary position field.

I plan to allow a player be both a position player and a pitcher, largely to enable use of oldtime baseball leagues. Wouldn't want to exclude Babe Ruth in his Red Sox days.

More to come.