Thursday, January 24, 2013

How to Remove Scansoft Addins


Unregister and Delete Addins
1. Click on 'Start' and then click on 'Run.' Windows Vista and 7 do not have a 'Run' icon, so you will need to click on the 'Start Search' field.
2. Type 'CMD' into 'Search' or 'Run,' and press the 'Enter' key. This will open a 'Command Prompt' window.
3. Type 'C:\Program Files\ScanSoft' into the command line window. Hit 'Enter.'
4. Type in your ScanSoft PDF version, such as 'PDF Converter Professional 6.' Hit 'Enter' to navigate to that folder. You can type in ''C:\Program Files\ScanSoft\PDF Converter Professional 6' as one command if you are familiar with your software.
5. Type in the 'regsvr32 /u PDFCWordaddin.dll' command and hit 'Enter' (without quotes). This will unregister the first Scansoft addin file.
6. Type in 'PDF Driver\OfficeAddin' and hit 'Enter.'
7. Type in the 'regsvr32 /u ZnWordaddin.dll' command and hit 'Enter.'
8. Close out 'Command Prompt' by typing in 'Exit' and hitting 'Enter.'
Remove ScanSoft Office Addin
9. Click on 'Start' and select 'Control Panel.'
10. Double click on 'Add/Remove Programs' or 'Programs and Features' (if using Windows Vista or 7).
11. Select 'Sun ODF Plugin for Microsoft Office' from the program list.
12. Click on the 'Uninstall' button. Confirm you wish to remove the addin by clicking on 'Continue.'
13. Restart the computer if prompted.
Read more ►

Tuesday, January 22, 2013

How to Create a Graph in VB


1. Use the VB view menu and open the code window. Select the form from drop-down combo box situated in the top left corner. You will need to place the MSChart control on the form in VB.
2. Select the graph type like line, 3D or column. For plotting line graph, set chart type to 'VtChChartType2dLine' and proceed.
3. Take an array which is two dimensional and store the X axis and Y axis values. Assign the array to the chart data property. The first two lines will help set subsets and points. This is for the amount of data that is required while plotting the graph.
4. Use a for-next loop to pass random data into the 2-D array or type in the static data manually to set up the elements of the array. Plot the graph properties to draw the X axis first, followed by the Y axis. Set the main title and subtitle along with the axis labels.
5. To access data from an Excel worksheet, use the get-object method to obtain reference to the workbook containing the worksheet. A reference needs to be set with the Excel objects library. This will help to populate the data in the array from the Workbook.
6. Set the Row and Column properties before returning the Data property for the Graph. Use the PointActivated event in VB to set the Data property. Change the scale of the graph by using ComboBox control and make changes to Y axis. Use the CommonDialog control's color property to apply different colors using the set method in the Graph.
7. After completing the coding based on the above mentioned steps use the Run option from the Start Menu to plot the graph. The customization options can be set through the Form properties window and helps to adjust plotting method, point labels, height, width and subset line types of the Graph.
Read more ►

Monday, January 21, 2013

How to Install Shell.Dll


1. Download Shell32.DLL from Windows official website.
2. Click the "My Documents" icon on your desktop, then click on "Downloads."
3. Click the "My Computer" icon on your desktop and click on "Local Disk."
4. Drag Shell32.DLL from "Downloads" to "Local Disk."
5. Open the "Start" menu and click on "Run."
6. Type "REGSVR32 Shell32.DLL" into the box and press enter to finalize the installation.
Read more ►

Saturday, January 19, 2013

How to Fix PC Dll for Windows 98


1. Download a replacement DLL file from a website and replace the affected DLL file with the downloaded one (see Resources).
2. Reinstall the program that the DLL works with. This will provide you with a brand new DLL in the process. Alternatively, you may be able to find the DLL on the CD or file that the program came with. You can also contact the program's technical support to see if you can secure a copy of the DLL file from them.
3. Find a replacement DLL file on another person's computer running Windows 98. You can then email the file to yourself or copy the DLL to a flash drive to replace it on your own computer.
Read more ►

Friday, January 18, 2013

How to Create a PDF File in VB.Net


1. Download and install Bytescout.PDF library for .NET from the ByteScout website. You do have to pay to use this software. The price was $245.00 as of 2009.
2. Launch Microsoft Visual Studio .NET on your computer. Click 'File' then 'New' then 'Project' to open the new project wizard.
3. Select 'Windows Application' under the 'Visual Basic Projects' section. Click 'OK' to create the new project.
4. Click 'Project' from the main menu. Select 'Add Reference...' to use Bytescout.PDF. Switch to your 'Browse' tab to find the Bytescout.PDF.dll file. If you are using the free trial you will be looking for Bytescout.PDF.Demo.dll instead. When you find the file, select it to add it as a reference.
5. Double click on Form1 to add the source code for creating the PDF. When the source code editing window appears type 'Imports Bytescout.PDF' at the beginning, then copy and past the source code from the ByteScout page (see Resources).
6. Press F5 to initiate the application to create the PDF file. Once the PDF is created, it will open in your PDF reader on your computer.
Read more ►

Thursday, January 17, 2013

How to Reinstall Wintrust.dll


1. Open your Internet browser and navigate to the wintrust.dll download page. Click the download link and wait for the free file to completely download to your computer.
2. Right-click the file, then choose 'Extract.' This loads the Windows unzip application. The file downloads in a compressed format, so you need to extract the data before installing it. Follow the prompts of the wizard to completely unzip the downloaded file.
3. Click 'Start' then choose 'Computer.' Double-click the 'C:' drive and choose 'Windows,' then 'System 32.'
4. Click-and-drag the extracted wintrust.dll file into the open window. This installs the file back into its original location on your computer.
Read more ►

Wednesday, January 16, 2013

How to Fix a quot;Could Not Find the Media Device for This Driverquot; Error


1. Connect your device to the computer.
2. Click the 'Start' button and then right click on the 'Computer' option.
3. Click the 'Manage' button and then click on the 'Device Manager' icon on the left side of the screen.
4. Right click on your device from the menu on the right side of the screen and select the 'Uninstall' button from the menu that appears.
5. Click the 'OK' button and then click 'Yes' to restart your computer.
6. Wait for the computer to restart and automatically reinstall the software needed for your device.
Read more ►

How to Fix a NetDB Error in Cydia


1. Open iFile, iFunBox or Mobile Terminal on your iPhone or iPad. Open the 'System' folder.
2. Navigate to the '/private/etc/aptsources.list.d/cydia.list' folder. Delete the contents of that folder.
3. Find the '/private/var/lib/cydia/metadata.plist' file. Delete that file.
4. Reopen Cydia. Since you have removed any corrupted files, Cydia should open without incident. When Cydia opens, it recreates the system files and starts fresh.
Read more ►

Tuesday, January 15, 2013

How to Install amp; Fix a Problem With ActiveX


Installing ActiveX
1. Open Internet Explorer.
2. Visit a website you know uses ActiveX controls. If a message appears at the top of the screen asking to download an ActiveX control, click the message.
3. Choose to allow ActiveX controls. The ActiveX controls needed for the website install automatically.
Repairing ActiveX
4. Open Internet Explorer and select 'Tools' at the top of the screen. Select the 'Manage Add-ons' option.
5. Choose 'Downloaded controls' under 'Show.' Find the ActiveX control you wish to delete from the list that appears and choose 'More information.'
6. Click 'Remove.' You may be prompted for the administrator account password. Repeat this process for every ActiveX control you wish to delete, then click 'Close.'
7. Go to the websites where you were asked to install the ActiveX controls to reinstall them.
Read more ►

How to Remove or Disable the System Debugger


1. Click the 'Start' button in Windows.
2. Select the 'Run' option to enter a command.
3. Type 'regedit' in the Run input box and click the 'OK' button. The registry editor application window will appear.
4. Use the registry search function to find the key: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\AeDebug
5. Delete the key: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\AeDebug.
6. Reboot the computer. The system debugger is now disabled.
Read more ►

How to Repair Net Logon Service


1. Click your 'Start' menu and click 'Control Panel.'
2. Navigate to 'System and Security' and click 'Administrative Tools.'
3. Double-click 'Services' and scroll down to the 'NetLogon Service' item. Right-click this item and click 'Properties.'
4. Select 'Manual' under 'Startup type' and click the 'Stop' button for the service. Click 'OK' and restart your computer when you finish.
5. Repeat Steps 1 to 3 and then select 'Automatic' under 'Startup type.' Click the 'Start' button and click 'OK' after the service restarts. This fixes and refreshes your Net Logon service.
Read more ►

Monday, January 14, 2013

How to Use Goal Seek in Visual Basic


1. Open the Excel document in which you'd like to run your Goal Seek macro.
2. Find the two cells you would like to use for Goal Seek. The first should be the cell for which you have a fixed goal. The second should be a cell you allow Excel to change in order to fulfill that goal. The first cell's value must be a formula that is based on the second cell--otherwise, no matter what changes Excel makes to the second cell, no changes will appear in the first.
3. Open the Macro window. In Excel 2007 or later, do this by clicking on the "View" tab of the ribbon, then clicking "Macros." In earlier versions of Excel, click the "Tools" menu, choose "Macro," then choose "Macros."
4. Type a name for your Goal Seek macro in Macro window, and click "Create." This will launch the Visual Basic for Applications editor and show you the text of the new Macro, which will start out as an empty subroutine like this:Sub MyMacroName()
End Sub
5. Create a Range object representing the cell for which you have a known goal (the first cell from Step 2). For example, if you'd like to Goal Seek cell A1, write:Dim goalCell As Range
goalCell = ThisWorkbook.Worksheet(1).Range("A1")
6. Create a Range object representing the cell you'd like Excel to change to cause the first cell to reach the known goal. For example, if you'd like Excel to manipulate cell A2, write:Dim variableCell As Range
variableCell = ThisWorkbook.Worksheet(1).Range("A2")
7. Call the GoalSeek method on the goal cell's Range. As the first argument, provide the value you'd like it to Goal Seek to; as the second argument, provide the variable cell's Range. For example, if you'd like to Goal Seek to 0, write:goalCell.GoalSeek(0, variableCell)
Read more ►

How to Open DLL Files amp; Programs in Microsoft


Free Software for Opening DLL Files
1. Download the most recent version of Resource Hacker. Despite the name, Resource Hacker is legal freeware---it is used for hacking into your own files; it is not used for illegal third-party hacking. Resource Hacker is a free download. The file is well reviewed and is not known to have major bugs or glitches; the application received a perfect 'Stability' score at Soft32.com, a well-known downloading portal.
2. Install Resource Hacker by unzipping the file and clicking on the 'Install' icon within the now extracted ResHack.zip folder. If you do not have a program for unzipping files, download a trial or paid version of WinZip.
3. Open Resource Hacker and select the DLL file you wish to open. Use the Resource Hacker interface to look at the various file components. Resource Hacker will be able to open most DLL and program files, but editing capabilities are somewhat limited. If you simply need to open up a file, Resource Hacker will work, but to do more advanced operations, paid downloads are necessary.
Paid Software for Opening DLL Files
4. Download and install the paid or 30-day trial version of the Heaven Tools brand Resource Tuner for simple opening and editing operations. Resource Tuner is similar to Resource Hacker; however, since offered from a reputable software company, it comes backed by decent customer support and regular updates. Either Resource Hacker or Resource Tuner are good options for simple opening and editing of resource files. For more advanced opening and editing tools, proceed to Step 2.
5. Download the Heaven Tools brand PE Explorer. Free 30-day trials are offered, but for extended use, you will need to pay. The cost varies depending on what you'll be using the program for---it costs less for personal use than it does for business use. After you purchase the software, the complete file can be downloaded or you can request a CD copy of the software.
6. Install PE Explorer by clicking on the downloaded install files or simply inserting the easy-to-use install CD. Follow on-screen directions for installation and activation.
7. Open PE Explorer. Use the program to open and edit most resource files and programs, including DLL, EXE, SCR, CPL, SYS, BPL and DPL file extensions.
Read more ►

How to Repair Xvidcore DLL


1. Navigate to the DLL-files, DllDump, or DLL4Free website. Download the Xvidcore.dll file (see Resources).
2. Right-click the saved DLL file and click 'Copy.' Go to the 'Start' menu, click 'Computer,' double-click the 'C:' drive, double-click the 'Windows' folder and then the 'System32' folder. Right-click anywhere in a blank space and click 'Paste.'
3. Go to the 'Start' menu, type 'run' in the 'Start Search' box and press 'Enter.' Type Regsvr32 'C:\Windows\System32\xvidcore.dll' in the search field and hit 'Enter' to register the DLL. Click 'Yes' in the pop-up to confirm the registration.
4. Restart your computer.
Read more ►

Sunday, January 13, 2013

How to Enable Terminal Services in ActiveX


1. Download the Terminal Services ActiveX control from the Microsoft website.
2. Select the language you want to work with from the drop-down menu then click the 'Go' button. Click the 'I agree' option from the License Agreement page.
3. Click the 'Save this program to disk' option from the File Download. Select a folder on your computer to save the program then click the 'Save' button.
4. Locate the folder you selected to save the file in then double-click on the file.
5. Enter 'C:\Windows\Web\TSWeb' into the text box that appears then click the 'OK' button. Click on the 'Yes' button if you are prompted to create the TSWeb folder. The Terminal Services will then be activated on your computer.
Read more ►