CodeSteps

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

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 […]

How to upgrade to Pligg 2.0.x from Pligg 1.2.x?

Pligg is a famous Open Source Content Management System used to develop variety of websites like help desks, social networking sites etc.,. This article explains the steps to upgrade from Pligg 1.2.2 to Pligg 2.0.0. Step (1). Download Pligg v2.0.x from Pligg site. Step (2). Upload the latest files into your website. Make sure that […]

Scroll to top