When – and why – should you store data in the Windows Registry?
Originally (WIN3) configuration was stored in the WIN.INI file in the windows directory. Problem: WIN.INI grew too big. Solution (Win31): individual INI files in the same directory as the program. Problem: That program may be installed on a network and shared by many people. Solution(Win311): individual INI files in the user’s Window directory. Problem: Many … Read more