Integrate OCX within VB module
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.
Re: Integrate OCX within VB module
...for this OCX you purchased... BY ANY CHANCE...did the source code come with it? :)
if it did, then you just have to place a copy of the source codes into the same folder as your project, and then in the VB IDE, add that project.. then it won't be difficult when you compile the vb project