Originally posted by: James Ball
Adding the following entries to the registry will allow registration of components by right clicking the component and selecting register or un-register with regsvr32 from the pop up menu. To add the registry entries create a text file by copying and pasting the following text into notepad, then save the file with a .reg extension, place the .reg file on your C drive and double click it's icon. Don't forget you will need to have regsvr32 on your system.
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\dllfile\shell\Register with RegSvr32]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\dllfile\shell\Register with RegSvr32\Command]
@="regsvr32 \"%1\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\dllfile\shell\Unregister with RegSvr32]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\dllfile\shell\Unregister with RegSvr32\Command]
@="regsvr32 -U \"%1\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.ocx]
@="ocxfile"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ocxfile]
@="ActiveX Custom Control"
"EditFlags"=hex:00,00,00,00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ocxfile\DefaultIcon]
@="%SystemRoot%\system32\shell32.dll,0"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ocxfile\shell]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ocxfile\shell\Register with RegSvr32]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ocxfile\shell\Register with RegSvr32\Command]
@="regsvr32 \"%1\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ocxfile\shell\Unregister with RegSvr32]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ocxfile\shell\Unregister with RegSvr32\Command]
@="regsvr32 -U \"%1\""
[HKEY_CLASSES_ROOT\VisualBasic.Project\shell\Edit with Notepad]
[HKEY_CLASSES_ROOT\VisualBasic.Project\shell\Edit with Notepad\command]
@="\"Notepad.exe\" \"%1\""
Originally posted by: Aza
I registered Morrowind and Tribunal to my boyfriends computer. It is a hp pavilion XT 868. I just bought a computer from my friend. Since my bf's computer can't run my game, I want to play it on mine. I have to unregister it though and I don't know how. I don't know much about computers and neither does anyone else here. I can't find the things that you talk about on your page. Please help me!!!!!!!!!! -Aza
Originally posted by: Hatem Elhannachi
Thanks for this tool;
Can I use this "tool" for WINDOWS 2000 PRO?
Reply
Originally posted by: Saudi students in nottingham
Established in March 2003
ReplyOriginally posted by: Maher I. Rajab
Thanks for the tip. I've been looking for something like this ...
Maher
ReplyOriginally posted by: kinnal
Please explain fundametntals of AcitveX Document, ActiveX Document EXE and ActiveX Document DLL.
Originally posted by: S.L.Narayanan
thanks man...u have mentioned only about registering the .ocx and .dll files in my system...but when it is embedded in a webpage and uploaded to a http server i cannot see it in the client systems...so can u help me and tell how to register and get the license for the activex control so that it can be used by any one...
ReplyOriginally posted by: ano
Hi, I want to register my component which is EXE file.
can you pls tell me what to do
Originally posted by: Santosh
I also studied about Components.
But, I want to know the main difference between a Component and Control. In way how they are used and how they should be created..
If anybody can clarify pl. welcome....
Regards,
I studied in MSDN library about how to create ActiveX controls and how they are useful...
Santosh.
Originally posted by: hwa min son
I have some questions.
Please, Help me.
Question 1)
How can I excute Dcom98.exe in the cab file that includes my program?
My computer's OS is Window98.
Question 2)
When I tried to Setup my activex controls, I got error message.
then I must setup dcom98.exe.
I wish to include dcom98 in my program.
but I don't know to way.
How can my setup program include dcom98.exe or have some special dll list?
Please~~~~~~~~~~~~~~~~~~~~~~~