Guest_imported
New member
- Jan 1, 1970
- 0
In a recent design effort I am tried embedding an ocx control into a Notes Form. Currently I have succeeded in embedding the control, which is the Microdoft dtpicker(Mscomct2.ocx),into the notes form. The problem was in the distribution to users machines. I have code that runs in the initializing of the form that copies the ocx file into the users C:/Windows/System. After the file has been copied I run the regsvr32.exe in the background. The regsvr32 returns a succesful message. Then I get a generic LSE error, which is a licensing issue. Heres my question. First is it legal to use the ocx in Lotus Notes, and if it is how do I copy the License from my machine to the users? Is there an easier way?