Posts Tagged ‘Register’

How Do You Register Comdlg32.ocx With Windows Vista?

Saturday, August 1st, 2009

Everytime i go to start the program i get an eorror so i downloaded the OCX file and i went site to site and found how how you should do this well this is what the site said to do
1, Download COMDLG32.OCX (right click the text on the left and save to your Desktop).
2. Back up your current copy of COMDLG32.OCX and copy the new version to the same file location. This file should be located in the WINDOWS\SYSTEM directory on your C: drive (for Windows NT and 2000: \WINNT\system32).
3. Using your mouse, click on the “Start” button and then click on “Run”.
4.According to your Operating System, type the following command to register this library file:
Windows 95, 98, or Me:
regsvr32 \windows\system\COMDLG32.OCX
Windows NT or 2000:
regsvr32 \WINNT\system32\COMDLG32.OCX
Windows XP:
regsvr32 \windows\system32\COMDLG32.OCX
I tryed it but everything i do this i get a error saying
The module windows\system32\COMDLG32\” failed to load
make sure the binary is stored at the specified path or debug it to check for problems with the bunary or dependent .DLL files
The specified module could not be found.
then all it has is a button to click okay… I just wanna redgister this OCX file please help me! I am running windows vista

How Can I Register Richtx32.ocx Into My System32 Or System( Windows Xp ) ?

Wednesday, July 29th, 2009

try regsvr32 richtx32.ocx from a DOS commandline. The untility is for DLL’s but may work with OCX.

Register Mxwinksck.ocx?

Tuesday, July 28th, 2009

I put my file in System 32 and the files i want to run.
I typed regsvr32 MXWINKSCK.OCX but it says it is way to big. or its in wrong path, DLL?

Unable To Register The Ddl/ocx:ddlregisterserver Failed; Code 0×8002801c?

Monday, July 27th, 2009

i get this message when i try to install flash games 1.01 from downloads.com

How To Register .ocx File In Vista?

Tuesday, July 21st, 2009

Vista is not register .ocx file like XP……..

How Can I Add Register / Unregister To The Context Menu For .dll, .ocx Files?

Sunday, July 19th, 2009

;Make a .reg file with notepad and type or copy this …
Windows Registry Editor Version 5.00
;Add register / unregister to the context menu for .dll files
[HKEY_CLASSES_ROOT\.dll]
“Content Type”=”application/x-msdownload”
@=”dllfile”
[HKEY_CLASSES_ROOT\dllfile]
@=”Application Extension”
[HKEY_CLASSES_ROOT\dllfile\Shell\Regis…
@="regsvr32.exe \"%1\""
[HKEY_CLASSES_ROOT\dllfile\Shell\UnReg…
@="regsvr32.exe /u \"%1\""
;Add register / unregister to the context menu for .ocx files
[HKEY_CLASSES_ROOT\.ocx]
@=”ocxfile”
[HKEY_CLASSES_ROOT\ocxfile]
@=”OCX”
[HKEY_CLASSES_ROOT\ocxfile\Shell\Regis…
@=”regsvr32.exe \”%1\”"
[HKEY_CLASSES_ROOT\ocxfile\Shell\UnReg…
@=”regsvr32.exe /u \”%1\”"