Active X control

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Kalvin

    Active X control

    I have an assembly with a strong name. I am trying to use several
    Active X controls. I understand these controls need to be strong
    names also. What I don't understand is how to do that. I have run
    'aximp c:\winnt\system 32\msmask32.ocx
    /keyfile:"[keypath]\[keyfile].snk"' which created 2 files
    'C:\WINNT\syste m32\MSMask.dll' and
    'C:\WINNT\syste m32\AxMSMask.dl l', both in the Sytem32 directory. Now,
    how to get the control into the toolbox to place it on a form? When I
    choose to customize toolbox and select either .dll file, I get an
    error 'There are no components that can be placed in the toolbox'. Is
    there a step i am missing here, or do I have the whole idea wrong?
    What do I need to do, to give an AX .ocx file a strong name and be
    able to use it from the toolbox in .NET 1.1?

    Thank you

    Kalvin
Working...