Click to See Complete Forum and Search --> : dding a Class to a curretly open project in vb6 through VB


FireRider
September 18th, 1999, 01:19 PM
Hi!
i Made a really nice Class Builder utility that creates a Datasource class with all it's properties according to a user specified mdb table.
now all i need to do is to add the new "ClassData.cls" file into the current project that is open in vb6 throught the ClassBuilder.
Any ideas?


Life is like an analogy.

Lothar Haensler
September 19th, 1999, 02:50 AM
you could simulate the Project/Add File command by means of an Add-In.
VB 6 comes with an Add-In wizard that supports you in creating an Add-In.