1. Type 'about:config' (without quotes) into the address bar at the top of the Firefox window and press 'Enter.'2. Click the 'I'll Be Careful, I Promise!' button on the warning page.3. Type 'plugins.hide' (without quotes) into the 'Filter' box at the top of the about:config page.4. Right-click the 'plugins.hide_infobar_for_missing_plugin' preference and click 'Toggl...
Browse » Home » All posts
Friday, October 4, 2013
How to Convert an Excel File to PDF Through VB6
1. Create your connection to the Excel spreadsheet. This is done using a connection object that includes the Excel driver. The following code creates the Excel connection:Dim conn As ADODB.ConnectionDim connstring As Stringconnstring = 'Driver={Microsoft Excel Driver (*.xls)}; DriverId=790; Dbq=excelfile.xls;'conn.ConnectionString = connstring2. Retrieve the information from the Excel worksheet. In this example, all information from the Excel spreadsheet is taken to convert the entire file to the PDF. The following code copies all the Excel data:sql = 'SELECT * FROM sheet1'excel_records =...
Thursday, October 3, 2013
How to Fix MSIExec
1. Click 'Start' then click 'Run.'2. Type 'regedit' in the box and click 'OK.'3. Browse to the following path using the left side of the window: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSIServer.4. Double-click 'ImagePath' on the right side of the window and modify the value to 'C:\Windows\System32\msiexec.exe /V.' Replace 'C' with your system drive's letter.5. Exit the registry editor and restart your computer.6. Press F8 just before the Windows loading logo appears and select 'Safe Mode' from the list of start-up options.7. Repeat Step 1, type 'msiexec /regserver'...
Wednesday, October 2, 2013
How to Fix the I/O for a Laptop
1. Click 'Start' and then 'Run.'2. Enter 'sysdm.cpl' in the 'Open' text box.3. Go to the 'Hardware' tab and click 'Device Manager.'4. Find the Plug and Play device and 'right-click' on the device to be fixed.5. Select 'Properties' dialog box and then go to the 'General' tab.6. Click 'Enable' under 'Device usage' if the device is disabled and then click 'OK.' Otherwise proceed to Step 7.7. Follow steps 1 through 5 above, and then click 'Troubleshoot' under Device Status. Follow the suggested recommendations to resolve the problem with the installed I/O device and laptop connecti...
How to Get Rid of Error Safe
End Processes1. Press \"Ctrl\" + \"Alt\" + \"Delete.\"2. Click on the \"Task Manager\" and then click on the \"Processes\" tab.3. End the following processes. To end a process, right-click on it and select \"End Process.\"<br /><br />\"errorsafescannerinstall_de.exe\"<br />\"errorsafescannersetup2222.exe\"<br />\"df_kme.exe\"<br />\"ers.exe\"<br />\"sr.exe\"<br />\"install.exe\"<br />\"unins000.exe\"<br />\"unins001.exe\"Delete Registry Values4. Hold down the Windows key and press \"R.\" The Run box opens.5. Type \"regedit\" into...
Tuesday, October 1, 2013
How to Delete System32.DLL
1. Power down your computer, wait 30 seconds, then power it back on.2. As your computer is booting up, tap the F8 key on your keyboard until you are prompted to chose a boot-up option.3. Choose to boot up into 'Safe Mode' by pushing Enter on your keyboard while 'Safe Mode' is highlighted on your screen. Booting up into 'Safe Mode' will allow you the ability to delete the 'system32.DLL' file.4. Click the 'Start' menu located on your desktop and then click 'Search.'5. Choose to search 'All Files and Folders'.6. Type 'System32.DLL' into the search box and press 'Search.' This will cause...
How to Call a Javascript From Visual Basic
1. Open your Visual Basic application. When the application loads, double-click the web form that has the Javascript you want to run. After it opens, right-click the form and select 'Code View.' This displays the Visual Basic code.2. Enter the code below in your code-behind file:Page.ClientScript.RegisterStartupScript (Me.GetType(), 'alert', 'alertMe();')The 'Me.etType()' returns Javascript. The 'alert' entry is used to give your Javascript function an internal name for the application. Finally, the 'alertMe()' is the name of your Javascript function.3. Save the file and press the F5 key....
Update Error 80073712 in Internet Explorer
Run the System Updates Readiness Tool1. Go to Microsoft’s website and download the System Update Readiness Tool. Locate your computer’s operating system and click on the “Download” link next to it.2. Install System Update Readiness Tool by clicking “Open” (or “Run”) then clicking “OK” at each step to progress through the installation. Click “Close” when the dialogue box reads “Installation complete.”3. Restart your computer. Attempt to download any updates interrupted by error message 80073712. If you still receive this error message, try installing Windows Service Pack 1.Install Windows...
Saturday, September 28, 2013
How to Delete All OCX
Delete OCX Files1. Click on 'Start,' 'Search.'2. Type in the OCX file you wish to remove, such as 'flash.ocx' or 'swflash.ocx,' and press 'Enter.' Select to search 'All Files and Folders' if prompted.3. Right-click on the OCX file found and select 'Delete.'4. Restart the computer.Remove OCX from Internet Explorer5. Open up Internet Explorer.6. Click on 'Tools' and select 'Internet Options.'7. Click on the 'Programs' tab and select 'Manage Add-ons.' A new window will open.8. Click on the object or plugin you wish to remove. All installed plugins will display in alphabetical order.9....
How to Unload a DLL File
1. Back up your registry. Because you will be tampering with files, you run the risk of crashing your computer if something goes wrong. Backing up your registry will let you restore it to normal.2. Install the AlwaysUnloadDLL file (free download) into your registry by double clicking the file and confirming your desire to merge it into the registry. This way you won't have to go into the registry and potentially cause even more problems for yourself. You can download the AlwaysUnloadDLL file from GilsMethod.com.3. From the 'Start' menu, click 'Run,' then type in 'regedit' and hit 'Enter.'...
How to Fix a Non
1. Turn off the computer using the computer power switch. Eject the disk from the floppy drive.2. Turn on the computer. Wait for the Windows 95 start screen to come up. The error should be gone and you can insert the floppy disk again.3. Double-click 'My Computer.' Select the 'A:' drive to read the contents of the floppy di...
Friday, September 27, 2013
How to Repair Windows Root System32 Hal .Dll
Repair the Boot.ini File1. Place a bootable Windows XP CD into your CD-ROM drive. Restart your computer and allow it to boot from the CD.2. Press 'R' at the 'Welcome to Setup' dialog in the text-based setup program. Choose the Windows installation that you need to fix. Type in the Administrator's password if you set one during the installation of Windows XP. Just push 'Enter' without entering a password if you did not set an Administrator password during setup.3. Enter the three commands below at the command prompt. Type each line one at a time. Press 'Enter' after typing in each command:'ATTRIB...
Thursday, September 26, 2013
How to Register Dll Files to Fix a Windows Update
1. Go to the 'Start' menu, type 'run' in the 'Start Search' box and press 'Enter.'2. Type 'Regsvr32 'C:\Windows\System32\wuapi.dll' in the search field and press 'Enter.' Click 'OK' in the confirmation pop-up to register the DLL.3. Repeat Step 2 for 'wuaueng.dll,' 'wups.dll,' 'wups2.dll,' 'wuwebv.dll,' 'wucltux.dll' and 'wudriver.dll.'4. Restart your comput...
Wednesday, September 25, 2013
How to Fix the Flash Cards on a Toshiba Laptop Computer
1. Place the SD card into the Toshiba laptop's SD drive.2. Click the blue button in the bottom left corner. Select 'Control Panel.'3. Click 'System and Security.' Click 'Administrative Tools.' Double-click 'Computer Management.'4. Click 'Disk Management.' Right-click the SD card. Left-click 'Format.'5. Click the 'OK' button to format the SD ca...
Tuesday, September 24, 2013
How to Re
1. Click 'Start,' type 'cmd' in the dialog box and click 'OK.' This opens the Command Prompt.2. Copy and paste the following commands one at a time in the prompt and press 'Enter:'regsvr32 softpub.dllregsvr32 wintrust.dllregsvr32 initpki.dllregsvr32 dssenh.dllregsvr32 rsaenh.dllregsvr32 gpkcsp.dllregsvr32 sccbase.dllregsvr32 slbcsp.dllregsvr32 cryptdlg.dllYou can right-click and paste at a prompt, but you cannot use the 'Ctrl' and 'V' keyboard shortcut.3. Click 'OK' when the DllRegisterServer prompt appears.4. Exit the Command Prompt. Reboot your computer system. Open IE7 to ensure that...
Subscribe to:
Posts (Atom)