I must be getting daft, but I can\'t seem to find how to read old-fashioned ini files with VB 6.0. All I can seem to find is about reading from and writing to the registry.
See the top answer on this thread. Nope, it's no different in VB! :-)
Use the GetPrivateProfile* functions. Some examples of how to do this with a Declare statement are here: