Read INI
Opens a INI-file and Get the value of ex: “Screensaver=” without using any system calls!!! Original Author: Dan Einarsson Inputs x = ReadINI(“screensaver”, “c:windowssystem.ini”)‘or what ever Returns the value of the keynamein this ex it would be perhaps: screensav.exe API Declarations NONE that is why i posted it!!! Code Function ReadINI(keyname As String, filename As String) As StringOpen filename… Read More »