PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → ActiveX classes
ActiveX classes
Iniciado por guest, 24,mar. 2015 16:18 - No hay respuesta
Publicado el 24,marzo 2015 - 16:18
Hi everyone!
I use some ActiveX control that contains some classes. I need to create an object of similar classes. Is it possible in WinDev? I read the help and see something like this:

MyClassObject is dynamic Automation object "MyClass" = new MyClass()
But it does not working for me becasue "MyClass" is recognized as error befor compilation.