Using Licensed ActiveX controls in VBA

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sanpo
    New Member
    • Apr 2010
    • 1

    Using Licensed ActiveX controls in VBA

    My application is in VBA (in AutoCAD).
    It uses MSHFlexgrid, which is now a licensed ActiveX control.

    With this, the application gives error on the user's machine that License not found.
    On developer's machine there is no error as we have VB6 installed.
    After Googling a lot I understand that I need to create .lic file using lpk_tool.exe

    Is it necessary to ship .lic file along with the application?
    If yes, where should it be placed on user's machine?
    How & when does my application read it?
    Do I have to alter the code for this?
Working...