Application-specific configuration information has historically been stored in INI files, which are plain-text files that contain key/value data within sections. In Windows, the registry has replaced ...
OK here is the situation. I have a users database for this application we are using. within it each user has a unique ID for 2 different programs. The program that uses these ID's grabs those values ...
I'm writing an app where I'd like to have a .ini file in the same directory as the executable for the app to use. I'm trying to figure out how to (properly) do this inside the VS.NET IDE.<BR>If I add ...