My сode is in VB6. I am getting Compile error: 'User-defined type not defined'. My code is
Option Explicit
Implements ObjectXControl
Dim ctxObject As ObjectContext.
My сode is in VB6. I am getting Compile error: 'User-defined type not defined'. My code is
Option Explicit
Implements ObjectXControl
Dim ctxObject As ObjectContext.
You are probably missing a reference. Check in the VB6 IDE under Project-References
and also Project-Components
.
Project-References
or Project-Components
.