How to Convert VB6 to VB 2010

1. Click the Windows 'Start' button and select 'All Programs.' Click 'Microsoft .NET 2010,' then click 'Visual Studio 2010' to open the software.2. Click the 'File' menu item. Click 'Open,' and in the sub-menu of options, click 'Convert.' Double-click the VB6 project file in the dialog window to start the wizard.3. Click 'Visual Basic .NET Upgrade Wizard' in the list of options. Click 'Next' in the first welcome window.4. Select 'EXE' from the file type window. If the VB6 project is a DLL,...

How to Download a File on WinInet.DLL

1. Create a new function that takes the URL as its single parameter, using this code:std::string GetUrl(const char *URL){2. Insert this code to create a new constant buffer to store the size of the parts that make up your file:const int DownloadBufferSize = 1024;3. Add this code to create a constant that stores errors, in case your program throws one:const std::string errorString = "ERROR";4. Use the HINTERNET function of WinInet to open an Internet connection, before you attempt to download...

How to Access a Dll for Visual Basic

1. Create a call to the DLL file. In this example, a call to a DLL that manages the hard drives on the machine is used. The following code creates a call to the file:Declare Sub getdiskinfo Lib 'c:\myDLL' (ByVal drive As String, ByVal volume As String, free_space As Long)2. Create variables to send to the function and variable that contains the return value. The following code is used to declare variables in Visual Basic:Dim drive As StringDim volume As StringDim free As LongDim returnValue...

How to Run Disk Cleanup on Windows XP Replaced by Unrecognized Versions

1. Insert the Windows XP Setup CD into the CD drive on your computer if you are prompted to. Close the auto run box by clicking the 'X' in the top right corner.2. Click 'Start,' 'Run' and type 'sfc /scannow' in the open field and click 'OK.' A Windows File Protection dialog box opens with 'Please wait while Windows verifies that all protected Windows files are intact and in their original version' message. This process will take approximately 15 minutes to complete, and automatically repairs...

How to Correct an Svchost.Exe Application Error for Good

Verify Settings1. Go to 'Start > Run' and type 'services.msc.' Hit 'OK' to load the menu.2. Click on 'Automatic Updates.'3. Hit 'Log On' tab and check the box for 'Local System Account' and uncheck 'allow service to interact with desktop.'4. Go to 'Hardware Profiles' and hit 'Enable' for the service box.5. Click the 'General' tab and select 'Automatic' for 'Startup Type.'6. Click the 'Start' button for 'Service Status.'7. Find 'Background Intelligent Transfer Services' on the menu...

How to Fix Xwpdlx.20 Errors

1. Open the 'Add/Remove Programs' dialog box located under your computer's 'Control Panel.'2. Verify the location of the Softuarium program. If it is installed on your computer, remove the program by selecting the 'Add/Remove' programs menu button.3. Run an antivirus program update from your program's control panel. Most antivirus programs will have a single menu selection to run when updating the software.4. Conduct a complete system scan with your antivirus software. If you do not have...

How to Fix Msvcr70.dll

Restore from Recycle Bin1. Close all active programs. Double-click the “Recycle Bin” icon on the Windows desktop.2. Scroll through the listed of deleted files and folders in the Recycle Bin window until you locate the MSVCR70.dll file.3. Click the MSVCR70.dll file to highlight it. Click the “Restore this Item” button on the Recycle Bin toolbar. Close the Recycle Bin window and attempt to restart the application that displayed the MSVCR70.dll error.Reinstall Application4. Insert the installation...

How to Reset the Quickbooks Registry

Change or Delete the Registry Directly1. Locate the qbregistration.dat file. Sometimes an update from an anti-virus program or from Microsoft Windows can corrupt the QuickBooks registration file. This option involves going into your operating system and choosing to view hidden files. Unless you are fully confident in your ability to change or alter your operating systems files, do not choose this method. To find this file, right-click the 'Start' button. Click 'Explore' and then 'Organize'. Find...

How to Remove AcroIEHelper.dll

1. Close any Web browser you have open on the computer. Click the Windows 'Start' button and type 'services' in the search text box. Press 'Enter' to open the Control Panel's 'Services' utility.2. Click the 'Services' icon in the left panel. A list of services running on the computer is displayed. Click the 'Adobe Acrobat' service and click 'Stop.' Stopping the service releases the lock placed by the operating system, so you can delete it from your system.3. Click the Windows 'Start' button...

How to Activate ActiveX Controls

1. Click 'Tools' and 'Options' from the Internet Explorer navigation toolbar. This will open the Internet Options window.2. Select the 'Security' tab and then click the 'Custom Level' button.3. Scroll down to the heading for 'ActiveX Controls and Plug-ins.'4. Check the 'Enable' button next to 'Run ActiveX Controls and Plug-ins.' Also, click the 'Enable' button next to 'Script ActiveX Controls Marked Safe for Scripting.' This will activate your ActiveX controls.5. Choose 'Yes' when a warning...

How to Replace Usp10.dll

1. Browse the Internet to a download page for a replacement version of usp10.dll. You can find a link to one such page in the Resources section below.2. Click the download link and follow the on-screen prompts to save the .zip file to your computer.3. Double-click the .zip file to open it in your default unzipping program. Click the 'Extract' or 'Unzip' button and select the desktop as your file destination, then click 'Open' to extract the file to your desktop.4. Double-click the 'My Computer'...

How to Fix Registry Files

1. Download and install CCleaner at no charage (see Resources below).2. Launch your program after it has installed and click 'Registry' on the left panel.3. Click 'Scan for Issues.' CCleaner will scan for registry errors, missing dll files, missing MUI references, keys and values.4. Click 'Fix selected issues' when the scan is complete. Click 'Yes' to back up and save the registry. Type a name for the backup and click 'Save.'5. Click 'Fix all selected issues,' and click 'OK' to fix the...

How to Get Rid of the Rich Video Codec 1.6

Automatic Removal1. Click 'Start,' 'All Programs' and 'Windows Defender.'2. Click the down arrow next to Scan and select 'Full Scan' from the drop-down menu. Windows Defender scans your entire computer and automatically removes any malicious programs that it detects. The may take anywhere from several minutes to several hours.3. Restart your computer.Manual Removal4. Press 'Ctrl,' 'Shift' and 'Escape' to open the Task Manager. End each of the following processes by right-clicking the process...

How to Fix a Corrupted Hal.dll

Check the BIOS order1. Reboot your computer system. Press the “Delete” key repeatedly until the BIOS screen displays.2. Open the “Boot” menu. Check the order of the boot sequence list. Ensure that the hard drive that contains Windows, which is usually the C drive, is the first boot sequence listed.3. Use the arrow keys to move the hard drive with Windows on it to the top of the boot list if it is not already in that order.Replace the File4. Load your PC with your Windows boot disk. Launch...

How to Program the Progress Bar in VB.net

1. Open a Visual Basic project. Double-click the "Progress Bar" control on the toolbar to add "ProgressBar1" to the form. Double-click the "Button" control to add "Button1" to the form.2. Press "F7" to open the code window. Open the "Form1_Load" subroutine and type the following:ProgressBar1.Minimum = 0ProgressBar1.Maximum = 5ProgressBar1.Value = 0This code sets the starting values for the progress variable, as well as the minimum, maximum and current values for the progress bar. You can set...

How to Scan amp; Repair DLL Files

1. Understand terminology before choosing a .dll scan/repair software. .DLL refers to a collection of small files of code that serve as links between software and data. The registry, although used interchangeably with .dll, is different. The registry is essentially the nervous system for your computer. When you attempt to open a program, your computer searches the registry to find where the program is stored. The registry contains references to settings and values for the operating system, the...

How to Register Sysinfo

1. Press 'Run' from 'Accessories' in the 'Start' Menu.2. Type 'Regsvr32 C:\Windows\System32/Sysinfo.ocx' (without the quotation marks) into the dialog box.3. Tap 'Enter' to complete the Sysinfo registration proces...

How to Delete Mscoree Dll

1. Press the 'Start' key and the 'R' key on your keyboard simultaneously. The 'Start' key might have a Windows icon on it.2. Type 'cmd' in the box and click 'OK.'3. Type the following command: 'regsvr32 /u mscoree.dll.' This unregisters the library.4. Type 'delete %windir%\system32\mscoree.dll.' This deletes 'mscoree.dll' from your compute...

How Can I Register an ActiveX Control?

Windows-Based Registration1. Back up the registry by creating a restore point. On Windows 7, click the 'Start' button, then open the Control Panel. Type 'Restore Point' into the search box and press the 'Enter' key. Click 'Create a Restore Point,' then click the 'Create' button. Enter a name for the restore point, then click another 'Create' button. After a brief wait, the registry and system settings will be saved.2. Download and install a trial version of an ActiveX registration utility (see...

How to Get Rid of Rundll Errors

1. Take notice of the rundll error file name. Type the dll into the search box at www.processlibrary.com to determine if it is indeed a trojan virus or spyware.2. Locate and stop the rundll process from running. Click on the Start Menu, then Run and type services.msc in the box and press enter. Find the rundll error in the list and stop it.3. Run a registry cleaner on the computer to remove any infections. Reboot the PC afterward.4. Update the currently installed anti-virus software on your...

How to Register ActiveX

1. Click the Windows 'Start' button.2. Type the following command (without quotes) into the Search input box (Vista) or at the Run input box or C: prompt in a DOS command window (XP, 2000):'Regsvr32 /s FILENAME.OCX'Change the world 'FILENAME' to the file name of the .ocx file and run the command from the same directory as the .ocx file.3. Press the 'Enter' key to execute the command. The ActiveX control will be registere...

How to Troubleshoot the Defragmenter in Vista

Method One1. Go to 'Start > Run' on your computer.2. Type in '%Windir%\Inf' and hit 'OK.' A file should pop up on the right side of the window.3. Right click on the file name and hit 'Install.' This will reinstall the defragmenter program, which may eliminate any problems you may be having.Method Two4. Go to 'Start > Run' on your computer.5. Type in 'rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %windir%\inf\dfrg.inf.'6. Hit 'OK' to make the program automatically...

How to Troubleshoot Windows XP ActiveX Control

Enabling ActiveX1. Launch your Internet Explorer web browser and click the 'Tools' button.2. Scroll down and click 'Internet Options.' Click the 'Security' tab and click 'Custom Level.'3. Click 'Prompt' under 'Download signed ActiveX controls.' Click 'Enable' under 'Run ActiveX controls and plug-ins.' Click 'Enable' under 'Script ActiveX controls marked safe for scripting.'4. Click 'OK' to save the changes and 'OK' again to close the Internet Options.Solving ActiveX Registry Errors5. Download...

How to Fix Error 1327 G

1. Click 'Start' and right-click 'Computer' in the Start menu. Then click 'Manage.'2. Click 'Disk Management' in the sidebar.3. Right-click the drive that was originally drive G and click 'Change Drive Letter and Paths.'4. Click 'Change,' click 'G' in the drop-down box and click 'OK' twice.5. Open the registry editor by clicking 'Start,' typing 'Regedit' into the search box in the Start menu and pressing 'Enter.'6. Navigate to the 'HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell...

How to Reinstall Xprt6.Dll

1. Click the 'Start' menu and click 'Control Panel.'2. Click 'Programs' and then click 'Programs and Features.'3. Click any applications with 'AOL' in the name within the list of programs and click 'Uninstall/Change' above the list.4. Select 'Repair' when you get a prompt asking what you would like to do. Continue following the uninstaller application until the application completely repairs. Restart your computer when you finis...

How to Repair the Quick Launch Toolbar on Windows XP

1. Click 'Start' and then click 'Run.'2. Type 'cmd' in the Run dialog box that opens and then click 'OK.'3. Type the following commands in the command prompt (the black window that opens) and press 'Enter' after each:IE4UINIT.EXEREGSVR32 /i SHELL32.DLLREGSVR32 /i BROWSEUI.DLL4. Type 'Exit' in the command prompt and then restart your computer.5. Repeat Steps 1 and 2, and then type the following command into the command prompt and press 'Enter':%Appdata%\Microsoft\Internet Explorer\Quick...

How to Fix System32 Hal Dll

1. Insert the Windows XP CD into your CD-ROM and restart your computer.2. Press the letter 'R' on your keypad when the 'Welcome to Setup' screen appears.3. Press the number '1' on your keypad and press ENTER.4. Type the administrator password when prompted and press ENTER. This will open the Command Prompt window.5. Type 'EXPAND D:\I386\HAL.DL_ C:\WINDOWS\SYSTEM32\HAL.DLL' (without the quotation marks) into the Command Prompt window and press ENTER. Note that this command assumes that...

How to Update Zlib1.Dll

1. Download the ZIP file containing Zlib1.dll from Zlib's website.2. Click on "Start" and select "Computer" to open Windows Explorer. Navigate to the folder to the folder where you saved the downloaded ZIP file. Right-click on the file and select "Extract" to extract its contents onto your hard drive.3. Open the folder containing the extracted file and right-click on the "Zlib1.dll" file. Select "Copy" from the contextual menu.4. Navigate to the following folder:C:\Windows\System32Right-click...

How to Delete Shlwapi.dll

1. Right-click on the 'Start' button in Windows and select 'Explore' from the options that pop up. In the left panel of the Windows Explorer window that opens, navigate to the system folder for your version of Windows. If you have a 32-bit version of XP or Vista, this folder is located at 'C:\Windows\System32.' In 64-bit versions of XP or Vista, it can be found at 'C:\Windows\SysWOW64.' In 2000 and NT, the system folder is 'C:\WINNT\System32,' and in 95, 98 and ME, it's 'C:\Windows\System.'2....

How to Get Permission to Replace DLL Files

1. Log in to your computer using an administrator username or another account with admin privileges. After you log in, click the Windows 'Start' button, select 'Control Panel' and click 'System and Security. Click 'Administrative Tools' and then double-click the 'Computer Management' icon.2. Click 'Local Users and Groups' in the left navigation panel. Click the 'Administrators' group. This group lets a user change any setting on the computer, including DLL file replacements.3. Right-click...

How to Fix Error 1721

Re-register Windows Installer Service1. Restart your computer and press the F8 key repeatedly as soon as you see the BIOS information on your screen. Pressing the F8 key allows you to access the 'Safe Mode' of your computer. Select 'Safe Mode' and hit 'Enter.'2. Log on as 'local administrator.' Click 'Start' and select 'Run.' Type 'cmd.exe' in the 'Run' box and click 'OK.' This will open the DOS (command) prompt.3. Un-register Windows Installer service by typing 'msiexec/unregister' at the...

Syntax Error During XP Installation

1. Log on to another computer. Insert the Windows XP CD. Click "Open Folder to View Files in Windows Explorer."2. Press "Ctrl" and "A" to select all of the files. Go to the desktop. Right-click the desktop, then point to "New." Click "Folder."3. Name the folder "XP." Double-click the folder to open it, then press "Ctrl" and "V" to paste the contents of the Windows XP CD to the "XP" folder.4. Click "Start." Go to "All Programs," then to "Accessories." Click "Notepad." Paste the following...

How to Install ActiveX with a Missing Component Error

Registering Data Access Objects1. Click 'Start' to open a list of options and programs available on your computer.2. Click 'Run' to find and run the program you are looking for.3. Type 'regsvr32' followed by the path to the DAO file. Microsoft Support Online gives the example of registering the DAO 3.5 library. To do this, you would type 'regsvr32 C:\Program Files\Common Files\Microsoft Shared\DAO\DAO350.DLL' in the 'Run' pop-up box.Validating a Utility Reference4. Pull open the database...

How to Register Richtx32.ocx

1. Click the 'Start' icon, click 'Accessories' and then click 'Run.'2. Enter the following command into the dialog box:Regsvr32 C:\Windows\System32/Richtx.ocx3. Press 'Enter' to confirm the Richtx.ocx registratio...

How to Remove Aio Software

End System Processes1. Press the "Ctrl," "Shift" and "Esc" keys at the same time to start the Task Manager.2. Click the "Processes" tab in the Task Manager's window.3. Select "keysetup.exe" from the list of the processes and click "End Process" at the bottom of the window.4. Repeat Step 3 for "csrss.exe," "emconv.exe" and "mseidvsrm.exe."5. Close the Task Manager.Unregister DLLs6. Go to the "Start" menu, type "cmd" in the "Start Search" box and hit "Enter" to start the command line window.7....

How to Troubleshoot EAW Map Editor

1. Download the editor from an official LucasArts website or a reputable third-party site, otherwise the problems you are suffering could be due to a corrupted file.2. Re-install the program in order to fix any problems which were caused during the previous installation. Often problems with programs are caused due to corruptions during the installations. Restart your machine before attempting to use the program again.3. Ensure your version of 'Empire at War' is compatible with this particular...

How to Repair Rundll32 Problems

1. Log in to Windows with a user account that has administrator access.2. Click 'Start' and choose 'All Programs.' Click the 'Accessories' option and select 'System Tools.' Choose the 'System Restore' option.3. Click 'Next' in the System Restore wizard to display a list of restore points created for your computer. Select a restore point that was made before you began experiencing problems with the Rundll32 process. Click 'Show More Restore Points' and select an earlier point if you are unsure.4....

How to Fix Codec Errors

Get Automatic Codec Updates1. Start up Windows Media Player. Click on the 'Start' button, choose 'My Programs' and then 'Windows Media Player.'2. Choose 'Options' on the Tools menu.3. Make sure that 'Download codes automatically' is checked on the first screen. When Windows Media Player encounters a video that's been encoded using a codec it doesn't know, it will attempt to download it automatically.4. Click on 'OK' to complete the process.Install the DivX Codec5. Go to DivX.com (see Resources)....

How to Fix a Xvidcore DLL Error

1. Open a web browser and go to the Xvid website (see Resources).2. Click the 'Download' button and wait for the file to download.3. Open the file you downloaded. It's called 'Xvid-(version number).exe' The version number changes with each update the Xvid team releases.4. Click 'Yes' to allow the program to modify your computer, then click 'Next.'5. Click the 'I accept the agreement' button, then click 'Next,' then click it again on the next screen.6. Click 'Next' on the 'Select Destination...

How to Fix Corrupt Windows Vista Files

1. Insert your Windows Vista disc into your optical drive. Close the installation prompt if it automatically launches due to autorun.2. Click the "Start" button located in the lower-left corner of the Windows desktop. This will cause the start menu to appear.3. Locate the search box located in the lower-left corner of the start menu.4. Enter the text "run" in the search box and press the "Enter" key. This will launch the "Run" dialog box.5. Enter the text "sfc /scannow" (without quotations)....

How to Unregister an OCX

1. Click the Windows 'Start' button and select 'Run.' Type 'cmd' in the textbox and press 'Enter.'2. Navigate to the location of the OCX file. For instance, if the file is located in the 'c:\myocx' directory, type 'c:\myocx' in the command prompt and press 'Enter.'3. Type the command to unregister the file. Type 'regsvr32 /u myfile.ocx' in the command prompt. Change the 'myfile.ocx' with the name of your file. The '/u' switch triggers the uninstall process.4. Read the confirmation. The...

How to Troubleshoot an Internet Explorer Error amp; Shut Down

Disable Script Debugging1. Launch Internet Explorer from the taskbar, Start menu or desktop. Click 'Tools.' Click 'Internet Options.'2. Click 'Advanced.' Scroll to 'Browsing.' Check 'Disable script debugging (Internet Explorer)' and 'Disable script debugging (Other).'3. Click 'OK.' Restart your computer.Download an Upgrade for the Script Debugger4. Launch an alternate web browser and navigate to the Microsoft Download Center. Download the script debugger for Windows NT 4.0 and later (see...

How to Fix Connapi.Dll

Remove the File1. Close the Photoshop Elements software.2. Click 'Start' and click 'Computer.'3. Click 'C' and open 'Program Files.' Open the 'Adobe' folder and click 'Photoshop Elements.' Open the 'moxplugins folder.'4. Right-click the 'NOKIAManager.mox' file and select 'Delete.' Reboot your system.Remove the Software5. Click 'Start' and click 'Control Panel.'6. Open 'Uninstall a Program' or 'Add/Remove Programs.'7. Remove the Nokia PC Suite software.8. Reinstall the Nokia PC Suite...

How to Fix a WLTray.exe Application Error

1. Click 'Start,' type 'System Restore' in the 'Search' box and press 'Enter.'2. Click 'Use a different restore point.'3. Click to select a restore point prior to the corruption of your WLTray system program.4. Click 'Next' to restore the syste...

How to Disable Flash ActiveX

1. Click 'Start.'2. Click 'Control Panel.'3. Double-click 'Internet' from within the Control Panel window.4. Click the 'Security' tab.5. Select 'Internet Zone' and press the reset button to set it at the Medium level.6. Click 'Custom Level.'7. Scroll through the Security Settings Dialog box and deselect 'Script ActiveX controls marked safe for scripting' to disable the setting.8. Click 'OK' on the Security Settings and Internet Properties dialog boxes to finalize the disabling of...

How to Set Up a Failed SXS Dll Syntax Error

1. Insert your Windows XP CD into your CD-ROM or DVD-ROM drive and close the disc tray.2. Close the 'Auto-launch' window, which displays automatically after inserting a disc.3. Click the 'Start' button and the 'My Computer' link.4. Double-click the CD-ROM or DVD-ROM drive currently running the inserted Windows XP CD. A Windows logo and CD icon should display next to the drive. The drive is usually labeled 'E:,' 'G:' or 'D:.'5. Right-click the 'Autorun.exe' file from the install disc and...

How to Remove SHLWAPI.DLL

1. Click on the 'Start' menu.2. Type 'cmd' into the Search box and press 'Enter.' Or, if you are using a version of Windows prior to Windows Vista, click on 'Run,' type 'cmd' into the Run box and click 'OK.' The Windows Command Prompt opens.3. Type 'regsvr32 /u SHLWAPI.dll' (without the quotation marks) into the Windows Command Prompt and press 'Enter.' A confirmation message will appear, telling you that you have successfully removed SHLWAPI.DL...

How to Find Problems With Your Computer

1. Install a registry cleaner software on your computer. Registry cleaners find infected registry entries, invalid DLL files and unused software entries. Scan your computer with a registry cleaner to have the program list the problems that need to be fixed. Repair and/or delete the registry entries that the cleaner tells you are safe to remove and clean.2. Find computer malware problems by conducting a full-system scan with an anti-spyware and/or anti-virus program on your computer. Antivirus...

How to Find Windows System 32 Files

Find Windows System32 Files in Windows XP1. Launch Windows Explorer. Click the 'Start' button, go to 'Programs' or 'All Programs,' select 'Accessories,' then click on 'Windows Explorer.' Alternatively, open 'My Computer,' copy and paste either of the following file addresses in the My Computer address bar: %SystemRoot%\explorer.exe or C:\WINDOWS\explorer.exe. Then hit 'Enter' on your keyboard.2. Open the Windows Explorer 'Tools' menu and select 'Folder Options.' Click on the 'View' tab. Select...

How to Fix Setupx.Dll

Updating Setupx.dll1. Click the 'Start' button in the bottom left corner of Windows. Look in the 'All Programs' folder, then click the 'Windows Update' icon. Microsoft Internet Explorer will open and load the Windows Update page.2. Click 'Express Install.' Windows will immediately begin looking for available updates, which can take a while. If Windows discovers any uninstalled service packs or other important updates, click 'Install Updates' when prompted. The installation will begin automatically,...

How do I Fix Runtime Errors to Install Scansoft Paperport?

1. Click the 'Start' button and then click the 'All Programs' button.2. Click the 'Windows Update' icon from the menu.3. Click the 'Check for updates' button on the left side of the software window.4. Click the 'Install Updates' button at the bottom of the software window.5. Restart your system to clear the errors.6. Insert your Scansoft Paperport installation disc into the computer's optical drive.7. Follow the prompts to install the software onto your compute...

How to Explain the PC Registry

Manual Management1. Open the registry by clicking the Windows 'Start' button. Click 'Run' or 'Start Search' (Windows Vista users).2. Type 'regedit' (Without quotes) and press 'Enter.' That will open your computer's registry.3. Back up your registry by clicking 'My Computer' on the left panel. Click 'File' and click 'Export.' Type in the name for the backup file and click 'Save.' Before you make changes to the registry, it is always important to create a backup copy that you can come back to...

How to Fix a Word Runtime Error 438

1. Click "Start," "Settings" and then "Control Panel."2. Double click "Add/Remove Programs," then, in the "Options" dialog box, select the "File Locations" tab.3. Select "Install/Uninstall," click "Word in Works Suite Add-in" and click "Add/Remove."4. Follow the on-screen instructions to remove the add-in that is causing the conflict with Wor...

How do I Correct ActiveX Controls?

1. Launch Internet Explorer from your 'Start' menu.2. Click on the 'Tools' menu and select 'Internet Options'.3. Click on the 'Security' tab.4. Click on the 'Custom Level...' button under 'Security level for this zone'.5. Scroll down through the settings and locate 'ActiveX controls and plug-ins'.6. Click to select 'Enabled' next to 'Run ActiveX controls and plug-ins'.7. Click to select 'Enabled' next to 'Script ActiveX controls marked safe for scripting'.8. Click on 'Apply'. Click...

How to Register the Msxml3.Dll File

1. Go to the 'Start' menu, type 'run' in the 'Start Search' box and press 'Enter.'2. Type 'regsvr32 'C:\Windows\System32\msxml3.dll' in the search field of the 'Run' window and press 'Enter' to register the DLL file.3. Click 'OK' in the confirmation pop-up and then restart your compute...

How to Restore an Invalid Application in Win32

1. Ensure that the application you are trying to run is indeed a Win32 application. If it was designed for an older version of Windows (prior to Windows 95) or for DOS, it may not run properly on a 32-bit version of Windows. Similarly, if it was designed for a 64-bit version of Windows Vista or Windows 7, it definitely will not run. Check the source from which you obtained the program for further details about the application.2. Uninstall the application that Windows is calling invalid. Then,...

How to Diagnose a Connection DLL Problem Returns Error

1. Click the 'Start' button, and then click the 'All Programs' button.2. Click the 'Accessories' icon, and then right click on the 'Command Prompt' icon.3. Select 'Run as administrator' from the menu, and then enter your administrator password into the field.4. Type 'sfc /scannow' into the command prompt. Press the 'Enter' key to start the scan.5. Restart your computer after the scan has completed to clear your erro...

How to Fix Root Rot

Preparation1. Remove the affected plant from the plant pot and set aside. Remove all other plants from the soil, because it is contaminated and will need to be replaced. Set the plant with root rot aside, away from the other plants.2. Rinse the roots of the healthy plants in 75-degree water to remove the existing soil.3. Mix sterilized drainage material like rocks, gravel or broken pieces of clay pot into your sterile soil to improve drainage. If you are using a container to grow your plants,...

How to Fix Windows Vista Registration File

1. Open the 'Start' menu and type 'cmd' into the 'Search' box.2. Click on the 'cmd' program that appears at the top of your Start menu.3. Type in 'slmgr.vbs -ipk x' and press 'Enter,' where 'x' is your correct Windows Vista product key.4. Type in 'slmgr.vbs -ato' to re-register the correct key, fixing the registration file.5. Reboot your compute...

How to Repair a Svchost.exe Application Error

Verify Windows Update Settings1. Press the 'Start' key and the 'R' key simultaneously to launch the Run box. Type in 'services.msc' (without the quotes) and click 'OK.'2. Click 'Automatic Services.'3. Select 'Local System Account' under the 'Log On' tab. Uncheck 'Allow service to interact with desktop.'4. Click the 'General' tab and select 'Automatic' under 'Startup Type.'5. Repeat Steps 2 to 4 for the Background Intelligent Transfer Service.Windows Update DLLs6. Press the 'Start' and...

How to Remove Old DLL Files That Are Still Running

1. Determine that the DLL files are malicious or unnecessary before going forward. Removing a DLL file that pertains to the operating system or another program could cause the application or system itself to stop functioning.2. Press the 'Start' button and click 'Run.' In the 'Open' box, type 'cmd' and click the 'OK' button. The command prompt window will open.3. Type 'cd' and then press the space bar. Type in the complete file path of the DLL file. Press the 'Enter' key.4. Type 'regsvr32...

How to Scan amp; Repair a DLL Error

1. Download and install Registry Booster 2010 4.7.2.15 (see Resources). Run the set-up to finish the Registry Booster installation. Open the tool and click 'Registry Scan.' Scan your system for DLL errors. Click 'Fix Errors' once the scan is complete. Reboot your system.2. Download and install Free Registry Cleaner 4.21.20 (see Resources). Run and complete the set-up. Open Free Registry Cleaner and click 'Scan Now' to detect the DLL errors. Click 'Fix all' once the scan is complete. Reboot your...

How to Fix EXE Errors

1. Press 'Start' on your taskbar. Highlight and click on 'Search' from the 'Administrator' menu box. Select 'All files and folders' and under 'All or part of the file name' type '*.tmp' in the search box. Click the menu arrow and select 'Local Hard Drives (C:) and press the 'Search' button.2. Wait for Windows to finish searching for the files and then delete the files that are displayed in the 'Search Results' box. This step will delete all of the temporary files on your computer.3. Run Windows'...

MS Outlook 2000 Will Not Launch

1. Go to your 'C:\Program Files\Common Files\System\Mapi\1033' folder on your computer hard drive.2. Double-click 'Scanpst.exe' to start your PST file repair tool.3. Go to 'Start' then 'Search' and type '%appdata%\Microsoft\Outlook' in the search box. This enables you to see the location of the PST file on your machine.4. Click 'Browse.' Choose the PST file you just viewed in the prior step.5. Click 'Start' in Scanpst and allow the tool the time it needs to scan your file.6. Back up...

How to Run a Dll

1. Click 'Start' and type 'Control Panel' in the 'Search' bar. Hold 'Shift' and click 'Enter.'2. Confirm the administrative access request when it appears by clicking 'Yes.'3. Execute the DLL by typing the rundll command in the form of 'Rundll.exe <dll file name>,<entry function>, <arguments>' where each file enclosed in < and > signs is to be replaced by its actual function in the DLL file that should be accessed. Entry functions are commands in the DLL file that can...

How to Fix a Corrupt amp; Unreadable File

1. Click 'Start' and click 'All Programs.'2. Select 'Accessories' and right-click 'Command Prompt.' Click 'Run as administrator.'3. Type 'sfc /scannow' at the prompt and press 'Enter.' Allow the scan to detect and fix the corrupt and unreadable files.4. Type the following commands at the prompt one at a time to determine the status of the corrupt file:findstr /C:'[SR] Cannot repair member file' %windir%\logs\cbs\cbs.log >sfcdetails.txtedit sfcdetails.txtA log will appear that contains...

How to Fix a CLR Error in a Computer

1. Remove any compatibility statements that are checked in the compatibility section of the system. To remove program compatibilities, navigate to the folder where the program is stored on the computer's hard drive, right-click the program name, hover over 'Properties' in the window that comes up and select 'Compatibility.' Uncheck any boxes that are checked in the window and click 'OK' for the changes to take effect.2. Open the 'Start' menu and go to 'Control Panel.' Select 'Add/Remove Programs'...

How to Remove the Patched User32 Virus

Preparation and Safe Mode1. Write these instructions down on a notepad or piece of paper. Removing this threat will require multiple computer restarts and you may not be able to access this Web page again once the process has begun.2. Download and install the Microsoft Malicious Software Removal Tool. MSRT is a free program developed by Microsoft to assist you in destroying virus and trojan infections.3. Restart your computer by clicking 'Start' and 'Shut Down,' then selecting 'Restart.'4....

How to Repair a Critical Softwrap File Error

1. Click the 'Start' button and 'Control Panel.'2. Click on 'Programs' and 'Programs and Features.'3. Click on the pirated software in the menu that appears.4. Click the 'Uninstall' button at the bottom of the screen.5. Wait for the program to uninstall and then restart your syste...

How to Edit a Dynamic Link Library

1. Use Spices.Decompiler (see Resources). Spices.Decompiler allows you to take any DLL on your computer and decompile it, or take it apart. You can then make edits to the contents of the DLL (if its an icon library) or make changes to the way the DLL operates (if it contains instructions). Spices.Decompiler is free to use for an unlimited period of time.2. Use PE Explorer (see Resources). PE Explorer allows you to see exactly what is contained in a DLL without taking it apart first. If you determine...

How to Install a Dll Driver With No System 32 Folder

1. Click the Windows-logo button on the lower-left-hand side of the screen. Type 'Run' in the 'Search' box.2. Press 'Enter.'3. Type 'regsvr32 path name' and press 'Enter,' replacing 'path' with the directory containing the DLL file and 'name' with the name of the DLL fil...

How to Fix DWWIN.exe

1. Locate the link to the RegCure website (see Additional Resources below). RegCure is a program that will scan the computer's registry for errors. Once on the web page, scroll down to the bottom of the page and click 'Free Download.' You will be prompted to save the file and the download will begin.2. Open the newly downloaded file. It will be an icon in the desktop or in a new 'Downloads' pop-up window. The RegCure installation wizard will initiate. Follow the wizard's prompts to complete...

How to Recover Missing Files on Vista

1. Insert the Windows Vista disc. Wait until the install page appears.2. Click "Install Now".3. Click "Get Important Updates". This will ensure that you'll have the latest version of Vista when you reinstall.4. Enter the product key found inside your Windows Vista packaging. Click "Next".5. Select "I accept the license terms" and click "Next".6. Select "Custom" for the installation type.7. Install Windows to your C partition. This will fix any corrupted files you may have and recover...

How to Disable Ad

1. Open Internet Explorer and select "Tools" at the top of the page.2. Highlight "Pop-Up Blocker" and select "Turn Off Pop-Up Blocker."3. Press "Ctrl," "Alt" and "Delete" on the keyboard simultaneously for third-party ad-blocking programs.4. Click the "Processes" tab in the Task Manager window. Scroll through the list of programs until you find the ad-blocking program. Select it and click the "End Process" butto...

How to Install Flash Player on Mac OS 10.3

1. Go to the Adobe Flash Player archive (see Resources).2. Download the link entitled Flash Player 9; it will be a .zip file containing all the archived versions of Flash Player 9, as various versions may work with varying operating systems.3. Open the downloaded .zip file, and then open the file titled readme.txt. From the options listed, choose the correct Flash Player to match your operating system. Choosing the latest version of Flash is suggested to avoid bugs and other issues.4. Open...

How to Fix a quot;JVM terminated. Exit code=13quot; Error in Eclipse

1. First, realize that this error is caused when you are attempting to start Eclipse using the wrong version of the Java Virtual Machine (JVM). So you need to realize what JVM you are starting with.2. If you are using Linux, you can type "which java" on the command line. Otherwise, you can type "java -version". This will give you the Java version.3. Now, you need to research the correct JVM for the version of Eclipse that you are using. For example, if you are using Eclipse Europa, it...

How to Fix D3d9.dll

Install the Latest Version of DirectX Software1. Navigate your Web browser to the Microsoft DirectX Downloads page (see Resources).2. Click on the most recent version of the DirectX SDK. It is located under the 'Latest DirectX Release Notes' link.3. Click 'Download' on the next page to download the installer. Save the file to an easily accessible place on your hard drive such as the desktop.4. Double-click the installer file when it has finished downloading. Follow the on-screen instructions....

How to Fix Runtime Error 429

1. Go to the Microsoft Windows Script update page for a download that will correct the Runtime Error 429.2. Click 'Download.' There will be a slight pause, then a new window will appear which asks if you want to save the file to the computer. Select 'Save File.' The update will now download to the computer.3. Double-click the downloaded files icon. This will open the Microsoft installation wizard.4. Follow the steps in the installation wizard to complete the setup. Once the installation...

How to Find if Flash Player Is Installed

1. Go to Adobe's official website and click the 'My Support' link at the top of the page.2. Click the 'Adobe Flash Player' icon on the product support page.3. Click the 'Flash Player Developer Center' link, which is located in the 'More Help' section. The 'Flash Player for end users' section will display Adobe's latest available version of Flash Player.4. Click the 'Check Version' button to determine if you have Flash Player installed on your computer. If the software is installed, your...

How to Fix GameGuard Error 361

Browser Proxy Settings1. Double-click the 'Internet Explorer' shortcut on your desktop to launch the browser. Click the 'Tools' menu and select the 'Internet Options' link from the menu. The 'Internet Options' dialog box displays onscreen.2. Select the 'Connections' tab and the 'LAN Settings' button to launch the 'LAN Settings' dialog box.3. Click the 'Use Proxy Server for your LAN' check box, if checked to remove the check mark, and then the 'OK' button twice to exit both dialog boxes.Modified...

How to Remove Error Repair Tool

1. Right click on your task bar, which runs across the bottom of your screen. Choose 'Task Manager' from the submenu.2. Click the 'Processes' tab and click on a file called 'ProgramFiles\ErrorRepairTool\ErrorRepairTool.exe.' Click 'End Process.'3. Look for a file called 'setupxv[1].exe' and click on it. Click 'End Process' to delete it. Close the Task Manager window.4. Go to 'Start' and then 'Run.' Type 'cmd' into the empty bar and press 'OK.' This loads the Command Prompt.5. Type 'regsvr32...

How to Fix Windows Media Player Errors

Re-register the Files1. Press the Windows button on the keyboard plus the 'R' button.2. Type 'cmd' in the 'Open' dialog box and click 'OK.' This opens the Command Prompt.3. Paste the following the commands in the prompt, individually, and press 'Enter:'regsvr32 jscript.dllregsvr32 vbscript.dll4. Type 'Exit' and then press 'Enter.'Run Registry Editor5. Press the Windows button and type 'regedit' in the 'Start Search' dialog box. Press 'Enter.' This opens the Registry Editor.6. Navigate...

How to Enable Netflix ActiveX

1. Double-click the 'Internet Explorer' icon on the desktop to start the browser. Click the 'Tools' menu option.2. Click the 'Security' tab in the Internet Options window. Click 'Internet' icon and then 'Custom level' to start the 'Security Settings - Internet Zone' window.3. Scroll down to 'ActiveX controls and plug-ins' section.4. Check 'Enable' for 'Download signed ActiveX controls' and 'Run ActiveX controls and plug-ins.' Check 'Prompt' for 'Download unsigned ActiveX controls.'5. Click...

How to Sort Dll Problems on Vista

Instructions1. Go to 'Start' on your taskbar and select 'Run.' A pop=up window will appear to open the 'Run' tool. Type the letters 'cmd' in the search box and press 'OK.'2. Look for the DLL file name in the search results listing and examine the file path for the DLL file. Most DLL files on Windows Vista are located in the file path: 'C:\Windows\System32' or sometimes in the subfolder, 'C:\Documents and Settings.'3. Unregister the DLL file from the directory. Type 'regsvr32 /u C:\filepath\DLL_filename'...

How to Repair a Corrupt EXE File

1. Find out what kind of .exe file is corrupted and download it again. For example, if your program installer is corrupted, you will need to download it from your Microsoft Windows XP CD.2. Insert the CD into your CD-ROM.3. Click 'Start' and 'Restart' to reboot your computer.4. Press any key to activate the CD as the computer is loading up.5. Select the 'R' key on your keyboard to access the recovery console.6. Select the operating system that needs to be repaired and enter the administrator...

How to Repair Mfc71u.dll

1. Open “My Computer” on the desktop.2. Navigate the following folder path to open the location of the mfc71u.dll file:C >> Windows >> System323. Open the Web browser. Navigate to the website in Resources. Select the “Download Now” link to install the mfc71u file. Save it to your desktop.4. Drag the file to the System32 folder, and choose “Yes” to replace it with the damaged file.5. Click “Start” and open “Run.”6. Type “regsvr32 mfc71u.dll” in the dialog box. Click “OK” to...

Reinstalling Rasapi32.dll for Windows XP

1. Go to the free DLL download website (see Resources) and click \"Download RASAPI32.DLL\" under \"Free Download.\"2. Click \"Save File\" in the confirmation pop-up to begin the download. Double-click the saved ZIP file and WinZIP or WinRAR will launch and decompress the file automatically.3. Right-click the \"Rasapi32.dll\" file and select \"Copy.\" Go to the \"Start\" menu, select \"My Computer,\" double-click the \"C:\" drive, open the \"Windows\" folder and then the \"System32\" folder....