Discover an easy way to set up system-wide global API hooks using AppInit_DLLs registry key for DLL injection and Mhook library for API hooking. To illustrate this technique we will show how to easily hide calc.exe from the list of running processes.
Microsoft-sponsored open source foundation names a new permanent board of directors as the effort aims to grow beyond its roots.
Learn about the Microsoft Automatic Graph Layout using a Windows Presentation Foundation (WPF) sample application.
Learn about a technique that allows you to use half the data storage when you have a symmetric distance matrix or other similar triangular matrix.
Windows Vista and 7 provide the ability to restart crashed or hung applications and recover your work. By building on the strength of the Document-View Architecture, Microsoft Foundation Class (MFC) 10 allows new and existing applications to easily take advantage of these Windows features.
This article compares the performance of using a Web Service proxy class created by Visual Studio vs. a custom created class.
In this article you'll explore the notable features of Microsoft Visual Studio 2010 Professional Edition.
Use your C++ Programming skills to create a special list control that allows another list control to be inserted in a particular cell.
New platform emerges from merging Linux-based Moblin and Maemo
Do you need to create Dynamic Where Clauses at runtime? No need to use string concatenation with SQL, LINQ is fully capable of performing the same task.
This article, by Scott Mitchell, shows how to store (and load) the data generated by the Microsoft Chart Controls to disk or some other store.
The code calculates the value of Pi to arbitrary number of digits such as 100, 1000 etc. The article describes the theory behind the code.