<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Computer Files</title>
	<atom:link href="http://www.computer-files.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.computer-files.com</link>
	<description>Everything you need to know about computer files</description>
	<lastBuildDate>Fri, 03 Jun 2011 12:51:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Opening a .dll file to view what is written inside</title>
		<link>http://www.computer-files.com/opening-a-dll-file-to-view-what-is-written-inside.html</link>
		<comments>http://www.computer-files.com/opening-a-dll-file-to-view-what-is-written-inside.html#comments</comments>
		<pubDate>Fri, 03 Jun 2011 12:29:59 +0000</pubDate>
		<dc:creator>Computer Expert</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[File extensions]]></category>
		<category><![CDATA[Utilities and Resources]]></category>
		<category><![CDATA[.dll utility tools]]></category>
		<category><![CDATA[dll]]></category>
		<category><![CDATA[editing .dll file]]></category>
		<category><![CDATA[opening .dll file]]></category>

		<guid isPermaLink="false">http://www.computer-files.com/?p=843</guid>
		<description><![CDATA[<p><img width="300" height="224" src="http://www.computer-files.com/wp-content/dll-all-300x224.jpg" class="attachment-medium wp-post-image" alt="Dll Extension" title="dll-all" /></p>A Dll file does not work by itself. It is a library file that contains functions or instructions for other programs to use and work. Actual content in a Dll file is not in the code we can understand because all is in machine code. To read these machine code functions we need to decompile [...]]]></description>
			<content:encoded><![CDATA[<p><img width="300" height="224" src="http://www.computer-files.com/wp-content/dll-all-300x224.jpg" class="attachment-medium wp-post-image" alt="Dll Extension" title="dll-all" /></p>
<!-- google_ad_section_start -->
<p>A Dll file does not work by itself. It is a library file that contains functions or instructions for other programs to use and work. Actual content in a Dll file is not in the code we can understand because all is in machine code.</p>
<p>To read these machine code functions we need to decompile every dll file ,so that machine code can be converted into the High Level languages like C,C++,VB etc. Decompiling (Reverse compiling) is not easy , as we first have to find out that in Which High Level Language any specific .dll file was written.</p>
<p>Reverse engineering for source code of a software is a legal area.  We may also get encoded piece of high level language after all the hard work. Encoding is the way of securing the explicit source code from reverse engineers.</p>
<p>Opening a .Dll file directly with any text editor or any other viewer is not the right option. Some software will reject a file with a warning of  &#8220;Unsupported File Type&#8221; and some will show you the ugly machine code.</p>
<div id='stb-container-2262' class='stb-container'><div id='stb-caption-box-2262' class='stb-info-caption_box stb_caption' >Did you know ?</div><div id='stb-body-box-2262' class='stb-info-body_box stb_body' >Dynamic-Link Library files use three different file extensions &#8211; .DLL , .OCX and . DRV </div></div>
<p>As result of complexities said above , we have many utility tools to deal with .Dll Files.  From Microsoft , DUPS (DLL Universal Problem Solver) tool is used to audit, 		 compare, document, and display DLL information. The following list describes 		 the utilities that make up the DUPS tool:</p>
<ul>
<li><strong>Dlister.exe</strong><br />This utility enumerates all the DLLs on the computer and logs 				the information to a text file or to a database file.</li>
<li><strong>Dcomp.exe</strong><br />This utility compares the DLLs that are listed in two text 				files and produces a third text file that contains the differences.</li>
<li><strong>Dtxt2DB.exe</strong><br />This utility loads the text files that are created by using 				the Dlister.exe utility and the Dcomp.exe utility into the dllHell 				database.</li>
<li><strong>DlgDtxt2DB.exe</strong><br />This utility provides a graphical user interface (GUI) 				version of the Dtxt2DB.exe utility</li>
</ul>
<p>For more information about DUPS tool , you can visit the link provided below this article.</p>
<p>There are few more third party (Other than Microsoft) utilities tool for .Dll files. All have different use or purpose as a dll file utility tool. Let see some of them -</p>
<ul>
<li><strong><a href="http://www.nirsoft.net/utils/dll_export_viewer.html">DLL Export Viewer v1.45</a></strong> -  This utility displays the list of all exported functions and their virtual memory addresses for the specified DLL files. You can easily copy the memory address of the desired function, paste it into your debugger, and set a breakpoint for this memory address. When this function is called, the debugger will stop in the beginning of this function</li>
</ul>
<ul>
<li><strong><a href="http://www.nirsoft.net/utils/injected_dll.html">InjectedDLL v1.00</a></strong> &#8211; InjectedDLL is a small utility that displays the list of DLLs that are automatically injected on every process in your system.</li>
</ul>
<ul>
<li><strong><a href="http://www.nirsoft.net/utils/resources_extract.html">ResourcesExtract v1.17</a></strong> &#8211; ResourcesExtract is a small utility that scans dll/ocx/exe files and extract all resources (bitmaps, icons, cursors, AVI movies, HTML files, and more&#8230;) stored in them into the folder that you specify. You can use ResourcesExtract in user interface mode, or alternatively, you can run ResourcesExtract in command-line mode without displaying any user interface.</li>
</ul>
<ul>
<li><strong><a href="http://www.nirsoft.net/utils/iconsext.html">IconsExtract v1.47</a></strong> &#8211; Extract icons and cursors from EXE, DLL, CPL, and OCX files and save them as ICO or CUR files.</li>
</ul>
<ul>
<li><strong><a href="http://www.restuner.com/howto-openfile.htm" target="_blank">Resource Tuner</a></strong> &#8211; Resource Tuner lets you open Windows executable files such as .EXE, .DLL, Device Drivers (.SYS), OCX Controls, and several others<strong>. </strong>Once inside, you can change the look of the icons, cursors, dialogs, buttons, sounds, animations and other elements of the Windows user interface by editing and replacing resources in the executable files</li>
</ul>
<ul>
<li><strong><a href="http://www.nirsoft.net/utils/exeinfo.html">ExeInfo v1.01</a></strong> &#8211; The ExeInfo utility shows general information about executable files (*.exe), dynamic-link libraries (*.dll), ocx files, and drivers files.</li>
</ul>
<p>Most of the tools mentioned above are Free to download and use. But i will like to conclude with a word of caution that do not download such a utility tools from forums or communities sites. Almost every tool is free so download it directly from the creator&#8217;s site. I hope you will find this article helpful.</p>
<div id='stb-container-2583' class='stb-container'><div id='stb-caption-box-2583' class='stb-download-caption_box stb_caption' style="color:#000000; ">Resource Box</div><div id='stb-body-box-2583' class='stb-download-body_box stb_body' style="color:#FFFFFF; background-color: #000000; ">
<ol>
<li><a href="http://support.microsoft.com/kb/247957" target="_blank">More about DUPS Tool</a></li>
<li><a href="http://www.computer-files.com/dll-file-extension.html" target="_blank">More about .Dll File Extension</a> </div></div></li>
</ol>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.computer-files.com/opening-a-dll-file-to-view-what-is-written-inside.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Edit PDF Files For FREE &#8211; Simplest Way of Editing or Creating PDF Files</title>
		<link>http://www.computer-files.com/how-to-edit-pdf-files-for-free-simplest-way-of-editing-or-creating-pdf-files.html</link>
		<comments>http://www.computer-files.com/how-to-edit-pdf-files-for-free-simplest-way-of-editing-or-creating-pdf-files.html#comments</comments>
		<pubDate>Thu, 02 Jun 2011 15:09:58 +0000</pubDate>
		<dc:creator>Computer Expert</dc:creator>
				<category><![CDATA[Common files]]></category>
		<category><![CDATA[Featured Posts]]></category>
		<category><![CDATA[File tips]]></category>
		<category><![CDATA[Utilities and Resources]]></category>
		<category><![CDATA[creating pdf files]]></category>
		<category><![CDATA[editing pdf files]]></category>
		<category><![CDATA[free pdf editing]]></category>
		<category><![CDATA[open office]]></category>
		<category><![CDATA[open office pdfimport]]></category>
		<category><![CDATA[pdf editing]]></category>
		<category><![CDATA[pdf files]]></category>
		<category><![CDATA[pdf files with open office]]></category>

		<guid isPermaLink="false">http://www.computer-files.com/?p=812</guid>
		<description><![CDATA[<p><img width="300" height="226" src="http://www.computer-files.com/wp-content/pdf-openoffice-pdf-edit-300x226.jpg" class="attachment-medium wp-post-image" alt="Pdf Openoffice PDF edit" title="pdf-openoffice-pdf-edit" /></p>Yes, I know. Sometimes when you download a very important form related to your career,job or office and you need to fill it and send it quickly, you may feel helpless because form is in PDF and you do not know &#8211; &#8220;How to edit PDF files ?&#8221; Searching online about editing PDF files will [...]]]></description>
			<content:encoded><![CDATA[<p><img width="300" height="226" src="http://www.computer-files.com/wp-content/pdf-openoffice-pdf-edit-300x226.jpg" class="attachment-medium wp-post-image" alt="Pdf Openoffice PDF edit" title="pdf-openoffice-pdf-edit" /></p>
<!-- google_ad_section_start -->
<p>Yes, I know. Sometimes when you download a very important form related to your career,job or office and you need to fill it and send it quickly, you may feel helpless because form is in PDF and you do not know &#8211; &#8220;How to edit PDF files ?&#8221;</p>
<p>Searching online about editing PDF files will lead you to many Paid software or products which is not the way  you or most people like. Some free online tools are not the right option for your important files, forms and larger files.</p>
<p>But now you do not need to bother about it because we have very easy, permanent and free method to edit/create PDF files thanks to Free Open Office Suite.</p>
<p>&nbsp;</p>
<div id='stb-container-2187' class='stb-container'><div id='stb-caption-box-2187' class='stb-custom-caption_box stb_caption' style="background-image: url(null); padding-left: 25px; ">Open Office Suite Introduction</div><div id='stb-body-box-2187' class='stb-custom-body_box stb_body' ></p>
<p><img style="border: 0pt none; margin-left: 5px; margin-right: 5px;" title="Open office for PDF files" src="http://www.computer-files.com/wp-content/open_office_logo1.jpg" border="0" alt="Open office for PDF files" width="173" height="137" align="left" />Open Office Suite is a alternative for Microsoft Office. Open office Suite is also known as OpenOffice.org (OOo). Its main components are for word processing, spreadsheets, presentations, graphics, and databases which are Writer, Calc, Impress, Draw and Base respectively.</p>
<p>OpenOffice is available for a number of different computer operating systems, is distributed as free software. As free software, users are free to download, modify, use and distribute OpenOffice.</div></div>
<p>&nbsp;</p>
<p>Here are the quick steps for editing a PDF file in Open Office:</p>
<ul>
<li>
<p>You have to have Open Office 3.0 or later installed on your system. As said earlier, it is FREE to download and use. To download Open Office, visit download.openoffice.org</p>
</li>
<li>
<p>Now to import PDF file in OpenOffice, we have to install a small Open Office PDFimport Extension. It is also freely available on OpenOffice.org.  Here is the Direct link to download page &#8211; <a title="Pdfimport" href="http://extensions.services.openoffice.org/en/node/4625" target="_blank">Open Office PDFimport</a></p>
</li>
<li>
<p>Download the extension. Open your Open Office Draw program. Go to the Tools menu and then select &#8220;Extension Manager&#8221;. Click on the &#8220;Add&#8221; button and then navigate to the folder where the pdf import extension is.</p>
</li>
<li>
<p>Now in Open Office Draw, Use File -&gt; Open and select the pdf file you want to edit. Open it</p>
</li>
<li>
<p>Here we go, now you can edit any pdf file with OpenOffice.</p>
</li>
</ul>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.computer-files.com/how-to-edit-pdf-files-for-free-simplest-way-of-editing-or-creating-pdf-files.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Share The Files Over The Internet</title>
		<link>http://www.computer-files.com/how-to-share-the-files-over-the-internet.html</link>
		<comments>http://www.computer-files.com/how-to-share-the-files-over-the-internet.html#comments</comments>
		<pubDate>Sat, 18 Sep 2010 17:10:34 +0000</pubDate>
		<dc:creator>Computer Expert</dc:creator>
				<category><![CDATA[Common files]]></category>
		<category><![CDATA[File systems]]></category>
		<category><![CDATA[file sharing]]></category>

		<guid isPermaLink="false">http://www.computer-files.com/?p=92</guid>
		<description><![CDATA[<p><img width="300" height="200" src="http://www.computer-files.com/wp-content/file-sharing-on-internet-300x200.png" class="attachment-medium wp-post-image" alt="file sharing on internet" title="file-sharing-on-internet" /></p>File sharing is the practice of distributing or providing access to digitally stored information, such as computer programs, multi-media ( video, audio), documents and electronic books. It may be implemented through a variety of storage, transmission, and distribution models and common methods of file sharing incorporate manual sharing using removable media, centralized computer file server [...]]]></description>
			<content:encoded><![CDATA[<p><img width="300" height="200" src="http://www.computer-files.com/wp-content/file-sharing-on-internet-300x200.png" class="attachment-medium wp-post-image" alt="file sharing on internet" title="file-sharing-on-internet" /></p>
<!-- google_ad_section_start -->
<p><strong>File sharing</strong> is the practice of distributing or providing access to digitally stored information, such as computer programs, multi-media ( video, audio), documents and electronic books. It may be implemented through a variety of storage, transmission, and distribution models and common methods of file sharing incorporate manual sharing using removable media, centralized computer file server installations on WWW(world wide web) based hyperlinked documents, computer networks, and the use of distributed peer-to-peer networking.</p>
<p>Easy File Sharing Web Server is a file sharing software that allows visitors to upload/download files very easily through a Web Browser (IE, Mozilla, Netscape etc.). It can help you share files with your users, customers and partners. They can search for and download files from your computer or upload files from theirs. The files on your PC can be accessible from anywhere without using of any special software . Easy File Sharing Web Server also provides a Bulletin Board System (Forum). It makes it easy for remote users to post messages and files to the forum. The Secure Edition adds support for SSL encryption that helps protect businesses against site spoofing and data corruption.</p>
<p>You can create a <strong>virtual folder</strong> from your hard disk ,visitors may upload/download files to/from it. Easy File Sharing Web Server is much easier to use than a typical FTP (file transfer protocol) server. It is also a web based file management solution that allows you to manage files on your web server just with a web browser instead of a FTP client, it also provides extended features which are impossible with FTP such as zipping and unzipping files.</p>
<p> </p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.computer-files.com/how-to-share-the-files-over-the-internet.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Prevent From The Hacker Attacks</title>
		<link>http://www.computer-files.com/how-to-prevent-from-the-hacker-attacks.html</link>
		<comments>http://www.computer-files.com/how-to-prevent-from-the-hacker-attacks.html#comments</comments>
		<pubDate>Sat, 04 Sep 2010 12:42:16 +0000</pubDate>
		<dc:creator>Computer Expert</dc:creator>
				<category><![CDATA[Common files]]></category>
		<category><![CDATA[File tips]]></category>
		<category><![CDATA[computer hacking]]></category>

		<guid isPermaLink="false">http://www.computer-files.com/?p=86</guid>
		<description><![CDATA[<p><img width="300" height="212" src="http://www.computer-files.com/wp-content/prevent-hacking-300x212.jpg" class="attachment-medium wp-post-image" alt="prevent hacking" title="prevent-hacking" /></p>Hackers are always try to get into computers of other persons. It can be something as simple as phising confidential information ( like bank account numbers or credit card ) to complex hacking routines that use your computer as a repository for illegal content (like movies or music with copyright). Unfortunately there is no magic [...]]]></description>
			<content:encoded><![CDATA[<p><img width="300" height="212" src="http://www.computer-files.com/wp-content/prevent-hacking-300x212.jpg" class="attachment-medium wp-post-image" alt="prevent hacking" title="prevent-hacking" /></p>
<!-- google_ad_section_start -->
<p>Hackers are always try to get into computers of other persons. It can be something as simple as phising confidential information ( like bank account numbers or credit card ) to complex hacking routines that use your computer as a repository for illegal content (like movies or music with copyright).</p>
<p>Unfortunately there is no magic or any software to prevent hackers directly   and it will never exist in future. It doesn&#8217;t matter how much money or resources we invest to design the perfect system, somebody will always try to find the way to crack it. Even the biggest government agencies like NASA, CIA and NSA have been victims of hackers but they can&#8217;t do anything and the same thing happens in the private sector with companies like Citigroup or Wal-Mart and many more.</p>
<p>The first thing we have to take care that in computer hacking prevention is to assure yourself that all your software is up to date, especially our operating system and our web browser.  Because they are the two things that hackers will try to attack first if they want to get into your computer.</p>
<p>The second thing that we need to do is to install a firewall. Internet firewall hacker protection has become so necessary that Microsoft now ships it for free as part of their Windows XP operating system to protect our pc.</p>
<p>At the end, there should be the anti-spyware program. As if viruses were not enough, companies from around the world decided to create programs that could pick up data from your computer in order to acquire information for their databases. It may not be as dangerous as a virus, but it is an intrusion to your privacy. Wipe them out with this piece of software.</p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.computer-files.com/how-to-prevent-from-the-hacker-attacks.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to monitor keyboard activity</title>
		<link>http://www.computer-files.com/how-to-monitor-keyboard-activity.html</link>
		<comments>http://www.computer-files.com/how-to-monitor-keyboard-activity.html#comments</comments>
		<pubDate>Tue, 06 Jul 2010 06:18:14 +0000</pubDate>
		<dc:creator>Computer Expert</dc:creator>
				<category><![CDATA[File tips]]></category>
		<category><![CDATA[keylogger]]></category>

		<guid isPermaLink="false">http://www.computer-files.com/?p=83</guid>
		<description><![CDATA[<p><img width="300" height="224" src="http://www.computer-files.com/wp-content/Keyboard-activities2-300x224.jpg" class="attachment-medium wp-post-image" alt="Keyboard Activity" title="Keyboard-activities2" /></p>Keyboard Activity Monitoring Tool is a hidden inspection utility that keeps track of all activities performed on your system in your absence. keylogger will let you monitor whatever work is done by the people in the background. Key logger will records every keystroke make by the user in every application and save it to a [...]]]></description>
			<content:encoded><![CDATA[<p><img width="300" height="224" src="http://www.computer-files.com/wp-content/Keyboard-activities2-300x224.jpg" class="attachment-medium wp-post-image" alt="Keyboard Activity" title="Keyboard-activities2" /></p>
<!-- google_ad_section_start -->
<p>Keyboard Activity Monitoring Tool is a hidden inspection utility that keeps track of all activities performed on your system in your absence. <strong>keylogger</strong> will let you monitor whatever work is done by the people in the background.</p>
<p><strong>Key logger</strong> will records every keystroke make by the user in every application and save it to a text document/files. All major anti-keylogger or spy tools can&#8217;t be major by any anti-virus softwares. It is easy to use key catcher software helps you to watch your co-workers  are doing online, students are doing at lab,school and at home. So by using this software you can easily customize keyboard activity in the manner you want.</p>
<p><strong>Features of keylogger software:</strong></p>
<ul>
<li>Very easy to use </li>
<li>Can work in invisible/hidden mode</li>
<li>Invisible in window explorer</li>
<li>Small size and low system requirements</li>
<li>Capable of removing programme shortcuts from start menu.</li>
<li>Capable of removing itself from uninstall list.</li>
</ul>
<p><span style="font-family: arial,helvetica,sans-serif; font-size: x-small;"><strong> </strong></span></p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.computer-files.com/how-to-monitor-keyboard-activity.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to backup pc files</title>
		<link>http://www.computer-files.com/how-to-backup-pc-files.html</link>
		<comments>http://www.computer-files.com/how-to-backup-pc-files.html#comments</comments>
		<pubDate>Fri, 25 Jun 2010 15:57:01 +0000</pubDate>
		<dc:creator>Computer Expert</dc:creator>
				<category><![CDATA[Common files]]></category>
		<category><![CDATA[File systems]]></category>
		<category><![CDATA[pc files]]></category>

		<guid isPermaLink="false">http://www.computer-files.com/?p=78</guid>
		<description><![CDATA[<p><img width="300" height="200" src="http://www.computer-files.com/wp-content/backupdisk-300x200.jpg" class="attachment-medium wp-post-image" alt="backup Files" title="backupdisk" /></p>Before you think to create a backup, you have to arrange your files in an order. It doesn’t mean that you have to arrange each and every file in a different folder. You only make sure that all the essential data files are stored in one easy to find location. People who use their computer [...]]]></description>
			<content:encoded><![CDATA[<p><img width="300" height="200" src="http://www.computer-files.com/wp-content/backupdisk-300x200.jpg" class="attachment-medium wp-post-image" alt="backup Files" title="backupdisk" /></p>
<!-- google_ad_section_start -->
<p>Before you think to create a backup, you have to arrange your files in an order. It doesn’t mean that you have to arrange each and every file in a different folder. You only make sure that all the essential data files are stored in one easy to find location.</p>
<p>People who use their computer occasionally (7 hours/week or less) should be backing up their data on at least a weekly basis. If you use your computer more frequently, however (more than 12 hours/week), doing it daily is probably a great idea.</p>
<p><span style="text-decoration: underline;"><strong>How to Backup:</strong></span></p>
<p>You can set up automatic backups or manually back up your files at any time whenever you want,for that you have to pass through the following steps:</p>
<p>1. Clicking the start button</p>
<p>2.Clicking the control panel</p>
<p>3.Clicking System and Maintenance, and then clicking Backup and Restore.</p>
<p> </p>
<p><span style="text-decoration: underline;"><strong>Notes:</strong></span></p>
<ul>
<li> Never back up your files to the same hard disk that Windows is installed on.</li>
<li>Always try to store media which is  used for backups (external hard disks, DVDs, or CDs) in a secure place to prevent unauthorized people from having access to your files.</li>
</ul>
<p> </p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.computer-files.com/how-to-backup-pc-files.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.DLL File Extension</title>
		<link>http://www.computer-files.com/dll-file-extension.html</link>
		<comments>http://www.computer-files.com/dll-file-extension.html#comments</comments>
		<pubDate>Thu, 10 Jun 2010 13:24:55 +0000</pubDate>
		<dc:creator>Computer Expert</dc:creator>
				<category><![CDATA[Common files]]></category>
		<category><![CDATA[File systems]]></category>
		<category><![CDATA[System files]]></category>

		<guid isPermaLink="false">http://www.computer-files.com/?p=70</guid>
		<description><![CDATA[<p><img width="300" height="224" src="http://www.computer-files.com/wp-content/dll-all-300x224.jpg" class="attachment-medium wp-post-image" alt="Dll Extension" title="dll-all" /></p>A dynamic link library (DLL) is a collection of small programs, which can be called upon when needed by the executable program (EXE) that is running. The Compiled library files are  containing a set of  drivers and/or procedures that are referenced and executed by a program that allows multiple programs to access shared system functions [...]]]></description>
			<content:encoded><![CDATA[<p><img width="300" height="224" src="http://www.computer-files.com/wp-content/dll-all-300x224.jpg" class="attachment-medium wp-post-image" alt="Dll Extension" title="dll-all" /></p>
<!-- google_ad_section_start -->
<p>A dynamic link library (DLL) is a collection of small programs, which can be called upon when needed by the executable program (EXE) that is running.</p>
<p>The Compiled library files are  containing a set of  drivers and/or procedures that are referenced and executed by a program that allows multiple programs to access shared system functions through common libraries and It may be dynamically linked into a program at runtime.</p>
<p>Most of the <strong> DLL </strong>files are provided with the Windows operating system, and others are included by Windows programs and they allow various program functions, such as communication with external devices and hard disk input and output and it can be referenced by Mac cross-platform applications.</p>
<p>An example : If the program (exe) needs to get the free space of your hard drive. It can call the DLL file that contains the function with parameters and a call function. The DLL will then tell the executable the free space. This allows the executable to be smaller in size and  haven&#8217;t to write the function that has already exists.</p>
<p><strong><span style="text-decoration: underline;">COMDLG32.DLL</span></strong></p>
<p>It controls the dialog boxes.</p>
<p><strong><span style="text-decoration: underline;">GDI32.DLL</span></strong></p>
<p>It contains numerous functions for displaying text, managing fonts and drawing graphics.</p>
<p><strong><span style="text-decoration: underline;">KERNEL32.DLL</span></strong></p>
<p>It contains hundreds of functions for the memory management and various processes.<strong></strong></p>
<p><strong><span style="text-decoration: underline;">USER32.DLL</span></strong></p>
<p>It contains numerous user interface functions. It involved in the creation of program windows and their interactions with each other.</p>
<p><strong>NOTE:</strong> The contents of a DLL file may cause errors within the program that references the file when deleting or modifying; for this reason, DLL files generally should not be opened or edited.  See here &#8211; &#8220;<a title="Opening a Dll file" href="http://www.computer-files.com/opening-a-dll-file-to-view-what-is-written-inside.html" target="_blank">How to Open a dll file ?</a>&#8220;</p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.computer-files.com/dll-file-extension.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I view Hidden files in windows?</title>
		<link>http://www.computer-files.com/how-do-i-view-hidden-files-in-windws.html</link>
		<comments>http://www.computer-files.com/how-do-i-view-hidden-files-in-windws.html#comments</comments>
		<pubDate>Mon, 07 Jun 2010 17:56:29 +0000</pubDate>
		<dc:creator>Computer Expert</dc:creator>
				<category><![CDATA[Common files]]></category>
		<category><![CDATA[File tips]]></category>
		<category><![CDATA[hidden file]]></category>

		<guid isPermaLink="false">http://www.computer-files.com/?p=61</guid>
		<description><![CDATA[<p><img width="300" height="224" src="http://www.computer-files.com/wp-content/show-hidden-files-and-folders-300x224.jpg" class="attachment-medium wp-post-image" alt="show hidden files and folders" title="show-hidden-files-and-folders" /></p>A hidden directory or hidden file on a computer is a directory (folder) or file which a user can&#8217;t see by default. The Hidden directories/files are  most often serve to hide important operating system-related files and user preferences. Showing hidden files  is not a big task—for example, If we want  to delete everything from a [...]]]></description>
			<content:encoded><![CDATA[<p><img width="300" height="224" src="http://www.computer-files.com/wp-content/show-hidden-files-and-folders-300x224.jpg" class="attachment-medium wp-post-image" alt="show hidden files and folders" title="show-hidden-files-and-folders" /></p>
<!-- google_ad_section_start -->
<p>A <strong>hidden directory</strong> or <strong>hidden file</strong> on a computer is a directory (folder) or file which a user can&#8217;t see by default. The Hidden directories/files are  most often serve to hide important operating system-related files and user preferences.</p>
<p>Showing hidden files  is not a big task—for example, If we want  to delete everything from a floppy disk and the disk properties still indicate 100K of disk space which is  used by hidden files.</p>
<p><strong>To see hidden files:</strong></p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr valign="top">
<td align="right">
<p>1.</p>
</td>
<td>
<p>On the <strong>Tools</strong> menu in Windows Explorer, click <strong>Folder Options</strong>.</p>
</td>
</tr>
<tr valign="top">
<td align="right">
<p>2.</p>
</td>
<td>
<p>Click the <strong>View</strong> tab.</p>
</td>
</tr>
<tr valign="top">
<td align="right">
<p>3.</p>
</td>
<td>
<p>Under <strong>Hidden files and folders</strong>, click <strong>Show hidden files and folders</strong>.</p>
</td>
</tr>
</tbody>
</table>
<p><strong>Note</strong> :To access Windows Explorer, click <strong>Start</strong>, point to <strong>All Programs</strong>, and then click <strong>Windows Explorer</strong>.</p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.computer-files.com/how-do-i-view-hidden-files-in-windws.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I combine multiple media files?</title>
		<link>http://www.computer-files.com/how-do-i-combine-multiple-media-files.html</link>
		<comments>http://www.computer-files.com/how-do-i-combine-multiple-media-files.html#comments</comments>
		<pubDate>Sat, 05 Jun 2010 16:59:48 +0000</pubDate>
		<dc:creator>Computer Expert</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[Featured Posts]]></category>
		<category><![CDATA[Media files]]></category>

		<guid isPermaLink="false">http://www.computer-files.com/2008/04/11/how-do-i-combine-multiple-media-files/</guid>
		<description><![CDATA[<p><img width="300" height="180" src="http://www.computer-files.com/wp-content/combine-media-file3-300x180.jpg" class="attachment-medium wp-post-image" alt="combine-media-file3" title="combine-media-file3" /></p>This is one of the most commonly asked questions on many video and audio forums. Many want to know how to combine video and audio footage, or combine multiple video files together. The great thing is that the process of doing this is not that hard. You just have to have the right software and [...]]]></description>
			<content:encoded><![CDATA[<p><img width="300" height="180" src="http://www.computer-files.com/wp-content/combine-media-file3-300x180.jpg" class="attachment-medium wp-post-image" alt="combine-media-file3" title="combine-media-file3" /></p>
<!-- google_ad_section_start -->
<p>This is one of the most commonly asked questions on many video and audio forums. Many want to know <strong>how to combine video and audio footage</strong>, or combine multiple video files together.</p>
<p>The great thing is that the process of doing this is not that hard. You just have to have the right software and a little bit of time. I am going to go over four of the most popular software titles for combining multiple media files below.</p>
<p><strong>Mediajoin</strong></p>
<p>Are you looking for a solution that allows you to combine your video and audio files together quickly and easily? <strong>Mediajoin</strong> is a great piece of software that allows you to combine MP3, OGG, WAV, and WMA audio files with AVI, MPEG and WMV video files. This software is <strong>free</strong>, but unavailable for download from the developers website. If you look around on other download sites, though, you should be able to find it.</p>
<p><strong>Combimovie</strong></p>
<p>Are you just looking to combine a few video media files for a one-time project? Are you looking for something free? If so, then Combimovie is for you. <strong>Combimovie</strong> allows you to combine multiple mpg/mpeg videos into one big file. This is <strong>freeware</strong>, so you will not have to pay any money to do this.</p>
<p><span id="more-52"></span><br /> <strong>Windows Movie Maker</strong></p>
<p>This is a basic program that comes with Windows XP. It allows you to combine WMV files and make them into one large file. It is pretty basic and isn&#8217;t very effective in working with other file formats, but it is <strong>free</strong> with your operating system and can be of some use.</p>
<p><strong>Easy Video Joiner</strong></p>
<p>Easy Video Joiner is the only one of these programs you will have to pay for. It is for good reason, though. Easy video joiner has support for many different file formats the others do now offer. This is a good program if you are combining videos on a daily basis, but if you are just an occasional user, this is overkill. If you want to combine media files together, all you need is a simple piece of software nothing else.</p>
<p>All of the above applications make it easy for you to combine different media file types.</p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.computer-files.com/how-do-i-combine-multiple-media-files.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What are the most common movie file types?</title>
		<link>http://www.computer-files.com/what-are-the-most-common-movie-file-types.html</link>
		<comments>http://www.computer-files.com/what-are-the-most-common-movie-file-types.html#comments</comments>
		<pubDate>Sat, 05 Jun 2010 08:19:55 +0000</pubDate>
		<dc:creator>Computer Expert</dc:creator>
				<category><![CDATA[Common files]]></category>
		<category><![CDATA[File extensions]]></category>
		<category><![CDATA[movie file]]></category>

		<guid isPermaLink="false">http://www.computer-files.com/2008/04/04/what-are-the-most-common-movie-file-types/</guid>
		<description><![CDATA[<p><img width="300" height="224" src="http://www.computer-files.com/wp-content/Movie-Files-Extensions-300x224.jpg" class="attachment-medium wp-post-image" alt="most common movie file types" title="Movie-Files-Extensions" /></p>Not every movie file on the Internet has the same file type. Windows Media files are different than QuickTime movies, which are not the same as Real media files. Each format has specific uses and run through specific programs. Here are some of the most common movie file types you will find on the Internet. [...]]]></description>
			<content:encoded><![CDATA[<p><img width="300" height="224" src="http://www.computer-files.com/wp-content/Movie-Files-Extensions-300x224.jpg" class="attachment-medium wp-post-image" alt="most common movie file types" title="Movie-Files-Extensions" /></p>
<!-- google_ad_section_start -->
<p>Not every movie file on the Internet has the same file type. <strong>Windows Media</strong> files are different than <strong>QuickTime</strong> movies, which are not the same as <strong>Real media</strong> files. Each format has specific uses and run through specific programs. Here are some of the most common movie file types you will find on the Internet.</p>
<p><strong>Windows Media File</strong></p>
<p>Windows Media video files (or .<strong>wmv</strong>) are one of the most popular movie file types on the Internet. They are played in the standard Windows Media Player that comes with all Windows computers.</p>
<p><strong>QuickTime Movie</strong></p>
<p>The QuickTime movie format (or .<strong>mov</strong>) is Apples equivalent to Windows Media Video files. It is very popular because this proprietary video format can be played on both Mac and Windows computers. .mov files are played by apples QuickTime player.</p>
<p><strong>Real Media file</strong></p>
<p>Real media files (or <strong>.rm</strong>) are files that can be completely downloaded before playing, or can be streamed directly from the Internet. These files can contain audio data, video data, or both. Real media files are<br /> played on the Realnetwork&#8217;s Real Player.<span id="more-51"></span></p>
<p><strong>MPEG</strong></p>
<p>Moving Pictures Expert Group (or <strong>.mpg</strong>) files contain compressed audio and video data. MPEG files can be played on either QuickTime or Windows Media Player.</p>
<p><strong>DIVX</strong></p>
<p>DIVx files are high quality compressed movie files. It allows videos to be a lot smaller data-wise while still delivering crystal clear video. There are quite a few different programs that will play these files, but<br /> DIVx does offer a downloadable program that will play these files.</p>
<p><strong>SWF</strong></p>
<p>SWF files are animation files that are created by Adobe Flash. They can contain audio and visual imagery, but instead of movies, the visual components are usually vector images. SWF files are vey popular in web<br /> design and advertising applications. Any web browser with the downloadable flash player plugin can view these files.</p>
<p><strong>What if you are trying to play a video file that is not listed above? </strong></p>
<p>If you have a video file that you would like to play, but is not in one of the above formats, you are going to have to do some extra research to find the correct <strong>player</strong> or <strong>codec</strong>. If you type the file extension into<br /> almost any search engine, many results will pop up and give you information on the necessary software needed to execute your given file type.</p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.computer-files.com/what-are-the-most-common-movie-file-types.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

