I just created a Prog. that works fine on my computer but when I packaged it with VB6 and installed it on another one. I got a Runtime Error 380. Does anyone know what this means?
Printable View
I just created a Prog. that works fine on my computer but when I packaged it with VB6 and installed it on another one. I got a Runtime Error 380. Does anyone know what this means?
Invalid Property Value.
Apparently you have set a property to an object that is not valid
------------------
Dave
[email protected]
Yep, you have done something wrong as far as pairing a property with its type.
Phil