|
-
Jun 11th, 2002, 11:53 AM
#1
Thread Starter
New Member
Create objects at runtime - Object names from file
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!!!
-
Jun 11th, 2002, 11:56 AM
#2
You could late bind everything and use CreateObject to make the objects at runtime based on the config file, but programming for those objects without knowing want they are may be a bit troublesome.
-
Jun 11th, 2002, 05:24 PM
#3
PowerPoster
Check out the CallByName() function.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|