Click here to Skip to main content
15,885,782 members
Everything / Programming Languages / Visual C++ 9.0

Visual C++ 9.0

VC9.0

Great Reads

by logicchild
An article that explains how to use this library
by SBJ
A Model-View-Controller Framework that integrates with the MFC Doc/View architecture
by Ernest Laurentin
Full-fledged ATL Windowless ActiveX Container. Ideal for hosting Windows Media Player, Transparent Flash and Silverlight Animations.
by Michael Dunn
Create custom tasks in your app's jump list on Windows 7

Latest Articles

by QxOrm
QxOrm C++ library: Persistence (based on QtSql Qt library) - Serialization (based on boost::serialization library) - Reflection (introspection)
by libbyliugang
A splitter control for dialog can auto change the linked window's position
by gintack
C++ header file to plot data in the form of x, y, z arrays and list as potential lines and graphs
by Ravimal Bandara
An implementation of Bag-Of-Feature descriptor based on SIFT features using OpenCV and C++ for content based image retrieval applications.

All Articles

Sort by Updated

Visual C++ 9.0 

19 Oct 2010 by "Fish" (David B. Trout)
Simple parsing of VS_VERSIONINFO version information strings displayed in an XP-style file-properties "Version" tab
25 Feb 2010 by 365days.enjoy
The way to calculate a collection of folders size with VC++
29 Aug 2008 by Adrian Savage
Simulation in OSG using discrete events, a Ternary Heap and Interpolation
17 May 2012 by Ahmed Charfeddine
A Websocket protocol implementation atop the ush Framework real time library plus a demo example featuring four types of communication workflows between the HTML5 web client and the server.
16 Jan 2013 by Ajay Vijayvargiya
Covering the nitty-gritties of C++ templates.
1 Jul 2012 by Ajay Vijayvargiya
Let's dwell deeper into C++ templates!
18 Feb 2009 by Alain Rist
OOo::DocWindow and WTL::COOoCtrl classes to work on any Microsoft-Office document, and Open Office SDK integration in Visual Studio/VCExpress 2005/2008
3 Sep 2009 by Alain Rist
A submisson to the CodeProject Lean and Mean challenge.
12 Apr 2010 by Alain Rist
Including a Ribbon UI Implementation Guide with examples and a dual UI enabled legacy application
28 Aug 2009 by Alex Blekhman
A simple Calendar utility that demonstrates basic Shell extensibility techniques: desk band, tray notification icon, locales.
22 May 2008 by Alex C. Punnen
The Command Pattern and Chain of Responsibility for implementing a plug-in Thread Pool library.
3 Jun 2008 by Alex Hazanov
Example on how templates can help you to generalize your code
28 Sep 2008 by AlexAbramov
This article explains how to make a plug-in for Solitaire that displays a high score table. By way of Codecave, Solitaire will automatically execute a DLL for this plug-in -- thus no user intervention required!
24 Sep 2008 by AlexAbramov
Ever wanted to know how to call internal functions of other processes? This is an article on just that -- you'll learn how to read disassembled code in a project where the source code is known, and then apply that knowledge on an application where it isn't.
10 May 2009 by AlexShag
This is a simple text editor based on Edit control
1 Nov 2009 by Ali Tavakol
Fast, real, and easy to connect to your application.
7 Nov 2009 by Ali Tavakol
Fast, beautiful, real and easy to connect to your application
22 Dec 2012 by Anders Dalvander
An introduction to RPC programming. A simple RPC client/server application is explained.
16 Nov 2012 by Andy Bantly
An easy DOS framework for creating and managing a service
5 Dec 2012 by Andy Bantly
A class to aid in creation of AVI files
8 Aug 2012 by Antonyxt
vtable modification and destruction event handling
26 Dec 2009 by Aric Wang
To show you how to create a easy animation with palette
1 Jan 2010 by Aric Wang
Many popular MP3 players have cool desktop lyrics, this demo uses a simple method to realize it. Happy new year!
17 Jan 2010 by Aric Wang
This is a class derived from CWinThread class. It is used to record and play sound in the specific thread.
22 Feb 2010 by Aric Wang
The article will give you an idea on how to design a source filter.The source filter creates samples and outputs it from its output pin.
4 Apr 2010 by Aric Wang
Really a tiny class, used to get the currently webpage's net speed you are opening
6 Apr 2010 by Aric Wang
The aritcle gives you a way to export web browser's favorites.
25 May 2012 by Asif Bahrainwala
7 Apr 2010 by BarrySolomon
Support for Reading XML in MySQL
2 Jun 2008 by Bharath NS
Multithreaded GUI solution for starvation in Dining Philosopher problem
21 Dec 2008 by Boris Kolesnikov
Generates PNG files called tiles which form a layer on a GIS map
11 Oct 2013 by BrainlessLabs.com
In this article, we will discuss implementing conditional statements, loops and blocks.
20 Nov 2009 by Brett D Johnson
Automate file version updates for large suites of C++, C#, and VB apps.
24 Sep 2011 by Calinyara
This article shows how to change the pitch and tempo of a sound.
9 Apr 2008 by Chesnokov Yuriy
The article provides a dynamic Huffman compression and decompression class and a console application written in C++.
9 Jul 2008 by Chesnokov Yuriy
The article describes the use of Haar-like wavelet features for ultra fast object detection using a cascade of artificial neural network classifiers.
1 Jul 2015 by Chris La
This article explains 10 rules (steps) for replacing the recursive functions using stack and while-loop to avoid the stack-overflow.
2 Jun 2014 by Chris La
This is an alternative project of "OraLib - a lightweight C++ wrapper over Oracle's OCI library"
22 Aug 2013 by Chris La
This article explains how to create your own simple Lock Framework for C++ synchronization.
22 Aug 2013 by Chris La
This article explains Objective-C like C++ memory management class, SmartObject.
16 Jul 2015 by Chris La
How to create a server-client network quickly using template server-client framework, EpServerEngine (C++ and Windows Winsock).
1 Jul 2015 by Chris La
How to create a server-client network quickly using IOCP TCP template server-client framework, EpServerEngine.cs (C#).
8 Oct 2009 by Chris Losinger
A simple class to animate the movement of child windows
6 Aug 2008 by cppnow
An implementation of an (almost) std::map compatible data structure which offers better performance and memory utilization.
8 Oct 2008 by cppnow
Optimizing algorithms at runtime with a domain-specific embedded language (DSEL) and LLVM.
25 Aug 2011 by crazybit
An asynchronous HTTP download class for C++
19 Aug 2008 by Cristian Adam
This tool will spy on COM registration process and create side by side (SxS) manifest file(s)
18 Aug 2012 by Dan Randolph
C# interop using platform invoke and C++ vectors to implement fast searching and selection on index keys
3 Aug 2008 by Darren Sessions
StyleDialog may be used independently or in conjunction with the Style Toolkit.
18 Sep 2010 by David Crow
A brief explanation on how to interpret the 'logon hours' member of the USER_INFO structures
22 Oct 2015 by David Johns, John_Tang
C++ SMTP client, support SSL and TLS encrypted connection to SMTP server
19 Feb 2013 by Debdatta Basu
Introduction to C#/C++ interoperability, and a performance evaluation.
18 Sep 2009 by dengus
A method to inject an entire executable into another process (thereby avoiding the need for a DLL)
29 Oct 2013 by Dezhi Zhao
This article shows a fast solution to Einstein's Riddle by using brutal search.
2 Sep 2010 by dmihailescu
What is the start-up and system performance overhead for .Net, Mono, Java versus C++ and Forms, WPF, Swing versus MFC
13 Feb 2009 by Domagoj Šarić
A tiny WinAMP output DLL that uses a C++ replacement of the official ASIO SDK that supports multiple ASIO devices.
19 Jun 2012 by Dominik Reichl
CSHA1 - A C++ class implementation of the SHA-1 hash algorithm
7 Aug 2011 by Eduardo Tucci
OAG is a library written in C++. With this library, you can create OpenGL based applications.
13 Aug 2011 by Eduardo Tucci
This tutorial shows Library Code for Geometries 2D how to draw them programatically and how draw to objects using the mouse in an application MFC.
23 Oct 2010 by Eduardo Tucci
This tutorial shows library code for 2D Texts and how to draw them programatically using the mouse in an MFC application.
22 Oct 2010 by Eduardo Tucci
This tutorial shows library code for 2D Textures and how to draw them programatically using the mouse in an MFC application.
28 Apr 2009 by Emre Özgür İnce
An approach for using the SFMT (SIMD-oriented Fast Mersenne Twister) random number generator algorithm.
4 Sep 2008 by Ernest Laurentin
Multimedia PeakMeter control - .NET version
5 Mar 2009 by Ernest Laurentin
Full-fledged ATL Windowless ActiveX Container. Ideal for hosting Windows Media Player, Transparent Flash and Silverlight Animations.
27 Sep 2009 by Ernest Laurentin
Complete Client/Server Socket Communication class with threadpool implementation. Easy to use and integrate into C++ application. Linux/UNIX port available.
8 Jun 2010 by FahadAsh
This article is about creating cool buttons on a dialog
17 Jun 2012 by fahadzukie
This is an alternative for "regsvr42: Generate SxS Manifest Files from Native DLLs for Registration-Free COM"
9 Jun 2009 by Flying Light
MFC Application to rename an Existing Visual Studio Project
7 Aug 2011 by forest.house
This article illustrates the application of ATL/WTL by building a simple text editor based on the WTL objects
31 Oct 2012 by Francesco Aruta
A toolbar editor for Visual Studio. It can modify, add and create buttons, images and all that is needed for a toolbar.
21 Apr 2008 by Fred Ackers
Use the Speech SDK to make Internet Explorer read documents or portions of documents to the user.
1 Nov 2013 by Gabi Barcan
Call methods of an existing class in MFC asynchronously, while still preserving the thread affinity required by MFC and COM.
14 Apr 2011 by geoyar
An MFC slider control that accepts and works with most POD types and has enhanced appearance.
19 Mar 2009 by Gernot Frisch
This class takes care of the child window placement when you resize an MFC dialog. Also stores the size in the Registry for the next call.
21 Dec 2008 by Gopi Krishna Nuti
Code snippets detailing Interop programming in C# and ATLCOM
7 Mar 2001 by grebulon
This Add-in converts the text format (DOS or UNIX) of a file when it is saved in Visual Studio.
27 Oct 2012 by H.Brydon
Using the Actor Programming Model
4 Dec 2010 by h_seldon
A Win32 API non-blocking sockets implementation, client side.
9 Feb 2010 by Habeeballah Hasnoddin
A Property Sheet as an ActiveX control
17 Jul 2011 by hofingerandi
Problems I encountered when polishing the GUI of an existing 200K LOC application.
13 May 2009 by HotSoftG
Automation framework application development, realize the software functions and software frame separation. Support plug-in support theme
2 Jan 2011 by HZ_79
An open C++ library to serialize objects as XML
9 Sep 2011 by Ian Bell, #2
A sample C++ project that uses DES to combine two or more AVI files.
27 Jan 2010 by Igor Tolmachev
Displays the old "two monitors" icon in Windows 7 that flashed blue to show network activity on the System Tray.
26 Apr 2009 by Igor Vigdorchik
Class wrappers around the Win32 multi-monitor API
6 May 2010 by imagiro
A simple thread pool with minimal dependencies
25 Apr 2013 by In the Face of God
Unmanaged code application accessing data in a database via Web Services without a database provider.
6 Sep 2009 by IrrationalThinking
Shows you how to implement a DirectX Render Window into a .NET Form.
18 Apr 2012 by Ivan Shcherbakov
The article describes 10 time-saving debugging techniques available in Visual Studio.
27 Jan 2013 by Jaskiran Singh
The topic discusses how to safely access the pointers, which are considered as bomb shells if used unsafely.
13 Oct 2008 by Jason Hamilton
This article introduces and explains the use of the serial_interface class. An easy way to add serial port interfaces to your C++ code.
5 Mar 2009 by Jerry.Wang
This is a tiny tool to create multi virtual desktop, and allows you to switch between them.
17 Jun 2008 by Jim Crafton
An article describing how to use delegates in the VCF.
17 Jun 2008 by Jim Crafton
An introduction to the Model-View-Controller Pattern in the Visual Component Framework.
20 Jun 2008 by Jim Crafton
Part 2 of 4 that explores the Model-View-Controller Pattern in the Visual Component Framework
8 Mar 2013 by joejames111
This is a VB.NET and C# version of "Minimal Key Logger Using RAWINPUT".
29 Jul 2009 by Joel Ivory Johnson
Recreated an old game as a simple demonstration of DirectDraw.
16 May 2008 by John Paul Pirau
Use CString to convert betwen UTF8 and UTF16.
28 Mar 2008 by João Paulo Figueira
Control your Windows Mobile device from your desktop.