Board Gaming

Games we own. These are all available for game night with the North Tahoe Tabletop Board Game Meetup group....

Art Projects

I have worked on various art projects over the years. This is a collection of some of those projects....

Programming Projects

I have worked on various personal and professional computer programming projects over the years. This is a collection of...
Computers & Programming

Saving a Bitmap File

I added code to save my crossword puzzle and solution to two bitmap files. It is interesting how many people write code to do things of this sort that don’t write it correctly. Puzzle Bitmap void CChildView::SaveImageToFile( const char *pFilename, bool bSolution ) { CSize GridSize = GetGridCellSize();…

Continue reading
Computers & Programming

Crossword Generator

Crossword puzzles are supposed to be designed with a lot of white squares in clumps and with some sort of symmetry. There are different style traditions in the U.S., the U.K, and Japan. Sweden has a very strange looking puzzle style that is a bit different but having…

Continue reading
Linkage Program

Menus With Icons in CMfcRibbonBar

I searched high and low for information about icons in menus. The only thing I found was a lot of people discussing how to use SetMenuItemBitmaps(). Unfortunately, SetMenuItemBitmaps() is for setting the check mark bitmaps, the checked and unchecked image, of the menu item. I tried this in…

Continue reading
Uncategorized

Animal Parade

I am working again on the puzzle race. I got distracted six or eight months ago with a paying programming gig but I’m free now and I want to have the puzzle race next Spring. In case no one reading this knows anything about a puzzle race or…

Continue reading
Uncategorized

Which Social Media Location Do I Use?

I have a Facebook account, a Linkedin account, a blog, a personal website, and a Twitter account. I mostly use the blog for any type of information that I want to share but the blog has its shortcomings. For one thing, no one reads it. I use the…

Continue reading
Sculpture and Art

New RBS Finished

I have finished another RBS (Rolling Ball Sculpture). The wife and kid picked out the colors. RBS Still Image RBS Video This is about 12 inches tall. It has one reversing section and a cool looking finale. The ball track is 3/32″ steel welding rod brazed at all…

Continue reading
Linkage Program

To Blog or Not To Blog

… or How I added something rather unimportant to the Linkage program but had to blog about it just to make a blog entry today. The Microsoft Ribbon Bar, which is just a toolbar designed to completely replace the program menu and toolbars, has an interesting feature that…

Continue reading
Linkage Program

Ribbon Changes and Positioning Feature

I went ahead and separated the View pane in the ribbon bar from the new Dimensions pane in the Linkage program. I am not sure how to label the “show dimensions” check box. Since it is in the Dimensions pane, I can’t really call it “dimensions.” What I…

Continue reading
Linkage Program

Solid Links

I threw in a quick little feature to make the display of solid links more interesting. Solid Links The links with three connectors are drawn a little larger than the two-connector links. It would have been cool if I could figure out how the links all connected and…

Continue reading
Linkage Program

Real World Units

Even though I could have used arbitrary units of measurement for displaying dimensions of parts, that would not have allowed the user the ability to switch units without then enlarging or shrinking their mechanism to get that change. For instance, the user makes something that is 10.000 units…

Continue reading