With the last update to windows 10, the graphic ascii chart I've used for years as a quick reference is all fuzzy. Rather than try to fix the problem, I just made a quickie out of an old program to show an ascii chart in a toolwindow. Released to the public domain for all uses public and private.
All menus are in the right-click context menu. Maybe you can get some use out of it, even if it's only a laugh at my coding style :)
Fixed terminal font problem. Other minor changes
2/8/19 Fixed bug when using thin-black border
5/25/19 Added ability show image. I have often needed a way to show a frameless, resizable, topmost image, so I finally got around to adding the capability to the Ascii chart program. This version now also contains the show code pages code.
p.s. ** I've found it convenient to have the program in the context menu for the desktop. Just click on the desktop and select the program. One way to do this is to add the appropriate entries to the registry. Create a file name something.reg, and add the following lines-
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\Ascii Chart]
[HKEY_CLASSES_ROOT\Directory\Background\shell\Ascii Chart\command]
@="F:\\Progs\\Ascii\\Ascii.exe" ( substitute in your path here!)
and run the file. Note you do this at your own risk, so don't screw it up!
5/26/19 added image types emf, wmf, and ico. fixed upper case problem with drag and drop. fixed help bug.
**Special note: This code requires uasm. Apologies.