I am trying to create multiple user defined objects at runtime. I would like to use a configuration file to define the objects, thus allowing me to use the same application with different configuration files and have a different result for each. Can VB 6.0 create objects at runtime and use the text from a file as the object names?

Please help!!!