Thursday, July 28, 2011

How to Fix an MSHTML.DLL Error


1. Reset Internet Explorer settings by opening the program, clicking the 'Tools' menu and clicking 'Internet Options.' Click the 'Advanced' tab and then click 'Reset' in the 'Reset Internet Explorer Settings' window to confirm.
2. Download and install the latest version of Internet Explorer from the Microsoft website. If you're running an outdated version of the browser, upgrading may solve the the MSHTML.DLL error by replacing the file. When finished installing, restart your computer, then open the browser and navigate to an HTML page to test.
3. Install the latest service pack upgrade for your version of the Windows operating system. Go to the Microsoft Update website and choose 'Express Install.' Choose to install the latest updates for your computer, then restart.
4. Run the System File Checker program. This built-in utility checks important system files and automatically replaces missing or corrupted files. Click the 'Start' menu, then choose 'Run.' In the text area, type 'sfc /scannow' and press the 'Enter' key. If any files are found to be missing or corrupted, you'll need to insert your Windows disc into your optical drive so the files can be replaced. Restart your computer once the program has completed the check.
5. Reset the TCP/IP protocol settings on your computer. Click the 'Start' menu and choose 'Run.' Type in 'cmd' to open the command prompt window. Type in 'netsh int ip reset resetlog.txt' and press the 'Enter' key. This will rewrite two registry entries that are used by the TCP/IP Internet protocol, which may solve the DLL error. Restart the computer.
6. Download and install a registry cleaner that checks the Windows registry for errors and fixes or deletes corrupted entries. Run the registry cleaner to check for errors, opting to fix any that are detected, and then restart the computer.
7. Test the result of any or all of these steps by opening Internet Explorer and browsing to any Web page with the file extension '.htm' or '.html'. If the program renders the pages without error, the MSHTML.DLL file has been successfully fixed or replaced.
Read more ►

Wednesday, July 27, 2011

How to Set the Z Order Programmatically in Visual Basic


Add Controls to a Form
1. Open Visual Studio and click 'File.' Select 'New Project' to open the New Project window.
2. Click 'Visual Basic' and then double-click 'Windows Forms Application.' Visual Studio will create a new project and display an empty form in the design window.
3. Click 'View' and select 'Toolbox' to display the toolbox and its controls.
4. Double-click the ListBox control. A ListBox named 'ListBox1' will appear on the form.
5. Move to the toolbox again and click the ListBox control. Double-click it and Visual Studio will add a ListBox named 'ListBox2' to the form.
6. Click 'ListBox2' and hold down your left mouse button. Drag it so that it slightly overlaps 'ListBox1.'
7. Return to the toolbox and double-click the 'Button' control. A button named 'Button1' will appear on the form.
8. Return to the toolbox a final time and double-click the 'Button' control again. Visual Studio will add a button named 'Button2' to the form. Click the 'X' at the top of the toolbox to close it.
Add Z Order Logic
9. Double-click 'Button1.' This creates a click event for that button. The following code will appear in the code editor:Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.ClickEnd Sub
10. Add this line of code before the 'End Sub' statement:ListBox1.BringToFront()The BringToFront method changes the z index of ListBox1 and moves it in front of other controls.
11. Right-click any area of the code editor and select 'View Designer' to view the form again.
12. Double-click 'Button2.' The code for its click event will appear as follows in the code editor:Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.ClickEnd Sub
13. Add this line of code before the 'End Sub' statement:ListBox2.BringToFront()This will bring ListBox2 in front of the other controls.
14. Press 'F5' to run the project. The form will open and show the ListBoxes and buttons. Click the 'Button1' button. 'ListBox1' will overlay 'ListBox2.' Click the 'Button2' button. 'ListBox2' will overlay 'ListBox1.'
Read more ►

Tuesday, July 26, 2011

How to Fix Winsock in XP


1. Click 'Start' and click 'Run.'
2. Type 'cmd' and press 'Enter.'
3. Type 'netsh winsock reset' and press 'Enter.'
4. Restart the computer.
Read more ►

Monday, July 25, 2011

How to Find Kernel32.dll on the Windows CD


1. Insert your Windows installation CD into your computer. Wait a few seconds until you hear the disc start spinning in your disc drive. Windows will now be able to recognize the CD.
2. Close out of the 'Install Windows' screen that opens.
3. Click 'Start.'
4. Click 'Computer.'
5. Open the icon for your Windows CD. Navigate to the 'System32' folder. Kernel32.dll is located in this folder on your Windows CD.
Read more ►

How to Repair the Comdlg32.Dll File


1. Download and install the free comdlg32.dll file to your desktop. It's available from many websites.
2. Press the Windows key and click 'Computer.'
3. Double-click the drive letter that matches your hard drive, then click 'Windows' and 'System32.'
4. Drag the comdlg32.dll file from the desktop into the 'System32' folder. Choose to replace the existing comdlg32.dll file when the window appears. Exit the window.
5. Press the Windows key and 'R' at the same time. This will open the Run tool.
6. Type 'Regsvr3 comdlg32.dll' in the field and click 'OK.' This registers the file.
Read more ►

Sunday, July 24, 2011

How to Use Visual Basic Deployment Wizard


1. Click on Start in the lower left-hand corner of the desktop screen. Then select All Programs, Microsoft Visual Studio 6.0 and Microsoft Visual Studio 6.0 Tools.
2. Select Package and Deployment Wizard. Click on the Browse button to select the project that is to be used. If this is the first time using the wizard, the project box will be empty. After the first project has been created that project name will remain in the project box as the default entry. Click on the down arrow and select a project name from the list of projects if there is more than one project name in the list.
3. Choose the Package, Deploy or Manage Scripts button. Each of the buttons will create a different type of project and a project type must be selected to continue. A help button at the bottom of the wizard provides more information on each of the types of projects that the wizard will create. Follow the steps in the wizard for the package selected.
4. Press Finish to close the wizard and return to Windows.
Read more ►

Saturday, July 23, 2011

How to Get Rid of a Crypnet.dll


1. Create a system restore point on your system. This is a vital failsafe which will ensure that any subsequent damage which may occur is not irreversible. Type 'System Restore' into the search bar and click on the System Restore program from the following selections. On the next screen click on 'Create Restore Point' and follow the instructions on-screen.
2. Determine whether the Crytpnet.dll process is indeed running on your system. Do this by pressing 'Ctrl + Alt + Del' and clicking on 'Start Task Manager.' From the subsequent box, click on the 'Processes' tab and look for 'Crytnet.dll.' If it is present, right-click on it and click on 'End Process' and then 'OK.'
3. Enter the system registry in order to find the Cryptnet.dll file. Open the 'Run' program on your system and type 'regedit' into the box before clicking 'OK.' This will give you access to the system registry.
4. Navigate through the parent folders in your registry by clicking on the folder names in the left pane of the registry; you can then look through the folders and files inside the parent folders in the right pane.
5. Right-click on 'Cryptnet.dll' and then click 'Delete' and 'OK' once you successfully find the file in your registry. Then click on 'File' and 'Save' to complete the changes.
Read more ►

How to Use Mshtml Dll


1. Download the mshtml.dll file from one of several Dynamic Link Library online databases (see Resources) and save it to a folder. Make sure you write down the entire path of the folder to which you save the mshtml.dll file, for example, 'C:\Windows\System32.'
2. Click on 'Start' and type 'Run' into the Search Programs and Files box. Press 'Enter.' Or, if you are using a version of Windows prior to Windows Vista, select 'Run' from the 'Start' menu. The Run box opens.
3. Type 'regsvr32 path\mshtml.dll' (without the quotation marks) into the Run box and click 'OK.' Note that 'path' must be replaced with the filepath that you wrote down. For example, 'regsvr32 C:\Windows\System32\mshtml.dll.' Windows will automatically install and register the mshtml.dll file so that it can be used.
Read more ►

How to Install ActiveX in Access


1. Click the 'Start' button from the desktop and then click the 'All Programs' option.
2. Select the 'Microsoft Access 2010' option from the list of programs.
3. Click the 'File' tab in Access 2010. The Backstage View dialog box opens.
4. Click the 'Options' button in the 'Help' section and the Options dialog box will appear. Click the 'Trust Center' option.
5. Select the 'Trust Center Settings' and click the 'ActiveX Settings' option.
6. Click the radio button next to the 'Enable all controls' field so that it's selected and then click the 'OK' button. ActiveX is fully enabled in Access 2010.
Read more ►

Friday, July 22, 2011

How to Stop Nv4


Disabling the Display Driver
1. Click the 'Start' button in Windows and select 'Run.' Type 'devmgmt.msc' (no quotes) in the Run window and click 'OK' to launch the Device Manager.
2. Expand the 'Display adapters' section in the Device Manager by clicking the plug sign next to it.
3. Find the 'NVIDIA Compatible Windows 2000 Display driver' entry under the 'Display adapters' heading. Right-click this driver and select 'Disable' from the choices that pop up. This will completely disable the driver, and since this is the only utility that uses nv4_disp.dll, the file will go unused but remain on the hard drive.
Removing the .dll
4. Right-click on the 'Start' button in Windows and select 'Explore' to open Windows Explorer. In the left panel, navigate to the system folder for your version of Windows. If you're using a 32-bit version of XP or Vista, this is C:\Windows\System32. In 64-bit versions of XP or Vista, it's C:\Windows\SysWOW64. In 2000 and NT, it's C:\WINNT\System32. In 95, 98 and ME, it's C:\Windows\System.
5. Left-click on the system folder in the left panel to display all of its contents in the right panel. Browse through the files in the right panel until you find nv4_disp.dll, then right-click on the file and select 'Delete' from the pop-up options. This moves the file to the Recycle Bin.
6. Left-click the 'Start' button in Windows and click 'Run.' In the Run window, type 'cmd' and then click the 'Run' button. This will open the command prompt.
7. Type 'regsvr32 /u C:\Windows\System32\nv4_disp.dll' in the command prompt, but modify this line if necessary to specify the right file path for your version of Windows. In this example, the file path for 32-bit versions of XP and Vista is used. If you're using a different version, refer to the system folder file paths listed in the first step and substitute the path for your Windows version in this line. Once you've typed in this command, press 'Enter' to un-register the .dll from your system.
Read more ►

How to Reinstall Javascript on a Computer


Reinstall Javascript on a Mac Computer
1. Understand how the Javascript software code works. Javascript is integrated into your web browser (e.g. Safari or Mozilla Firefox) and is not a stand-alone program. Reinstalling Javascript typically involves reinstalling your entire browser. Thus, it is best to go through several troubleshooting steps to make your current version of Javascript function before reinstalling your browser.
2. Check for system software updates from Apple. Updates to the Javascript technology are delivered to your computer through such updates. Click the Apple icon in the top left-hand corner of the screen and select 'Software Update.' Download all critical updates.
3. Restart your computer. This clears your system cache and can help resolve any Javascript issues you are experiencing. Click the Apple icon in the top left-hand corner of the screen and select 'Restart.'
4. Check that Javascript is enabled in your web browser. Launch Safari and click 'Preferences.' Click the icon for 'Security' and select the checkbox next to 'Enable Javascript.' Close the dialog box and quit Safari. When you launch Safari again, Javascript will be enabled.
5. Delete the Safari system file. Quit Safari and open the Library file in your Home folder. Double-click the 'Preferences' folder. Locate the 'com.apple.safari.plist' file and delete it. Launch Safari again and see if you still experience problems with Javascript. If you do, launch the browser and download the most recent copy of Safari from Apple's website (link in the Resources section). Delete the copy of Safari in your 'Applications' folder and double-click the installation file you just downloaded to reinstall your browser.
Reinstall Javascript on a Windows Computer
6. Remember that Javascript is not a stand-alone piece of software and is integrated directly into your Windows browser (e.g. Google Chrome or Microsoft Internet Explorer). Reinstalling the Javascript software usually requires a reinstallation of your browser. Therefore, it is ideal to troubleshoot your current version of Javascript before reinstalling your browser.
7. Check for system software updates from Microsoft. Important security updates and bug fixes to the Javascript on your computer are installed through such updates. Launch Internet Explorer and go to the Microsoft Windows Update website (link in the Resources section). Download all critical updates suggested by Microsoft.
8. Restart your PC. This will clear the Windows system cache and may assist in resolving any Javascript errors you are encountering. Click the Start menu in the lower left-hand corner of the screen and select 'Restart.'
9. Verify that Javascript is enabled in your Windows web browser. Launch Internet Explorer and click 'Tools' in the top menu. Select 'Internet Options' from the drop down menu. Click 'Security.' Select the 'Internet' zone. Click 'Default Level' and close the dialog box. Refresh your webpage to enable Javascript.
10. Reinstall Internet Explorer (IE). The process for reinstalling the Internet Explorer web browser differs depending on the version of the browser you are using (e.g. 6, 7 or 8) and the version of Windows you are running (e.g. Windows XP or Windows Vista). Follow the reinstallation instructions on Microsoft's support website (link in the Resources section). Typically, the process involves restarting your computer using the Windows installation disks and reinstalling a clean copy of IE on the system level.
Read more ►

Thursday, July 21, 2011

DVR Recording Instructions


1. Search for a title to record. On your remote control click the 'DVR' button. Once you click the 'DVR' button, a menu screen will appear on your television that allows you to manage your DVR recordings. Select 'Find Programs.' This will open a menu with a keyboard that you can use to type in a show you are looking to record. Enter the show name and click search.
2. Set the recording settings. If your search comes up with the show you were looking for, you will have several options for recording. On your menu screen you will see a list of channels that are playing that show and a list of the different episodes that will air throughout the season. You can choose to either record one specific episode or select to record the entire season.
3. Select a show to record while watching it. If you are running out the door before a show is over or are watching a show that you want to continue watching later, you can select to record that show while you are watching it. While you are watching a show, click the 'Record' button on your remote. This will prompt the DVR to ask you if you want to record just this one episode or all future episodes of this show. Select which option you want and click 'Save.'
Read more ►

Wednesday, July 20, 2011

How to Enable ActiveX Scripts


1. Click 'Tools' in Internet Explorer, then click 'Internet Options.'
2. Click the 'Security' tab, then click the 'Internet' icon below it.
3. Click the 'Custom Level' button.
4. Scroll down to the 'ActiveX controls and plug-ins' category. Set each radio button in the category to 'Prompt' or 'Enable,' if 'Prompt' is not available (except 'Allow previously unused ActiveX controls to run without prompt' and 'Initialize and script ActiveX controls not marked as safe for scripting'--set these to 'Disable').
5. Click 'OK' to close each open window, then close and re-open Internet Explorer to browse the Web with your new settings.
Read more ►

Tuesday, July 19, 2011

How to Find Framedyn.Dll


1. Click on the 'Start' menu.
2. Click 'Computer' or 'My Computer.'
3. Double-click the 'C:' drive or the letter that corresponds to your primary hard drive.
4. Open the 'Windows' folder and double-click the 'System32' folder.
5. Click 'Name' to organize the folders and files in alphabetical order.
6. Scroll down the list of objects until you see 'framedyn.dll.'
Read more ►

How to Delete a Dll File


1. Click the 'Start' button in Window,s and select 'Search' from the Start Menu.
2. Click the 'All files and folders' link in the Search window, and type the name of the .dll file you want to delete into the empty field. Click the 'Search' button to begin the search.
3. Locate the file in the search results and take note of the file path, which indicates where the file is stored. This is very important, because you will need to know the file path for the last steps, so you may want to write it down. Typically, .dll files will be found in 'C:\Windows\System32,' but this can vary depending on the specific type of .dll file and the version of Windows you're using.
4. Right-click on the .dll file in the search results, and select 'Delete' from the options that pop up. This will move the file to the Recycle Bin.
5. Click the 'Start' button in Windows, and select 'Run' from the Start Menu. Type 'cmd' into the empty field, and click the 'Run' button.
6. Type 'regsvr32 /u C:\filepath\filename.dll' into the command line, substituting the specific file path and name of the file for 'filepath' and 'filename,' respectively. For example, if you wanted to delete the file 'windows.dll' from the file path 'C:\Windows\System32,' you would type 'regsvr32 /u C:\Windows\System32\windows.dll.' Press 'Enter' after typing this line to unregister the .dll file from your system, completing the process.
Read more ►

Monday, July 18, 2011

How to Repair a Paging File in XP With SP3


1. Open Windows Explorer by opening the 'Start' menu and selecting the 'My Computer' option.
2. Click on the 'Search' item at the top of the screen and search for a file called 'pagefile.sys' on the drive that your paging file is saved on. If the file isn't found by the search, open the 'Tools' menu and select the 'Folder Options...' menu item; click the 'View' tab and select 'Show Hidden Files and Folders.'
3. Right-click on the 'pagefile.sys' file and select 'Delete' from the context menu that opens. Confirm that you wish to delete the file when prompted to do so.
4. Reboot the computer. A new paging file will be generated automatically during the Windows XP startup process.
Read more ►

How to Reinstall Winsock.dll


1. Install and save the Winsock.dll file to the System32 directory. Find the System32 directory in the following folder path:C:/Windows/System32
2. Click 'Yes' when the prompt appears asking you to confirm the replacement of the old winsock.dll file.
3. Click the Windows logo or 'Start' button in the lower left corner of the screen.
4. Click 'All Programs' or 'Programs'. Click the 'Accessories' folder and right-click 'Command Prompt'.
5. Click 'Run as Administrator'. Type the following command in the prompt:Regsvr32 winsock.dll
6. Press Enter to reregister and update the file. Exit the Command Prompt.
7. Reboot your computer system.
Read more ►

Sunday, July 17, 2011

How to Automatically Fix Registry Errors


1. Download CCleaner (See Resources) and install it on your computer. The download is free of charge.
2. Launch your program after it has installed. Click the 'Registry' button on the left panel.
3. Click 'Scan for issues.' CCleaner will automatically scan for registry errors including missing keys and values.
4. Click 'Fix selected issues' when the scan is complete. Click 'Yes' to back up and save the registry. Click 'Fix all selected issues.' Click 'OK.' CCleaner will automatically delete leftover values from uninstalled programs and restore values and keys.
Read more ►

Saturday, July 16, 2011

How to Uninstall Flash Debugger


1. Close any open Internet Explorer windows.
2. Click on the 'Start' or 'Windows' menu button, then click on 'Search.' Click on all files and folders, then type 'flash.ocx' into the Search text box. Click on 'Search.' The Search utility will usually find a path of C:\Windows\System\Macromed\Flash on Windows 95, 98 or WinME; C:\WinNT\System32\Macromed\Flash on Windows NT or 2000; C:\Windows\System32\Macromed\Flash on Windows XP. If your path differs from this, make a note of the actual path.
3. Click on the 'Start' or 'Windows' menu button again, then click on 'Run.'
4. Type 'cmd' into the Open text box. This will open a DOS command window.
5. Type the following command into the DOS command prompt:C:\>cdType the name of your directory from Step 2 into the same line. For example, if the Flash Debugger was found in 'C:\WinNT\System32\Macromed\Flash' then your command line will be:C:\>cd C:\WinNT\System32\Macromed\FlashEnsure you leave a space between the 'cd C' and your directory name.
6. Press the 'Enter' key.
7. Type the following command into the DOS command prompt to remove Flash Debugger:regsrv32 -u flash.ocx.
Read more ►

Friday, July 15, 2011

How to Fix a D


1. Close any programs that are running. If you use the wireless adapter to connect to the Internet, connect your computer directly to your router or modem with the Ethernet cable.
2. Plug the D-Link adapter into the USB port on your computer.
3. Click 'Start' and type 'update' into the search field. Click the 'Windows Update' option to open the utility.
4. Click the 'Check For Updates' button and the utility will search for available updates for your hardware devices. Click the check box for the 'D-Link Wireless Adapter' entry in the list that appears and click 'OK.' Click 'Install Updates' to install the new drivers for your adapter.
Read more ►

How to Re


1. Download your free copy of Msoert2.dll.
2. Click the saved Msoert2.dll file and press 'Ctrl' and 'C' to copy it to the Clipboard. Go to the 'Start' menu, click 'My Computer,' double-click the 'C:' drive, open the 'Windows' folder and double-click the 'System32' folder. Press 'Ctrl' and 'V' at the same time to paste the file from the Clipboard.
3. Click the 'Start' menu, type 'Run' in the 'Start Search' box and press 'Enter.' Type 'Regsvr32 'C:\Windows\System32\msoert2.dll' in the search field and press 'Enter' to register the DLL. Click 'Yes' in the pop-up to confirm the registration of a new DLL.
4. Restart your computer. The DLL should now be reinstalled.
Read more ►

Tuesday, July 12, 2011

How to Fix Error 17 on Laptop


CCleaner
1. Go to the CCleaner Web page and download the software. (The Resources section contains page link.) Find the downloaded file and double-click it to run. Follow the installation wizard to install the software onto your computer.
2. Find the CCleaner desktop icon and double-click it to run.
3. Click the 'Registry' icon and click 'Scan for Issues.' The registry scan will initiate.
4. Place a check mark by all registry errors detected and click 'Fix Selected Issues.' Click 'Yes' in the prompt to back up your registry system.
5. Click 'Fix All Selected Issues.' Afterward, click the 'OK' button in the 'Fix All Selected Issues?' dialogue box to repair the registry.
Eusing Registry Cleaner
6. Download the Eusing Registry Cleaner from the program's Web page (see Resources). Locate the downloaded file on your system and double-click the file to run it. Follow the program's installation wizard to install the program onto your computer.
7. Find the Eusing Registry Cleaner icon on the desktop and double-click it to run the program.
8. Go to the 'Select the Sections to Scan' category and insert check marks by the options in this category.
9. Click the 'Scan Registry Issue' option under the 'Tasks' section.
10. Select all of the registry errors detected and click the 'Repair Registry Issue' option under the 'Tasks' section.
RegVac Registry Cleaner
11. Download the RegVac Registry Cleaner program by going to the program's Web page (see Resources). Locate the downloaded file and double-click the file to run it. Follow the program's installation prompt to install the program onto your computer.
12. Double-click the RegVac desktop icon to open and run the application.
13. Click 'Scan and Clean.'
14. Click 'Clean Registry' to start the registry repair.
15. Click 'OK' in the dialogue prompt.
Read more ►

Monday, July 11, 2011

How to Repair a Slow Windows XP With a Missing DLL


1. Insert the XP CD into the computer.
2. Restart the computer. Press any key to boot from CD.
3. Press 'Enter' followed by 'F8' to move through the first two installation screens.
4. Select the drive containing Windows XP and press 'R' to reinstall the missing DLL files.
Read more ►

How to Locate Wininet.Dll


Locate the Wininet.dll file in XP
1. Click 'Start' and click 'Search' or 'Find.'
2. Type 'wininet.dll' in the 'All or Part of File Name' dialog box.
3. Change the 'Look In' section to 'Local Hard Drive.'
4. Press 'Enter' to search for the wininet.dll file.
5. Right-click the file when it appears and click 'Properties' to identify its location.
Locating the Wininet.dll File in Vista and Windows 7
6. Click the 'Start' button and click 'Computer.'
7. Open the 'C' drive and double-click the 'Windows' folder.
8. Open the 'System32' folder and scroll through the files until you locate the wininet.dll file.
Read more ►

How to Install ActiveX for XP


Installing ActiveX Controls From the IE Information Bar
1. Internet Explorer (IE) includes an information bar displayed below the toolbar menu for warnings and alerts. If ActiveX is not installed, a website that uses ActiveX controls will cause IE to display a message on the information bar:
'Pop-up blocked. To see this pop-up or additional options click here...'
2. Click the information bar. Click Install ActiveX Control.
3. The information bar will alert you whenever you visit a web site that tries to download a program or file. Click the information bar for more information and to choose whether to download the file.
Enabling ActiveX Controls on IE
4. Launch Internet Explorer (IE). In the top menu bar, select 'Internet Options' under 'Tools.'
5. Click the 'Security' tab, and click the 'Custom Level' button.
6. A list of controls will be displayed. Enable the following:
ActiveX controls and plug-ins
Allow previously unused ActiveX controls
Automatic prompting of ActiveX controls
Initialize and script AX C: set to 'Prompt'
Download unsigned AXC: Set to 'Prompt'
Run ActiveX controls and plug-ins
Script ActiveX controls marked for scripting
7. Click 'OK' to close the dialog box.
Click 'OK' to confrm that you're sure you want to save changes.
8. Exit browser and relaunch IE.
Read more ►

How to Fix a Windows Registry Flash Player


1. Click 'Start,' 'Programs,' 'Accessories,' 'System Tools' and click 'System Restore.'
2. Select 'Use a different restore point.'
3. Select a date prior to the time you installed the Flash player program causing the registry issues.
4. Press 'Next.' The computer will automatically reboot, restoring the registry to that of the chosen date, erasing the Flash player issues you are experiencing.
Read more ►

How to Repair Userenv.Dll


1. Download the Userenv.dll file from any free DLL download website (see the 'Resources' section of this article).
2. Right click the downloaded DLL and select 'Copy.' Click the 'Start' menu, select 'Computer,' open the 'C:' drive. Double click the 'Windows' folder and the 'System32' folder. Press the 'Ctrl' and 'V' keys at the same time to paste the file into the folder. Click on 'Yes' in the confirmation pop-up to replace the existing bad DLL (this message will come up only if the DLL is corrupt, but still present in the system.)
3. Go to the 'Start' menu, type 'run' in the 'Start Search' box and press 'Enter.' Type 'Regsvr32 'C:\Windows\System32\msxml3.dll' in the 'Run' window's search field and click 'OK' to register the DLL. Click 'Yes' in the pop-up to confirm the registration.
4. Restart your computer.
Read more ►

Sunday, July 10, 2011

How to Replace BROWSEUI.DLL


1. Open your Web browser and navigate to a site that offers free downloads of common .dll files. You can find a link to the browseui.dll download page of a reliable .dll download site in the Resources section below. There are several other sites that offer common .dll files for free downloading as well.
2. Click the download link and follow the on-screen prompts. When prompted, click the 'Save File' button to save the file to your hard drive.
3. Double-click the downloaded file, which will open in the program your computer uses to open .zip files. Click the 'Extract' or 'Unzip' button in this window and extract the files to your computer's desktop.
4. Open your computer's Windows system folder. To do this, double-click the 'My Computer' icon and navigate to the folder location for your version of Windows. If you use Windows XP or Vista on a 32-bit system, go to 'C:\Windows\System32.' If you use Windows XP or Vista on a 64-bit system, go to 'C:\Windows\SysWOW64.' If you use Windows 2000 or NT, go to 'C:\WINNT\System32.' Finally, if you use Windows 95, 98 or ME, go to 'C:\Windows\System.'
5. Click and drag the browseui.dll file you extracted to your desktop into the system folder. If a version of this file already exists in the folder, you will see a dialog box asking you if you would like to replace the existing file with the new file. Click the 'Yes' button if you see this message; if you've been seeing browseui.dll errors or having user interface problems with Internet Explorer, it's likely because this existing version has been corrupted.
6. Reboot your computer. Windows will immediately recognize the new .dll file upon boot-up. You won't see a special notification that Windows has recognized the new file, but your Internet Explorer interface should function properly.
Read more ►

Friday, July 8, 2011

How to Delete a Newgrounds Account


1. Log into your Newgrounds account. If you do not remember your password, click 'Forgot Login' on the main page to have your password emailed to you. (See Reference 3.)
2. Click 'remove' to delete any uploaded files that you want removed from Newgrounds. Deleting your entire Newgrounds account can take several days, so it's best to remove any uploaded content directly from the account screen beforehand.
3. Contact a Newgrounds staff member using the staff directory page, and request that your account be removed. (See Resource 1.) There is no way for users to remove accounts directly, but Newgrounds staff members are able to delete accounts from the system. In addition to requests for account removal, Newgrounds employees monitor site activity, deleting inappropriate accounts and those that violate the terms of use. Newgrounds staff members are busy with site maintenance and monitoring, so don't be surprised if it takes several days for your account to be removed.
Read more ►

Wednesday, July 6, 2011

How to Find a Missing DLL


1. Note the missing DLL you wish to find. If you are not sure which DLL you are looking for, it is usually the one referenced in error messages when attempting to execute a program.
2. Open your 'Start' menu, located on the bottom left side of your screen. Click on the 'Search' icon, denoted by an image of a magnifying glass. This will open a new window with a special search pane.
3. Click on 'All files and Folders' when prompted what type of file to search for. In the text box for 'All or Part of the Filename,' enter the entire name of the DLL you are looking for, including the .dll extension of the filename (for example, if you are looking for 'library.dll' do not just type library, but add the .dll as well).
4. Right-click on the result found in the search window if the search finds the DLL you are looking for and it is not located in the file path 'C:\Windows\system32' as shown next to the result. Select the 'Cut' command. The icon of the selected DLL should become faded, indicating a successful Cut command.
5. Open your My Computer window, either by clicking on the icon on your desktop or Start menu. Enter your C: drive, navigate to the Windows folder then the system32 folder so that the location bar on the top portion of your window reads 'C:\Windows\system32.' Right-click on an empty area in this folder, and select 'Paste.' The missing DLL should appear. Restart your computer.
Read more ►

Tuesday, July 5, 2011

How to Stop Svchost


1. Run the MSCONFIG utility by clicking the 'Start' button on your desktop. Click inside the 'Search' box and type the word 'MSCONFIG.' Click the icon of the same label to load the utility.
2. Click 'Services.'
3. Clear the check box next to SVCHost and click 'Apply' to stop SVCHost on your computer.
Read more ►

How to Fix Newdev.dll


1. Open the Windows 'Command Prompt' utility. Do this by typing 'cmd' into the Windows search box on Windows Vista and Windows 7. Select 'Run' from the Start menu on XP, enter 'cmd' into the 'Run' window and click 'OK.'
2. Enter 'sfc /scannow' when the Command Prompt window opens. Press 'Enter' to execute the command. You may need to enter an administrator password.
3. Restart the computer after the errors have been detected and system files have been replaced.
4. Keep your Windows Setup disc on hand during the process as the System File Checker utility may need to copy certain files off the disc back to your hard drive when replacing the corrupted DLL file.
Read more ►

Sunday, July 3, 2011

How to Load amp; Where to Get Wnaspi32.Dll


Installing WinRar
1. Go to the Free Downloads Center website, a link is in the Resource section of this article, download and click on 'Save' to confirm the download of the WinRar archiving software setup file. You will need this program to decompress the downloaded DLL file saved in a 'zip' format.
2. Double-click the setup file once the download is complete and then click on 'Yes' to execute it.
3. Follow the instructions provided by the Installation Wizard to install WinRar on your computer.
Downloading Wnaspi32.Dll
4. Go to Dll-File website and click on 'Wnaspi32.Dll' link.
5. Click on 'Click Here to Go to the Download of Wnaspi32.Dll' link.
6. Click on the 'Download Wnaspi32.Dll' in the pop-up window and then on 'Save' to download the file.
Loading Wnaspi32.Dll
7. Double-click the saved DLL file in 'zip' format. WinRar will launch automatically.
8. Click on the unzipped DLL file and then press 'Control' and 'C' keys at the same time to copy the file to the Clipboard.
9. Go to the system folder on your computer. Depending on your version of Windows, the system directory will be located as follows: C:\Windows\System (Windows 95/98/Me), C:\WINNT\System32 (Windows NT/2000), or C:\Windows\System32 (Windows XP and Vista).
10. Press the 'Control' and 'V' keys at the same time to paste the DLL file in the system directory.
11. Click on 'Yes' to overwrite the corrupt DLL file.
12. Restart your computer.
Read more ►

Saturday, July 2, 2011

How to Repair the Flash9b.ocx File


1. Download a copy of the flash9b.ocx ActiveX control file.
2. Navigate to the folder to which you downloaded the file. Copy and paste the file to the 'c:\windows\system32' folder.
3. Click 'Start' and then 'Run' to open a 'Run' command box.
4. Type 'regsvr32 flash9b.ocx' in the command box, and press the 'Enter' key. This action will register your fresh copy of flash9b.ocx in the Windows Registry and will return your Adobe Flash Player to an operable state.
Read more ►

How to Fix a Whirlpool Washer Control Lock


1. Push "Pause/Cancel" two times to force the end of the cycle and unplug the washer's power cord from its power outlet.
2. Leave the washer unplugged for one minute, and reconnect the washer cable to the power outlet.
3. Push "Control Lock" on the front of the washer's control display for three seconds and release the button.
4. Turn the cycle knob to "Drain/Spin" and tap "Power" to power on the washer. The door unlocks once the water is cleared out of the washer.
Read more ►

Friday, July 1, 2011

How to Stop IE6 Messages About ActiveX


1. Click 'Start' on the Windows task bar and enter 'iexplore' into the run bar.
2. Find the 'Tools' menu near the top of the browser window and left-click your mouse. Click on 'Internet Options'.
3. Click on the 'Security' tab within the window, then click on 'Internet' followed by the 'Custom Level' button.
4. Scroll down the list until you see the 'ActiveX controls and plug-ins' heading.
5. Find 'Automatic prompting for ActiveX controls' and click the radio control next to 'disable.' You will no longer see browser prompts when an ActiveX control wishes to run.
Read more ►

How to Unregister Photoshop


1. Open Adobe Photoshop.
2. Click the 'Help' menu and select 'Deactivate.'
3. Choose whether or not you want to erase your serial number from the computer. If you are getting rid or giving away your computer, this may be the ideal thing to do. If you are keeping your computer, there is no need to erase it and may help you out if you choose to reinstall Photoshop at a later time.
4. Click the 'Deactivate' button to unregister Photoshop from the computer.
Read more ►