Link to home
Start Free TrialLog in
Avatar of dosyl
dosyl

asked on

Register ActiveX

Is there somebody give me the little pgm. to register or unregister an ActiveX with the right button of the mouse. I loose mine.
Thank's
dosyl@sympatico.ca
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

For free?!?!?!

REGEDIT4

;  This adds the ability to Right-Click on a .dll or .ocx
;  and get the Register / UnRegister options.
;
;  If it doesn't work for you, mail me and tell me about it.
;  Jon Evans <jon@evansoft.demon.co.uk>

; ==========
; .DLL files
; ==========

[HKEY_CLASSES_ROOT\.dll]
"Content Type"="application/x-msdownload"
@="dllfile"

[HKEY_CLASSES_ROOT\dllfile]
@="Application Extension"

[HKEY_CLASSES_ROOT\dllfile\Shell\Register\command]
@="regsvr32.exe \"%1\""

[HKEY_CLASSES_ROOT\dllfile\Shell\UnRegister\command]
@="regsvr32.exe /u \"%1\""

; ==========
; .OCX files
; ==========

[HKEY_CLASSES_ROOT\.ocx]
@="ocxfile"

[HKEY_CLASSES_ROOT\ocxfile]
@="OCX"

[HKEY_CLASSES_ROOT\ocxfile\Shell\Register\command]
@="regsvr32.exe \"%1\""

[HKEY_CLASSES_ROOT\ocxfile\Shell\UnRegister\command]
@="regsvr32.exe /u \"%1\""

; End

Avatar of dosyl
dosyl

ASKER

Where do you put this code???????
Avatar of dosyl

ASKER

I reject your answer because you never answer to me, i write to you by e-mail and you never put any comment after that.
ASKER CERTIFIED SOLUTION
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dosyl

ASKER

I give your points it is what i wanted.
Points! Which points??? You gave 0 points for this question!
Avatar of dosyl

ASKER

I writed to ee to add points for this question.
You can simply create a new question like "For emoreau only..."