Plz Answer To My Question?
I have created an .OCX control. (Active-X Control). But, while doing the registry, i want to put a license agreement. Just like typing a license key and then only they can use the control which is developed by me. How to do? Please answer…
Tags: Answer, Question
This entry was posted
on Sunday, October 18th, 2009 at 11:31 pm and is filed under ocx files.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
This is the silly type of answer that you get when you forget to mention in the title what your question is about: I don’t know.
create a text box to enter the license key.
they if it is correct , let the active x control proceed.
hope vb application will be much suitable.
Package your OCX control in a setup project, and let the setup handle the key issue.
dont know
What tool did you use to compile your .ocx? Maybe you can insert some code to prompt a user to input a license key before writing your registry keys.