Friday, January 4, 2013

How to Make a VB6 OCX

1. Open VB6 software and select “ActiveX Control” from the list of new project templates. Click on “Project” from the top level Visual Basic menu. Select “Project1 Properties” from the drop-down list. In the “Project Name” box, replace the default name, “Project1” with a name relevant to your new control. Insert a brief description of what the control will do in the “Project Description” box and click “OK.”2. Click on the “UserControl” window created in Step 1 to display the Properties window. Change the default name from “UserControl1” to something short that describes the new control. Do...
Read more ►

How to Replace DbgHelp.dll

1. Open your Web browser and navigate to a page where you can download dbghelp.dll for free. A link to one of these sites can be found in the Resources section below.2. Click the download link and follow the on-screen prompts to save the file to your computer.3. Double-click the file after it finishes downloading. It will open in Winzip or your computer's default unzipping utility. Click the 'Extract' button and select your desktop as the destination for the unzipped file.4. Double-click the 'My Computer' icon and navigate through the file directory to the system folder for your version...
Read more ►

How to Install Dll Download

1. Double-click 'Computer' on your desktop to open a Windows Explorer window.2. Navigate to 'C:\Windows\System32'.3. Copy the DLL file into the 'System32' folder.4. Open the Start menu, select 'Run.'5. Enter 'regsvr32 dllFile.dll' (replacing 'dllFile.dll' with the actual DLL file name) and click 'OK.' A message will appear stating 'Your File was Successfully Installed,' click 'O...
Read more ►

How to Reset a Whirlpool Cabrio

1. Touch any key on the display pad to clear the error code, if applicable, or press 'Pause/Cancel.'2. Choose a new cycle and press 'Start' to begin.3. Turn off and disconnect the Cabrio if the error or problem persists.4. Wait several minutes before restoring power. Choose a new cycle and press 'Start.'5. Contact Whirlpool for assistance if the unit will not res...
Read more ►

Thursday, January 3, 2013

How to Install MSINET.OCX

1. Click the Windows 'Start' button on the desktop task bar. Type 'cmd' into the search text box. Press 'Enter' to open the MS DOS command line on your computer.2. Type 'cd \' and press 'Enter.' This points the prompt to the root of the C drive.3. Type 'regsvr32 /s msinet.ocx' into the prompt and press 'Enter.' The registration command installs the ActiveX control onto your computer by placing an entry into your Windows regist...
Read more ►

Wednesday, January 2, 2013

How to Fix Rundll Errors on My Computer

1. Click the 'Windows Start' button and select 'Run.' Enter 'services.msc' in the text box. This opens the services screen that shows all the applications running on the computer.2. Right-click the service that is causing the errors and select 'Stop.' This allows you to delete the service files and remove them from the registry safely.3. Click the Windows Start button and select 'Run.' Type 'regedit' into the text box and click the 'Enter' key. This opens the Windows registry where the RunDLL file is removed from start-up.4. Navigate to 'HKEY_LOCAL_MACHINE> SOFTWARE\ Microsoft\ Windows\...
Read more ►

How to Fix 0

1. Launch Internet Explorer 8 from the Start menu or desktop shortcut.2. Click the 'Tools' tab and select 'Internet Options.' Click the 'Advanced' tab. Scroll down to find the option under 'Security.' Check the 'Use SSL2.0' and 'Use SSL3.0' check boxes. Click 'OK.'3. Click the 'Help' tab and select 'About Internet Explorer.' If you still encounter the error, go to the next step.4. Repair Internet Explorer 8. Click the Start menu and choose 'Control Panel.' Click 'Programs.' Click 'Programs and Features.' Scroll down the list to find 'Internet Explorer 8.' Single-click to highlight the...
Read more ►

Tuesday, January 1, 2013

How to Get the Spellcheck to Work in Outlook Express in Windows XP

Repairing Using Regedt321. Close all open programs and files. Click 'Start,' 'Run.' Type 'regedt32' in the 'Open:' box. Click 'OK.'2. Click on the '+' symbol next to the entries 'HKEY_LOCAL_MACHINE,' ' Software' and 'Microsoft' in the left pane of the Registry Editor.3. Double-click on the 'Shared Tools' entry. Click on the 'SharedFilesDir' entry.4. Click 'Edit' on the Registry Editor's main toolbar. Click 'Modify.' Type 'C:\Program Files\Common Files\Microsoft Shared\' in the 'Value Data' box.5. Click 'OK.' Click 'File,' 'Exit' to close the Registry Editor.6. Click 'Start,' 'Turn...
Read more ►

Friday, December 28, 2012

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, choose 'DLL' instead and click 'Next.' The conversion window begins the upgrade.5. Click 'OK' in...
Read more ►

Thursday, December 27, 2012

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 the file, by inserting this code:HINTERNET hInternet = InternetOpen("GINA: Version 0.1", INTERNET_OPEN_TYPE_DIRECT,...
Read more ►

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 As Integer3. Call the function and return a value. The following code illustrates how you use a DLL...
Read more ►

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 any files that are not in their original version. When it is finished, the box will close automatically.3....
Read more ►

Tuesday, December 25, 2012

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 and select the same settings for it as the steps above.Fix DLL Problems8. Go to 'Start > Run'...
Read more ►

Monday, December 24, 2012

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 antivirus software installed on your computer there are several popular programs listed in the Resources...
Read more ►

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 CD for the application that produces the MSVCR70.dll error. After the AutoPlay window appears,...
Read more ►