Results 1 to 4 of 4

Thread: How to create a license file for an ActiveX?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Oct 2000
    Posts
    1,463

    Question How to create a license file for an ActiveX?

    I have created an activex with VB 6.0 and would like to know how it creates a .LIC file after entering the serial information? I have searched for this and came up empty handed!

    Thanks

  2. #2
    Guru Aaron Young's Avatar
    Join Date
    Jun 1999
    Location
    Red Wing, MN, USA
    Posts
    2,177
    Do you mean the built in licensing for VB ActiveX Controls?

    On the General Tab of the Project Properties check Require License Key.

    When you build the Control into an OCX a VBL extension file will be generated, this is the License Key.

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Oct 2000
    Posts
    1,463
    Thanks! But if I want to have it show a nag screen in both runtime and designtime, I need to code in my own licensing routine right? Because the one you described does not allow the control to be used in designtime? Or am I wrong on this?

  4. #4
    Guru Aaron Young's Avatar
    Join Date
    Jun 1999
    Location
    Red Wing, MN, USA
    Posts
    2,177
    Right, the licensing feature (if you can even call it that) in VB for ActiveX controls is very limited.

    If you want even a modicum of control, you'll have to come up with your own licensing method.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width