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: ,

5 Responses to “Plz Answer To My Question?”

  1. jacovkss says:

    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.

  2. Gopinath M says:

    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.

  3. Me says:

    Package your OCX control in a setup project, and let the setup handle the key issue.

  4. thor78 says:

    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.

Leave a Reply