
How to Restrict Multiple Instance of VBA?
At times we set/reset registry settings/environment variables as part of the program logic. If another instance of the application uses this concurrently it would become a mess. The best is… Read more »
At times we set/reset registry settings/environment variables as part of the program logic. If another instance of the application uses this concurrently it would become a mess. The best is… Read more »
Ini files were extensively used for storing configuration path. Of late this has been replaced with XML. Here is a small snippet for using Here is a sample INI File… Read more »