'I let the user use Notepad to modify the INI file but may
'change that as I add to the demo.
Declare Function WritePrivateProfileString Lib "Kernel" (ByVal Appname As String, ByVal KeyName As String, ByVal NewString As String, ByVal FileName As String) As Integer
Declare Function GetPrivateProfilestring Lib "Kernel" (ByVal Appname As String, ByVal KeyName As String, ByVal default As String, ByVal ReturnedString As String, ByVal MAXSIZE As Integer, ByVal FileName As String) As Integer
Global IniName As String
'Function Name: ReadINIFile
'
'Returns a string from an INI file. To use, call the
'function and pass it the AppName, KeyName and INI