Given an image and a quadralateral, Aaform will fit the image onto the quadraleteral passed using geometry.
Latest Drive Articles
Enumerating CD Devices on Your System
Learn how to determine all the CD-ROMdrives you have connected to your computer. (Added: 20-Jan-2000)
Latest Developer Videos
More...Latest CodeGuru Developer Columns
MFC Integration with the Windows Transactional File System (TxF)
The Transactional File System (TxF), which allows access to an NTFS file system to be conducted in a transacted manner through extensions to the Windows SDK API. MFC 10, has been extended to support TxF and related technologies. This support allows existing MFC applications to be easily extended to support kernel transactions.

Using Objects as Parameters in C#
Do you have a lot of data to pass to a function? Take a lesson from the world of JavaScript and use a class / DTO.

Using SQL Stored Procedures with VB.NET
Learn how to use the built-in SQL Server stored procedures with your VB.NET programs.
How to Create MapReduce Jobs for Hadoop Using C#
This article introduces you to Big Data, Apache Hadoop and MapReduce jobs. We will also learn how to create MapReduce jobs using C#.