R
Roy Goldhammer
Hello there
I got an tlb file which created on c# based on xsd
How can I use it?
I got an tlb file which created on c# based on xsd
How can I use it?
I got an tlb file which created on c# based on xsd
How can I use it?
The problem is that on the cs which the tlb created from has public
functions from classes which i can't see on VBA or VB.
dim obj as tlbObject
SET obj = new tlbObject:
Runtime error 80072000: could not find the file specified.
what is this error?
What is Public Hooks?
The same problem occur even when I run the same code on vb6.
What can I do on vb6 that will allow me to use the public functions and
the tlb?
The same problem occur even when I run the same code on vb6.