Home Home Home
Newsletter
 Email
 Password
Remember me?
View our advertisersClick here for Whole Tomato Software - Home of Visual AssistAdvertise on the CodeProject
What's New
Lounge
Contribute
About Us
Advertise
Forums
MSDN Magazine - Your guide to Microsoft tools, development environments, and technologies for Windows and the Web.
Premium Sponsor

Community
.NET
Controls
General
Libraries and Projects
Multimedia
Other Platforms
GUI
Internet
Miscellany

Partners
DevelopersDex
DevGuru
Programmers Heaven
Tek-Tips Forums
TopXML
VisualBuilder
W3Schools
XMLPitstop
Search Us!

 
Latest Updates

Articles added or updated since:

= New since 24 Sep 2001, = Updated, = Moved.

Monday 8th October, 2001

Bitmaps & Palettes
Load, show and convert miscellaneous file-formats using freeimage - Markus Loibl
Shows the usage of the freeimage-library to show and convert various file-formats
Book Chapters
DCOM Access Denied Problem - Shadi Al-Kahwaji
This article is wlaking you through configuring two computers to share COM component as a distributed component(DCOM).
Threads, Processes & Inter-Process Communication
Interprocess communication tutorial - Alex Farber
Using memory mapped files, mutexes and HWND_BROADCAST messages for interprocess communication
Programming Tips
The Flyweight Pattern - Alberto Gattegno
This article discusses the Structural Pattern Flyweight, using a Visual C++ example.

Sunday 7th October, 2001

ATL
Collection Wizard - Frans Nagel et al.
This program was written to make implementing a collection in ATL a snap
Combo & List Boxes
CListBoxColorPickerST v1.1 - Davide Calabro
A CListBox derived class to pick-up colors from a pre-defined list
The C# Programming Language
Beauty Of .NET - Calling a VB Component from C#. - Nemesh Singh
You would really LOVE this samll HELLO WORLD COMPONENT.
.NET - The Next Generation Internet
Introduction to Visual J# .NET - Chris Maunder
An overview of the latest Java language tools from Microsoft.
Edit Controls
CEdit & Static Tranparency Control - Dany Cantin
This acticle explain how to apply transparency on CEdit and CStatic Controls
Tab Controls
CMDITabs - Christian Rodemeyer
A CTabCtrl control to switch comfortably between MDI views
Free Programming Tools
A tool for registering OCXs and COM DLLs - Richard Nash
A dialog app to make registering components easier.

Saturday 6th October, 2001

Bitmaps & Palettes
CQuantizer - Davide Pizzolato
Color quantization using the octree algorithm
DLLs
Using the Rebase utility in project makefile - Alex Farber
Setting the DLL base address in a project makefile using the Rebase utility

Friday 5th October, 2001

Audio & Video
A class to easily generate AVI video. Application to OpenGL - Jonathan de Halleux
If you want to generate an AVI video from your OpenGL application, this is the class you need.
Bitmaps & Palettes
Add GIF-animation to your MFC and ATL projects with the help of CPictureEx and CPictureExWnd - Oleg Bykov
A class for displaying animated GIFs and more. MFC and ATL versions available!
COM / DCOM / COM+
Getting the most out of IDispatch - Xiangyang Liu
A C++ class that makes it extremely easy to use a com object, even in console apps
C++ / MFC / STL
A Custom Block Allocator for Speeding Up VC++ STL - Joaquín M López Muñoz
A block allocator for use with STL containers that greatly improves speed in programs doing massive data insertions and extractions.
The C# Programming Language
Real Time TCP/IP using C# - Jibin Pan
This sample shows the communication techniques between a client and a server application using a Socket class on each side.
IIS filters/extensions
What an ISAPI extension is? - Mehdi Mousavi
Discusses ISAPI extensions in detail and shows how to implement an extension to validate a given credit card#
Miscellaneous Controls
CColorChooser an IDE style Color Picker - Norm Almond
CColorChooser an IDE style Color Picker
Free Programming Tools
Enum Viewer Dialog - Pablo Presedo
This article demonstrates a tool for displaying enum values
The Windows Template Library
COM Category ComboBox - Laurent Kempé
A ComboBox listing all COM objects from specified COM Category

Thursday 4th October, 2001

Bitmaps & Palettes
CPicture - The Yovav (Horror) PictureShow - Dr. Yovav Gad
Routines for displaying image files (.BMP .DIB .EMF .GIF .ICO .JPG .WMF)
COM / DCOM / COM+
Buried treasure in MFC: COleDispatchDriver - Xiangyang Liu
Introducing a simple and dynamic com dispatch driver class
C++ / MFC / STL
Recycle - Niraj Kedar
The Recycle program has been designed to automate the release of system memory.

The Code Project Visual C++ Forum FAQ - Michael Dunn
A list of frequently-asked questions taken from the C++ forum.
.NET - The Next Generation Internet
Mandelbrot set in MSIL - Richard Birkby
Demonstrates the use of Windows Forms, GDI+ from CIL

Understanding .NET Framework : Frame By Frame - Nemesh Singh
.NET Framework - Explained in the easiest way I could.
Edit Controls
Colorizing edit control - Chris Losinger
A colorizing text edit control, with full undo/redo, clipboard support, etc.

Validating Edit Controls - Alvaro Mendez
CEdit-derived classes which validate the most popular types of data input.
VB, VBScript and VBA
Getting User Information Using WSH and VBScript - Sameers
An article on getting User Information with VBScript using WSH
WinHelp / HTMLHelp
Simple RTF based Help Dialog - Antoine Megens
Yet Another Simple Help Dialog
The Windows Template Library
WTL MDI command bar control - Bjoern Graf
A WTL CCommandBarCtrl extension to fully support MDI

Wednesday 3rd October, 2001

HTML / CSS
OOPs - Shankar Das
Simplifying Object Oriented Programming

Tuesday 2nd October, 2001

Bitmaps & Palettes
Memory bitmap class CMemBm - Vsevolod Gromov
Simple class to make generic windows bitmap operations easier

Simple decoder/encoder for MNG animations - Davide Pizzolato
CxImageMNG
C++ / MFC / STL
A Command Line Class - Carlos Antollini
A class that permit to get easily the command line parameters
The C# Programming Language
A Calculator using C# - S.Thangaraju
This is basic Calculator program written in C# 

C# XML Directory Lister - Greg Hack
Generates a directory list as XML

COM+ Subscription Viewer - Roman Kiss
This sample shows how to retrieve a subscriptions registered in the Event System store using the C#.

Introduction to TCP client server in C# - S.Thangaraju
An article on TCP client server programming
Macros and Add-ins
Build Duration Macro - Miezoo
A DevStudio macro that displays the project's build duration
.NET Components
A .NET Progress Dialog - Matthew Adams
A progress dialog for asynchronous workers
The Windows Template Library
A WTL class for developping OpenGL programs using WTL - Zilin Du
A class to develop OpenGL programs which can be easily plugged into your WTL programs

Monday 1st October, 2001

The C# Programming Language
Traditional "Hello World" Programme Using Different Approaches. PART-I - Nemesh Singh
Very Basic Understanding Of the First c# Programme.

Traditional "Hello World" Programme Using Different Approaches. PART-II - Nemesh Singh
Writing hello world program using different approaches in C#

Sunday 30th September, 2001

COM / DCOM / COM+
CEnBSTR - A simple _bstr_t extension - Morten Abrahamsen
A simple _bstr_t extension to wrap basic string functionality (find, mid, replace aso)
Combo & List Boxes
Case-sensitive ComboBox - Paul S. Vickery
CComboBox (and CListBox) with case-sensitive searching

History ComboBox - Paul S. Vickery
CComboBox with support for item history
C++ / MFC / STL
A C++ Implementation of the Rijndael Encryption/Decryption method - George Anescu
An article presenting a C++ implementation of the Rijndael (AES) encryption/decryption method

XOR256 Stream Encryption with Arcfour PRNG - George Anescu
Presenting a variant of the XOR256 Stream Encryption/Decryption method using the Arcfour algorithm for Pseudo-Random Numbers Generation
Shell Programming
Shell Renamer - Todd Jeffreys
Shell Renamer is a shell extension which supports regular expression search and replace renaming and filename swapping
String
Class for quick string lookup - Todd Jeffreys
Class that represents strings in a tier to enable faster lookups

Friday 28th September, 2001

ATL
Sending and receiving e-mails from your program - Xiangyang Liu
A simple reusable MAPI client
List Controls
Changing Row Height in an owner drawn Control - Uwe Keim
Changing the Row Height in an owner drawn List View Control
Miscellaneous Controls
The Spring Computing Windows Controls - Maxime Labelle
A set of Win32 windows controls

Thursday 27th September, 2001

C++ / MFC / STL
A C++ Implementation of the Blowfish Encryption/Decryption method - George Anescu
An article presenting a C++ implementation of the Blowfish encryption/decryption method

Genetic Algorithms and the Traveling Salesman Problem - Konstantin Boukreev
An example of using Genetic Algorithms for solving the Traveling Salesman Problem
The C# Programming Language
Using the Web Services and COM+ Event System in the .Net Application. - Roman Kiss
This article describes how to subscribe the Web Service into the COM+ Event System using the C# language.
Database
A set of ADO Classes - Carlos Antollini
Simple database Access using an ADO class
DirectX
DirectX 8 Template - Anthony Roach
A framework for writing apps using DirectX 8
List Controls
Selection Highlighting of an Entire Row - Uwe Keim
How to select an entire row in a list view control.
Macros and Add-ins
Switch between Header and CPP file - Miezoo
A simple macro that allows you to quickly switch between associated header and implementation files.
Tree Controls
CProgressFX and CHourglassFX - Paolo Messina
Two animation provider classes to add animation effects to any CWaitingTreeCtrl-derived class

CWaitingTreeCtrl - Paolo Messina
A CTreeCtrl derived class that populates the branches of a tree only when necessary, with optional visual effects.

Wednesday 26th September, 2001

C++ / MFC / STL
Calling Conventions Demystified - Nemanja Trifunovic
Visual C++ calling conventions explained

Easy way to manipulate BSTR using CString class - Rejeesh.T.S
This article is about safe and easy way to use BSTR using the CString class.
The C# Programming Language
A C# Image Converter - George Anescu
Presenting a smal C# Windows Application for converting images between different graphical formats
System
Start Your Windows Programs From An NT Service - Xiangyang Liu
Make your MFC, VB, and other Windows programs behave like NT services.

Tuesday 25th September, 2001

C++ / MFC / STL
STL Function objects - Chris Losinger
Using STL function objects in std::sort

Monday 24th September, 2001

DirectX
Double Buffered Graphics using DirectDraw - Gertruud Lawrence
This article explains how my class CDXSurfaceMgr can be used to facilitate Double Buffered drawing.
Misc. Libraries and Projects
Sharp YO Series Communication Class - Valer BOCAN
Class for performing a backup / restore to a Sharp YO series organizer

37 New articles, 35 updated articles, 6 moved articles since Monday 24th September, 2001

View our advertisersClick here for Dundas Consulting - experts in MFC, C++, TCP/IP and ASPAdvertise on the CodeProject
last updated 4 Oct 2000
Advertise
Copyright © CodeProject, 1999-2001.
All Rights Reserved.