CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

How to compare two Microsoft Word documents?

Microsoft Word Application provides the feature to compare two Microsoft Word Documents and display the results/changes in review pane. This article explains how to compare two-word documents in Microsoft Word Application. This article applies to: Microsoft Office 2010 Step (1). Open Microsoft Word Application. Step (2). Click on the Review tab. It will display Review […]

How to restore files from Recycle Bin?

Microsoft Windows 7 Operating System maintains a repository (called Recycle Bin) where it keeps all the deleted files from the computer. You can later restore the file(s) back if you want. One limitation here is, the OS will not keep the file(s), if you delete them by pressing Shift + Del key combinations. This article […]

How to manage Add-Ins in Microsoft Office?

Add-Ins are useful to provide additional functionality or features in Microsoft Office Applications. That means, Add-ins are useful to extend the Application features. To enable the feature, we need to enable the Add-In. This article explains, how to manage Add-Ins in Microsoft Office Applications. This article applies to: Microsoft Office 2010 Step (1). Open Microsoft […]

How to know what type of Operating System is installed (32-bit or 64-bit)?

Depending on the system hardware configuration, we need to install the system software which is an Operating System suitable to our system. If our system supports only 32-bit configuration, we need to install 32-bit Operating System. If it supports 64-bit configuration, we need to install 64-bit Operating System etc,. To find the Operating System installed […]

Finding files in a folder / directory using MFC!

There are a couple of ways to find/search files in a folder/directory. Usually, Win32 programmers use FindFirstFile & FindNextFile functions to find the files in a particular folder. MFC provides a simplified way of finding the files using CFileFind class. The following example shows how to find files in a particular folder. This example is […]

Scroll to top