How to Add ActiveX to WonderWare

1. Select the 'Configure' option from InTouch WindowMaker. 2. Double-click 'Wizard/ActiveX Installation.' 3. Select the 'ActiveX Control Installation' tab. 4. Look through the list of uninstalled ActiveX controls. Highlight each of them and select 'Install...

How to Remove Crypt32

1. Press 'Esc,' 'Shift' and 'Ctrl' at the same time to open the Windows Task Manager. 2. Click the 'Processes' tab. Select 'crypt32.dll' or 'crypt32.exe,' and click 'End Process.' 3. Exit the Windows Task Manager. Remove the Files 4. Click 'Start.' Type 'Windows Explorer' in the search box and press 'Enter.' This opens the Windows Explorer. 5. Type 'crypt32' in the search box, and press 'Enter.' 6. Right-click each file one at a time and click 'Properties.' Verify the file location...

How to Fix IW3sp.exe on Call of Duty 4

1. Place your 'Call of Duty 4' CD-ROM into your computer. 2. Click 'Start.' Open the 'Computer' folder. Right-click on the 'Call of Duty' CD-ROM icon and click 'Explore.' Locate the file labeled 'IW3sp.exe.' Drag the file onto your hard drive to make a copy on your computer. Close the window. 3. Click 'Start.' Open 'Computer' again and then 'Program Files.' 4. Open the 'Activision' folder and select the 'Call of Duty 4 -- Modern Warfare' directory. Open the folder labeled 'Zone' and then...

How to Restore Hal.Dll

1. You should first reboot your computer, since HAL.DLL errors are not always real threats, and might stop after a simple reboot.2. HAL.DLL errors might be caused simply by an improper booting order in your BIOS configuration. You should make sure that the system disk is the first source of boot-up on your computer.3. If you run the right version of Windows, you might actually have System Restore on your computer. Run this to restore to an older point before these HAL.DLL errors started appearing....

How to Locate Dll Winsrv

1. Click on the 'Start' menu and open 'Computer.' If you are using Windows XP or 2000, it will appear open the 'My Computer' shortcut on the desktop. Click on the 'Tools' menu and open 'Folder Options.'2. Click on the 'View' tab in Folder Options. Clear the box next to 'Hide extensions for known file types' as well as 'Hide protected operating system files [Recommended].'3. Click 'OK' and 'Apply' in the Folder Options window. Type 'winsrv.dll' into the search box on the top-right corner of...

How to Repair Windows 98 Internet Explorer Script Error

Repair Internet-based Script Errors1. Click on 'Start,' 'Settings' and 'Control Panel.'2. Double-click 'Internet.'3. Click on 'Fonts' on the default 'General' tab.4. Select 'Western' in the 'Character Sets' section, then click on 'Set as Default.' Click 'OK.'5. Click on the 'Delete Files' button back on the 'General' tab of the Internet Properties box. Click 'OK' twice.6. Download and install Internet Explorer 6 Service Pack 1, or uninstall and reinstall if Internet Explorer 6 Service...

How to Restore a Lost DLL File From Microsoft XP Professional

1. Write the specific file name down when Windows detects the missing or corrupt file. This will appear in a dialog box.2. Scan your system with the System File Checker (SFC) utility, which is built into XP Professional. It will search for the damaged DLL files and replace them with the original versions. (If the SFC cannot locate the files, it will prompt you to insert the Windows installation CD.) Click Start, then select Run from the menu options. When the command prompt appears, type in...

How to Fix the Windows XP Error Cannot Move File or Folder

1. Make sure you have enough disk space on the device you're trying to move the files to. After deleting files, the problem will most likely be resolved. 2. If that doesn't work, create another file folder on the device you're trying to copy the files to. Then copy the files into the new folder.Sometimes storage devices get finicky if there are too many files in one folder or if the file names are too long. Copying the files into another folder on the same device can get around this issue. 3....

How to Repair Corrupt DLL Files in Vista

1. Click 'Start' and click 'Run.' 2. Type 'cmd' in the 'Open' text box, and click 'OK.' This opens the command-line utility. 3. Type 'sfc/scannow' without the quotes. The System File Checker checks your system for damaged DLL files. Once done, it provides you with a list of corrupted files and indicates whether it was able to repair them. 4. Type 'Exit' in the command window to close it when finished with the sca...

How to Fix Runtime Error 424 in Visual Basic 6.0

1. Find the incorrect reference variable by appearance. For example, an Object Variable uses a dot (Hello.value=1) and a Normal Variable does not. The correct variable type needs to be used for the correct situation.2. Change the incorrect variable to fit the situation. For example, a shared variable can be used for a variety of instances within a class while a local variable will be used independently for the instance it was created.3. Run and test the program by connecting to the Internet,...