Go Back   Yahoo Booters And Yahoo Tools > Yahoo! Stuff > Yahoo! Tutorials And Tips N Tricks

Yahoo! Tutorials And Tips N Tricks Post All Your Yahoo! related Tutorials And Tips n Tricks Here.



Welcome to the VipraSys forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features such as download links. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, Register Now by clicking here!

Post New Thread  Reply
 
LinkBack Thread Tools Display Modes
Old 01-23-2008, 12:18 PM   #11 (permalink)
Active Member
 
demonyo's Avatar
 
Join Date: Dec 2007
Posts: 90

Thanks: 25
Thanked 188 Times in 45 Posts
Reputation: 25000
demonyo has a reputation beyond reputedemonyo has a reputation beyond reputedemonyo has a reputation beyond reputedemonyo has a reputation beyond reputedemonyo has a reputation beyond reputedemonyo has a reputation beyond reputedemonyo has a reputation beyond reputedemonyo has a reputation beyond reputedemonyo has a reputation beyond reputedemonyo has a reputation beyond reputedemonyo has a reputation beyond repute
Default Re: Easy ways to register .ocx & .dll files

now thats easy :lol:

even easier

STEP 1: go to this folder c:windows\system32

STEP 2: copy and paste REGSVR32.exe on to your desktop

STEP 3: then drag and drop your DLL's and OCX's on to that file (REGSVR32.exe)

your done 8) no need to restart your pc ops: :P
demonyo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to demonyo For This Useful Post:
halamadridviprasys (06-03-2008)
Old 01-27-2008, 07:40 PM   #12 (permalink)
Junior Member
 
Join Date: Jan 2008
Posts: 1

Thanks: 0
Thanked 0 Times in 0 Posts
Reputation: 0
mecunbola is an unknown quantity at this point
Default Re: Easy ways to register .ocx & .dll files

bro..
how to get dllregisterserver??
i still cant use it..
help me
mecunbola is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-10-2008, 04:10 AM   #13 (permalink)
Moderator
 
moosa's Avatar
 
Join Date: Dec 2006
Location: New Delhi India
Posts: 8,259

Thanks: 760
Thanked 6,674 Times in 2,650 Posts
Reputation: 100787
moosa has a reputation beyond reputemoosa has a reputation beyond reputemoosa has a reputation beyond reputemoosa has a reputation beyond reputemoosa has a reputation beyond reputemoosa has a reputation beyond reputemoosa has a reputation beyond reputemoosa has a reputation beyond reputemoosa has a reputation beyond reputemoosa has a reputation beyond reputemoosa has a reputation beyond repute
Send a message via ICQ to moosa Send a message via AIM to moosa Send a message via MSN to moosa Send a message via Yahoo to moosa Send a message via Skype™ to moosa
New Post How to Register ocx dll Files

INTRODUCTION How to Register ocx dll Files

Registering files is a rather simple task. Missing/unregistered file errors can occur any time, not just when you’re executing a new program. Sometimes certain Microsoft libraries can become unregistered when installing and uninstalling a lot of software.

REGISTERING THE FILE
In this tutorial I will register “comdlg32.ocx” as an example.

1) Once we have our file we need to navigate to our C: drive.
2) Double click the icon, navigate to the “windows” folder, and double click on it
3) Now scroll down to the “system” folder and open it.

FIGURE 1: System folder
4) Copy the ocx/dll file you want to register and paste it into the system folder.

FIGURE 2: Opened system folder with Comdlg32.ocx file pasted inside
5) Now close all your open windows, and click the start button in the lower left corner. Then click on “Run…”
After the dialog box opens type in "regsvr32.exe C:\WINDOWS\SYSTEM\FILE_NAME”...
Since I’m registering “Comdlg32.ocx” Mine will look like this
“regsvr32.exe C:\WINDOWS\SYSTEM\Comdlg32.ocx”…without the quotes.

FIGURE 3: Run dialog box with the commend entered.
6) Once you have everything entered…hit ok. If the commend is correct you will be prompted with a RegSvr32 dialog box stating the file was registered successfully.
moosa is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following 5 Users Say Thank You to moosa For This Useful Post:
azxdevitto (02-25-2008), Lbos43 (02-25-2008), morphe (02-25-2008), niceroom (02-13-2008), _FARHAD_ (02-26-2008)
Old 02-11-2008, 06:46 AM   #14 (permalink)
::::ViPrAsYs AdDiCT::::
 
jeffrey's Avatar
 
Join Date: May 2007
Posts: 104

Thanks: 8
Thanked 47 Times in 19 Posts
Reputation: 0
jeffrey is an unknown quantity at this point
Send a message via MSN to jeffrey Send a message via Yahoo to jeffrey
Default Help me guys on how to register .dll in system32 folder

please help me how to register .dll to system 32.

thanks guyz!!!!
jeffrey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-11-2008, 06:47 AM   #15 (permalink)
THE BACHELOR
 
Join Date: Sep 2007
Posts: 201

Thanks: 65
Thanked 110 Times in 60 Posts
Reputation: 0
Sky_King is an unknown quantity at this point
Default Re: Help me guys on how to register .dll in system 32

read this forum...
Code:
http://www.viprasys.com/vb/f25/ocx-dll-register-2417/
Sky_King is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-15-2008, 04:48 PM   #16 (permalink)
Junior Member
 
Join Date: Jan 2008
Posts: 3

Thanks: 0
Thanked 1 Time in 1 Post
Reputation: 0
th3_j0k3r is an unknown quantity at this point
Default Register ALL .dll files within registry

I ran across this the other day on another site and I thought that a couple people might find it helpful, so here we go:


1) First go Start/Run, and type in 'cmd' to bring up the Command Prompt.

2) Type 'CD \' and hit enter.

3) Type 'DIR *.dll /s /b > regdll.bat' and hit enter.

4) Type 'Notepad regdll.bat' and hit enter.

Now Notepad is going to bring up a list of your .dll files, nevermind that for a moment.

---

5) Now type 'Path' and hit enter to see your current path. It will bring up something like: Path=c:\Windows;c:\windows\Command

6) (supplement your Windows Version, ex: C:\WINNT, or C:\Windows) Now type: 'Path=c:\windows;c:\windows\Command;c:\Windows\Pro g
ram~\Accessories' and hit enter.

7) Verify again by typing 'Path' and hitting enter, and then type: 'C:\WINNT\System32\Regsvr32.exe /s C:\' and hit enter again.

8) Now, go back to Notepad and if you have Win98 use the replace feature in Wordpad (CTRL + H) or notepad to search for 'C:\' and replace it with this: 'C:\Windows\System\Regsvr32.exe /s C:\'

If you have Win2000, etc. use the replace command in note pad to search for 'C:\' and replace it with this: 'C:\WINNT\System32\Regsvr32.exe /s C:\'

*Be sure to type the replace string exactly like above or it won't work*

9) Use "Replace All" to make the changes to the entire file.

10) When it finishes, save it, exit notepad or wordpad, and return to the Command Prompt.

11) Type 'regdll' and press enter. If you followed the above steps correctly it will now go through and re-register all your .dll files.

I hope this helps everyone out and it's my first post so we'll see how it goes
th3_j0k3r is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to th3_j0k3r For This Useful Post:
chester (02-15-2008)
Old 02-22-2008, 09:57 PM   #17 (permalink)
Active Member
 
Join Date: Feb 2008
Posts: 44

Thanks: 63
Thanked 36 Times in 15 Posts
Reputation: 0
rubber_band is an unknown quantity at this point
Default Re: Help me guys on how to register .dll in system 32

go to start then go unser run.... then type this code .....


regsvr32 (the the file name goes here)

example

lets say you are trying to register yacscom.dll you will enter

regsvr32 yacscom.dll


itried this alot of times and it worked great :-> just make sure that you have the file alredy dragged into your system 32 folder....
rubber_band is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-22-2008, 10:39 PM   #18 (permalink)
__MEMORY__STORAGE__
 
kullet's Avatar
 
Join Date: Aug 2007
Location: MOTHER__EARTH
Posts: 149

Thanks: 61
Thanked 78 Times in 37 Posts
Reputation: 0
kullet is an unknown quantity at this point
Send a message via Yahoo to kullet
Default Re: Help me guys on how to register .dll in system 32

How to register .dll in system 32

1. first thing to is open "Local Disk:C"

2. Now go to Folder named "Windows" and open it.

3. Now find the folder name " system32 "

4. Now copy the missing file and paste it inside the system32

5. after u copied the missing file to inside the system32 folder go to " start " button "and click " run "

For example you copied this kind of .dll file inside the system32 (Wavefx32.dll)

6. Now after clicking the "run" there's a small window that will pop to your screen.

type the word " regsvr32 " before the name of missing file.

7. to registered you must type word like this ----->> regsvr32 Wavefx32.dll

NOW YOUR DONE..................................!!!!!!!!!!!! !!!!!!!!!!!!!!
kullet is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following 3 Users Say Thank You to kullet For This Useful Post:
halamadridviprasys (06-03-2008), purplemee (02-23-2008), terjyakj (07-03-2008)
Old 02-22-2008, 10:56 PM   #19 (permalink)
Banned
 
Join Date: Feb 2008
Posts: 136

Thanks: 17
Thanked 63 Times in 37 Posts
Reputation: 0
___-1-___ is an unknown quantity at this point
Default Re: Help me guys on how to register .dll in system 32

Windows NT or 2000: \ WINNT \ system32 \ vbskpro.ocx



Windows XP: \ windows \ system32 \ vbskpro.ocx



Sometimes, it is also necessary to register the library otherwise, I saw him for the Internet, and is as follows:



Home>> Run

And type regsvr32 vbskpro.ocx (or a library that is).





Use of this execution is as follows:





Regsvr32 [/ u] [/ s] <name of fichero>



For example:



REGSVR32 c: \ windows \ system \ vbskpro.ocx



The optional parameters [/ u] [/ s] have the following meanings:



[/ U] - what we used when we want to "desregistrar" a DLL or OCX, envez registering it.



[/ S] - how "silent" - does not display messages during operation
___-1-___ is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-22-2008, 11:06 PM   #20 (permalink)
VipraSys Addict
 
Join Date: Jan 2007
Posts: 160

Thanks: 6
Thanked 94 Times in 45 Posts
Reputation: 20000
piropunk has a reputation beyond reputepiropunk has a reputation beyond reputepiropunk has a reputation beyond reputepiropunk has a reputation beyond reputepiropunk has a reputation beyond reputepiropunk has a reputation beyond reputepiropunk has a reputation beyond reputepiropunk has a reputation beyond reputepiropunk has a reputation beyond reputepiropunk has a reputation beyond reputepiropunk has a reputation beyond repute
Default Re: Help me guys on how to register .dll in system 32

Usually What I Do Is Just Right Click The Ocx/dll File
Click On Open With
Then Click On Choose Program From A List
Then Browse For Regsrv32 Its On Windows/system32/

And Click Open
It Will Register
The File
And The Next Time You Need
To Register Another File
All You Have To Do Double Click The Ocx Or Dll File And It Will
Automatically
Run Regsrv32
And Register The File
piropunk is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following 3 Users Say Thank You to piropunk For This Useful Post:
halamadridviprasys (06-03-2008), lilpsychotic (04-16-2008), qanoon302 (11-07-2008)
Post New Thread  Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
OCX / DLL Register. cjdelphi Yahoo! Tools 17 10-27-2008 02:09 AM
Help me register yacscom.dll in vista _Mastermind25_ Yahoo! Issues 11 10-13-2008 09:14 AM
All Ocx And Dll Files Here _.-HANI-._ Trash Can 2 03-05-2008 07:00 AM
Easy Register _ghost_ Yahoo! Tools 1 11-08-2007 05:03 PM


All times are GMT. The time now is 12:12 AM.

Page generated in 0.2329 seconds (71.53% PHP - 28.47% MySQL) with 17 queries

Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0..
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The logos and trademarks used on this site are the property of their respective owners.
We are not responsible for comments posted by our users, as they are the property of the poster.