dding a Class to a curretly open project in vb6 through VB
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.
Re: dding a Class to a curretly open project in vb6 through VB
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.