I am trying to compile two versions of an ActiveX control, one for run time only, which will be used with a front end program that I made, and a design time version that can be used in VB.
Any help would be appreciated.
Thanks
Printable View
I am trying to compile two versions of an ActiveX control, one for run time only, which will be used with a front end program that I made, and a design time version that can be used in VB.
Any help would be appreciated.
Thanks
You do not need to compile two components.
In Project --> Properties select Require Licence Key
If you compile the component a licence file is generated (.vbl). Deploy this file only to users who are allowed to use your component in the development environment. You can deploy this using the P&D wizard.