My second attempt this year in coding a "Paint" program. This one features a pop up taskbar menu, pop up drawing tool selection, a detail area editor, help screen, info screen, a pop up grid overlay and an "undo" feature (1 level).
As of now it supports 2 video modes, 800 x 640 and 640 x 480. Grid sizes are 8x8, 16x16 and 32x32 with any combination of those sizes possible. The app saves and loads image files that are created using a run-length encoding algorithm that I coded 30+ years ago.
The reason for the grid overlay is pretty lame, lol. When I was a kid I remember getting a magazine that gave you pictures with a grid overlay and a blank page with just the grid. The idea was to draw a copy of the picture on your own using the grid. Somehow I'm going to use this when doing my "art work", (which is terrible).
Right clicking with the mouse on the screen brings up the grid editor. I'm also going to set up more hot keys to bring up the load palette, load file dialog and save file options.
** edit **
I revised the look of the dialogs to lose that Windows 95 appearance. (I think, anyway, lol)
https://www.youtube.com/watch?v=ehxcqOVV7Cc