CodeSteps

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

How to create recurrence meeting requests in Microsoft Outlook?

Microsoft Outlook allows creating/scheduling meeting requests for face-to-face meetings or online meetings. Microsoft Outlook allows to create, re-schedule, or cancel the meeting requests. This article explains all these. This article applies to: Microsoft Office 2010 Step (1). Open Microsoft Outlook application. Step (2). Click on the Home tab and click on the New Items button. […]

Passing class member function as a controlling function to AfxBeginThread (VC++)!

In Visual C++, usually we use AfxBeginThread function to create a Thread which will run the piece of code concurrently. AfxBeginThread function can be useful to create both worker thread and an user-interface thread. This article explains the first flavor of AfxBeginThread function which is useful to create worker threads. How to create worker threads? The […]

Java – How to use HashMap collection?

HashMap is part of Java Collections, which has been first implemented in Java 1.2 version and has been in use since then. Java Collection Framework was introduced as a technique to store and operate on data with ease. This collection framework provides many interfaces and its implementations to operate on data with speed and efficiency […]

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

Scroll to top