Click here to Skip to main content
15,861,168 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 Score

Visual C++ 9.0 

10 Sep 2010 by logicchild
An article that explains how to use this library
20 Mar 2009 by SBJ
A Model-View-Controller Framework that integrates with the MFC Doc/View architecture
5 Mar 2009 by Ernest Laurentin
Full-fledged ATL Windowless ActiveX Container. Ideal for hosting Windows Media Player, Transparent Flash and Silverlight Animations.
29 Jun 2009 by Michael Dunn
Create custom tasks in your app's jump list on Windows 7
18 Dec 2012 by Lars [Large] Werner
Windows has built inn support for a lot of keyboard languages, this class makes it possible to extract that info in an easy manner and present it to screen.
3 Sep 2013 by Nikolay Ananenko
Avoid horizontal scroll and effectivelly use whole horizontal control width: resize all columns except one to their content and this one to all remaining space.
24 Nov 2011 by Scanix
SystemFramework defines interfaces, classes, and types to support a native runtime system with its own garbage collector, delegates, etc. The design of SystemFramework classes is similar to those of the .NET Framework.
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.
18 Apr 2010 by Sharjith
This article shows how to instantiate a COM object in Tcl/Tk and use its methods and properties.
7 Apr 2010 by BarrySolomon
Support for Reading XML in MySQL
17 Jun 2012 by fahadzukie
This is an alternative for "regsvr42: Generate SxS Manifest Files from Native DLLs for Registration-Free COM"
14 Sep 2013 by The Ultimate Toolbox, metalogicsw.com
The Ultimate Grid is now Open Source
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.
5 Nov 2009 by PeterSchregle
A C++ template class for fixed point mathematics.
28 Aug 2009 by Alex Blekhman
A simple Calendar utility that demonstrates basic Shell extensibility techniques: desk band, tray notification icon, locales.
14 Sep 2009 by Michael Dunn
An intro to using Taskbar progress bars and overlay icons with your Windows 7 applications
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
12 Apr 2010 by Alain Rist
Including a Ribbon UI Implementation Guide with examples and a dual UI enabled legacy application
30 Dec 2008 by Sarath C
Dynamically Add/Edit Environment variables of Remote process
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.
17 Mar 2015 by Tsuda Kageyu
Provides the basic part of Microsoft Detours functionality for both x64/x86 environments.
30 Aug 2017 by Ravimal Bandara
An implementation of Bag-Of-Feature descriptor based on SIFT features using OpenCV and C++ for content based image retrieval applications.
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.
29 Oct 2013 by Dezhi Zhao
This article shows a fast solution to Einstein's Riddle by using brutal search.
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.
19 Aug 2008 by Cristian Adam
This tool will spy on COM registration process and create side by side (SxS) manifest file(s)
2 Jun 2014 by Chris La
This is an alternative project of "OraLib - a lightweight C++ wrapper over Oracle's OCI library"
1 Jul 2015 by Chris La
How to create a server-client network quickly using IOCP TCP template server-client framework, EpServerEngine.cs (C#).
21 Feb 2011 by Michael Dunn
A tutorial that shows how to get started using the Ribbon in your applications
6 Oct 2008 by Michael Chourdakis
The way to automate the help assistant process in C++ without dirty scripting code.
4 Sep 2008 by Ernest Laurentin
Multimedia PeakMeter control - .NET version
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
22 Oct 2015 by David Johns, John_Tang
C++ SMTP client, support SSL and TLS encrypted connection to SMTP server
21 Mar 2008 by Thomas Hruska
Learn how UAC operates behind the scenes. Use the Elevate package to start multiple elevated processes but only display one UAC elevation dialog from a non-elevated process.
3 Feb 2011 by Martin Fuchs
ExcelFormat allows reading, writing, and editing of XLS (BIFF8 format) files using C++.
13 Aug 2009 by S. Senthil Kumar
An application to find undisposed objects in your .NET application.
18 Aug 2012 by Dan Randolph
C# interop using platform invoke and C++ vectors to implement fast searching and selection on index keys
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.
29 Jul 2009 by SergStrashko
Introduce the algorithm and technique for pre-drawing process speed up.
29 Sep 2018 by libbyliugang
A splitter control for dialog can auto change the linked window's position
1 Nov 2010 by Sharjith
Article showing how to write OS and GUI toolkit portable OpenGL view class
10 Jan 2011 by phoaivu
GPU Implementation of Extended Gaussian mixture model for Background Subtraction
27 Apr 2011 by Michael Dunn
This article describes how to lay out controls in the Windows native Ribbon
28 Mar 2008 by João Paulo Figueira
Control your Windows Mobile device from your desktop.
10 Feb 2011 by Tanvi K Shah, Steve H Davis
How to give your users a smooth scrolling experience with High Resolution Mouse Wheels
29 Jul 2009 by Joel Ivory Johnson
Recreated an old game as a simple demonstration of DirectDraw.
24 Sep 2011 by Calinyara
This article shows how to change the pitch and tempo of a sound.
18 Jul 2011 by Michael Dunn
This article shows how to control various Ribbon and command properties at runtime
22 Oct 2010 by Mustafa Chelik
Play XM music files in pure C++ using unpacked BASSMOD.dll from file and memory
24 Apr 2019 by QxOrm
QxOrm C++ library: Persistence (based on QtSql Qt library) - Serialization (based on boost::serialization library) - Reflection (introspection)
25 Aug 2011 by crazybit
An asynchronous HTTP download class for C++
19 May 2009 by Michael Dunn
An intro to using jump lists with your Windows 7 applications
11 Sep 2011 by Michael Dunn
This article demonstrates new button and menu features of the Ribbon
17 Jul 2011 by hofingerandi
Problems I encountered when polishing the GUI of an existing 200K LOC application.
11 Feb 2009 by WajihUllahBaig
A console program that captures audio but does not save it.
19 Jun 2012 by Dominik Reichl
CSHA1 - A C++ class implementation of the SHA-1 hash algorithm
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!
22 Aug 2013 by Chris La
This article explains how to create your own simple Lock Framework for C++ synchronization.
16 Jan 2013 by Ajay Vijayvargiya
Covering the nitty-gritties of C++ templates.
27 Jun 2010 by Wayne Wood
Verify the execution efficiency of a short CUDA program when using the library thrust
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.
19 Mar 2009 by SBJ
A Model-View-Controller Framework that integrates with the MFC Doc/View architecture.
5 Mar 2009 by Jerry.Wang
This is a tiny tool to create multi virtual desktop, and allows you to switch between them.
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.
7 Nov 2009 by Ali Tavakol
Fast, beautiful, real and easy to connect to your application
22 Mar 2009 by Michael-K[anzieper]
The article describes a smart binding of C++ objects.
22 Dec 2012 by Anders Dalvander
An introduction to RPC programming. A simple RPC client/server application is explained.
22 Nov 2010 by Vitaly Tomilov
Access detailed information about the current process the easiest way.
22 Nov 2010 by Vitaly Tomilov
A simplified and unified way for accessing most frequently used information about Process, System, and Environment.
3 Aug 2008 by Darren Sessions
StyleDialog may be used independently or in conjunction with the Style Toolkit.
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 Jul 2012 by Long Nguyen (xyz)
This is about how to make a simple sofware like photoshop using Visual Studio C++ and OpenCV
25 Jul 2010 by ThatsAlok
Collection of Q&A from VC++ forum
16 Jul 2015 by Chris La
How to create a server-client network quickly using template server-client framework, EpServerEngine (C++ and Windows Winsock).
9 Apr 2009 by WajihUllahBaig
Capturing video from webcam and VMR9 windowless rendering with DirectShow.
15 Dec 2008 by Murali Kartha
How to get the virtual address of an API in a user land process from Ring0
4 Dec 2010 by h_seldon
A Win32 API non-blocking sockets implementation, client side.
8 Aug 2012 by Antonyxt
vtable modification and destruction event handling
1 Jan 2012 by Mike G. P.Mee
An alternative to hooked key logging.
1 Jul 2012 by Ajay Vijayvargiya
Let's dwell deeper into C++ templates!
18 May 2010 by Syed Aftab Naqvi
Hosting Silverlight control in C++ using ATL
5 Dec 2012 by Andy Bantly
A class to aid in creation of AVI files
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.
25 Apr 2013 by In the Face of God
Unmanaged code application accessing data in a database via Web Services without a database provider.
15 Jul 2011 by ThatsAlok
Collection of Q&A from VC++ forum
28 Oct 2008 by Kevin Yochum
Implement a gSOAP interface to eBay using Visual C++ 2008.
2 Jan 2011 by malxau
A demonstration of resizing controls on a dialog box with minimal changes to existing Win32 code via resource markup
25 May 2012 by Asif Bahrainwala
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.
5 Aug 2010 by Shiju PK
Implementing an edge based template matching or pattern matching algorithm.
18 Apr 2012 by Ivan Shcherbakov
The article describes 10 time-saving debugging techniques available in Visual Studio.
12 Feb 2013 by The Ultimate Toolbox
Updates and User Contributions for the Ultimate Toolbox Libraries
12 Apr 2016 by Shao Voon Wong
Linq-To-XML Node Creation for Native C++
27 Oct 2012 by H.Brydon
Using the Actor Programming Model
26 Apr 2009 by Igor Vigdorchik
Class wrappers around the Win32 multi-monitor API
2 Jul 2014 by Mohammed El-Afifi
Given an existing win32 application, how to provide COM automation capability to it?
22 Sep 2013 by Simbey
The CNativeInvoke class generates x86 function calling code at runtime and executes it.
11 Oct 2013 by BrainlessLabs.com
In this article, we will discuss implementing conditional statements, loops and blocks.
13 Aug 2012 by Lars [Large] Werner
When loading a keyboard dll as a 32-bit application on a 64-bit system, the keyboard-dll-files does not work as expected, this class fixes that problem