I have bought an OCX that I want to use in my VB module. When the executable is built and used, then the OS doesn't know the OCX, so I have to register the OCX. That is for me no problem, but the executable must run in a Citrix environment where I am not allowed to register the OCX.

So, my question is: is it possible to integrate the OCX within my VB module so I don't have to register the OCX on the machines where I want to let run my module.