A Shell Namespace extension allowing you to browse ADF (Amiga Disk Files)
in the Windows Explorer.
Find out more here.
ASCII Desktop
Displays the Windows Desktop as ASCII art.
Find out more here.
ASMIL
Did you ever wish you could write ASP.NET pages in 80386 assembler? Will now you can with this blazing ASP.NET native language.
Find out more here.
Alpha Play
A short walk-through of the alpha functions in Windows XP.
Find out more here.
Amiga Demos
My long forgotten Amiga demos. Code and executable for the Commodore
Amiga computer (can be run using an Amiga emulator).
Find out more here.
Auto Hide control
Adds "Auto Hide" side-bar to you window frame. It's that
annoying left-side pop-up window from VisualStudio.NET.
Find out more here.
BVRDE
An IDE for remote compiling and debugging UNIX and LINUX applications from Windows.
Find out more here.
Balloon Dialog
An Office 97-like balloon dialog.
Find out more here.
BaseScript
Yet another scripting language.
Find out more here.
Bevel Line
Turns a regular label (static control) into a bevel (raised or sunken) line.
Find out more here.
Blue Marquee
Dragging a blue transparent selection box.
Find out more here.
Breadcrumbs in Vista
How to create the Breadcrumbs in Windows Vista.
Find out more here.
ButtonMenu
A menu button control. Ownerdrawn button painting in Windows 98 and Windows XP.
Find out more here.
CDir
Wraps a few Directory Windows API functions for creating and
deleting complete directory subtrees.
Find out more here.
CDrive
Wraps the Windows API functions for Disk Drives.
Find out more here.
CExecProg
Wraps the Windows CreateProcess() API.
Find out more here.
CFile
Class that wraps the Windows File API functions.
Get easy access to files with easy-to-remember access methods like Open()
and Create().
Find out more here.
CFileVersionInfo
Wraps the Windows File Version API.
Find out more here.
CFixedMath
A tiny class implementing fixed 16.16 integer math.
Find out more here.
CFixedString
Implements a CString-like class with
a fixed-length string buffer.
The buffer will be allocated on the stack
and is size-limited by a template argument.
Find out more here.
CIni
Wraps the Windows .INI configuration file API.
There must be a million classes wrapping the WritePrivateProfileString() related functions,
so here is my contribution.
Find out more here.
Wraps a special string date format.
Find out more here.
CPathMonitor
This class uses the FindFirstChangeNotification Win32 API
to detect changes to files in a directory.
Find out more here.
CPersistRegistry
A simple persist class modelled after the ATL
IPersistStreamImpl and IPersistPropertyBagImpl.
It writes data to the registry.
This class allows you to use the
BEGIN_PROP_MAP / END_PROP_MAP maps
and have the data written to the registry.
Find out more here.
CReg
Wraps the Windows Registry API.
Find out more here.
CRegPropBag
This implementation of the IPropertyBag interface persists object
properties to the registry.
Find out more here.
CResLoader
This class wraps the string resource Win32 API, e.g. loading
and retrieving strings from an external resource file.
Find out more here.
CServices
Wraps the Windows Service API functions.
Find out more here.
CShellLink
Wraps the Shell's shortcut API.
Find out more here.
CThread
Thin wrapper around the Win32 Thread API.
Find out more here.
CVbString
CVbString is a wrapper class for the strange
VB4 string type.
Find out more here.
Calendar
A simple calendar control with appointment lists.
Find out more here.
CharAnim
An incomplete MFC project with Quake MD2 model OpenGL rendering and editing capabilities.
Find out more here.
ChoiceBar
A generic popup bar with buttons in a grid. Includes a palette chooser, border style
bar and a pen style popup.
Find out more here.
CleanFiles
A sample Disk Cleanup Handler.
Find out more here.
Client / Server
A simple client/server application.
Supports TCP/IP, Named Pipes, HTTP (via ISAPI), OLE DB and ADO with SQL queries.
Find out more here.
Collapsible Panel
A Collapsible Panel Container like the Windows XP Explorer kind.
Find out more here.
Coloured controls
Extensions to most of the standard Windows controls with custom colouring.
Find out more here.
An extension to the WTL Command Bar. Looks more Office XP like.
Find out more here.
Console Screen
Wrapper class for the Win32 Console API.
Find out more here.
Context Menu
A Shell Context Menu extension that adds two menu items to all files:
Join and Split.
Find out more here.
Control Panel Applet
Creates a Windows Control Panel Applet.
Find out more here.
Cool Tabs
A set of custom drawn tab controls.
Includes DevStudio 6 and VisualStudio.NET folder tabs.
Find out more here.
Database wrappers
A set of classes wrapping the ODBC, SQLite and OLE DB database APIs.
Find out more here.
Day Planner
Plan you day! With drag'n'drop and custom drawing.
Find out more here.
Demo Source Code
My very first source code for the PC. Lots of assembler and Pascal routines. Fancy 3D graphics,
polygon graphics, gouraud shading and a Wolfenstein engine in 500 lines of assembler/Pascal.
Check them out. These files were very popular many years ago.
Find out more here.
Dialog Ed
Dialog Ed implements a dialog editor using the DHTML Editing Component.
Find out more here.
This MS Visual C++ 6.0 AppWizard adds automatic generated documentation in HTML Help
to your ATL projects. Parses your IDL file for object hierarchy and method descriptions.
Use JavaDoc standard comments in your source code to add additional documentation.
Find out more here.
Docked UI
A sample project demonstrating my experimental WTL UI classes.
It includes trendy classes such as the
Docking Views,
TaskBar Icon
and Dialog Shadows classes.
Find out more here.
EasyHTML
Three DTC controls to help HTML writers with layout and import problems.
One of the controls implements ASP-like scripting capabilities to allow
design-time dynamic HTML creation.
Find out more here.
EasyINI
A light-weight component for Visual Basic 6 and ASP programmers.
Wraps the Windows .INI configuration file API (GetPrivateProfileString() etc).
Find out more here.
EasyNLS
A light-weight component for Visual Basic 6 programmers facing the task of localizing their applications.
Wraps resource DLL functions, locale specific functions and provides several helper functions
for localizing VB applications.
Find out more here.
EasyReg
A light-weight component for Visual Basic 6 and ASP programmers.
Wraps the Windows Registry API (RegQueryValue() etc).
Find out more here.
Edit Filter
A simple subclassed EDIT control, which filters input.
Find out more here.
Edit ListBox
Looks like the MS Developer Studio edit listbox.
Find out more here.
Edit Validate
A subclassed EDIT control that only accept input based
on a pattern-matching mask. With nice visual cues
on errors.
Find out more here.
Engine1
My first attempt with Direct 3D.
Builds a dynamic world with DirectX 7.0. Supports 3DS and MD2 models, and
allows user defined objects and lights.
Find out more here.
Explorer Bar sample
Shows you how to create an Internet Explorer Bar that renders through an HTML page.
Find out more here.
FLITE
A recompile of the FLITE text-to-speech engine. This TTS engine is one of the first attempts on an open-source speech component that work on mobile devices.
Find out more here.
Fade Button
A button which glows when the mouse hovers over it.
Find out more here.
FileMess
FileMess is a neat utility, which moves files from one folder to
another using pattern matching.
Find out more here.
FilterList
A WTL Smartphone list control like the Contacts control.
Find out more here.
Flickr Drive
Browse Flickr photos from the My Computer folder.
Find out more here.
Focus Flasher
Tracks the current window/control with focus.
Find out more here.
GMail Drive
An Explorer Shell Extension that creates a Virtual Filesystem around
your Google Gmail account.
Find out more here.
Game1
My experiences with game script programming - featuring my very own
scripting language and virtual machine.
Find out more here.
Global
Several global functions, macros and constants used by many of the
MFC classes I have written.
Find out more here.
Gradient Label
Turns a regular label (static control) into a gradient filled
label control.
Find out more here.
A WTL list control which uses the HTML layout engine.
Find out more here.
HTML Source Bar
A cool Internet Explorer 5 plug-in allowing you to examine the source contents
of any HTML page.
Shows parsed HTML, script code, style sheet source and image information of
the current browser contents.
Find out more here.
Heat Map and Prism Map
Heat maps and Prism maps in Google Earth.
Find out more here.
How to host a FLASH Charts ActiveX control in a dialog.
Find out more here.
IE Scripter
Adds a toolbar to the Internet Explorer, allowing you to write scripts
that executes and manipulates the page's DHTML object model.
A goodie for web developers and testers.
Find out more here.
IconPackager
The StarDock IconPackager user-interface.
Find out more here.
Image ListBox
An ownerdrawn listbox with images and formatting.
Find out more here.
Image ListBox
An ownerdrawn listbox for the Smartphone.
Find out more here.
IntelliMouse
Adds IntelliMouse support to a WTL window.
Find out more here.
LED Frogger
The game of Frogger implemented on a LED display.
Find out more here.
LED SideShow
A Windows Vista SideShow Device.
Find out more here.
A tracking tooltip for a ListView control
Find out more here.
MS Access Bar
A control which looks like the MS Access 2000 Navigation bar.
Find out more here.
MS Outlook Bar
A control which looks like the MS Outlook Navigation bar.
Find out more here.
MailSlot
A light-weight component for Visual Basic 6 programmers.
Mail Slots are part of the IPC options available for Windows programmers. It
enables you to send messages to remote computers.
Find out more here.
Menu Control
A fix for the infamous WTL 3.1 CommandBar MDI bug.
Find out more here.
MiniHTML
A GDI based label control with text formatting.
Find out more here.
ModiMath
3D Studio MAX 2.5 plug-in, which modifies the mesh using
custom expressions.
Find out more here.
MultiSelect Tree
A tree with multi-select capabilities.
Find out more here.
Namespace Explorer
Explore the Windows Shell Namespace hierarchy.
Find out more here.
Namespace Tree Control
How to use the Namespace Tree Control in Windows Vista.
Find out more here.
Network wrappers
A set of classes wrapping the Windows network APIs.
Find out more here.
NewsCounter
NewsCounter connects to a USENET (news) server and retrieves a list
of available newsgroups. It then allows you to get the number
of postings in each group.
Find out more here.
Non-Client control
Testing non-client painting in Windows.
Find out more here.
Non-Rect
Sample showing how to create a non-rectangular window.
Find out more here.
PDB Explorer
Browse Windows PDB Debug Files.
Find out more here.
PIR USB Keyboard driver
Building DIY Motion Detection hardware to wake up your PC.
Find out more here.
Phone SIP
A peculiar Pocket PC Input Method.
Find out more here.
Pie Chart
A simple pie chart control with two sections.
Find out more here.
PlaylistSync
A Pocket PC 2003 ActiveSync extension which refreshes MP3 files and playlists.
Find out more here.
PocketKiSS
An FKiSS viewer for the Pocket PC.
Find out more here.
An extension to the WTL Command Bar. Looks more Office 2000 like.
Find out more here.
Registry Shell Extension
Browse the Windows Registry tree from the My Computer folder.
Find out more here.
Relationship
A control modelled after the MS Access Relationship editor.
Find out more here.
Routing in Seoul
Writing an offline map and routing service for traveling in South Korea.
Find out more here.
RtfStatic
A RTF based label replacement with text formatting.
Find out more here.
Scanf Edit
A masked edit control, which displays like the Date Time Picker control.
Find out more here.
Script Editor
A RTF based editor with syntax highlighting.
Find out more here.
Script Studio
A remake of the Envox Studio application.
Find out more here.
Shell Controls
A bunch of controls that show files and folders using the Shell
interfaces.
Find out more here.
Simple HTML Viewer
A RTF-based HTML viewer control. Extends the RichEdit control.
Find out more here.
Site Map
The Site Map ActiveX control provides the same functionality
as the Microsoft Visual InterDev Site Diagram control.
Find out more here.
Skinned Button
A WTL version of Shinya Miyamoto's Window Blinds skinned button.
Find out more here.
Skinned UI
A mock-up project, which displays a skinned User Interface.
Find out more here.
SocWall Control Panel
A Control Panel for Windows Vista using Shell Folders.
Find out more here.
Spam filter
Building your own e-mail spam filter.
Find out more here.
SplitterBar
An even more simple SplitterBar control.
Find out more here.
SubTitle
A 3D Studio MAX 2.5 filter that produces sub-title alike
texts to the rendered image.
Find out more here.
TAR Folder
Browse TAR archives directly in Windows Explorer.
Find out more here.
Tabbed Dialog Container
A container window for dialogs. Also includes a Tab control with view support.
Find out more here.
Task Dialog 98
A TaskDialog replacement for Windows XP and worse.
Find out more here.
Task Dialog Wizard
Using TaskDialog in multi-paged mode.
Find out more here.
TaskBarIcon
A wrapper for the Shell Task Bar API to enable your own taskbar icons.
Find out more here.
ThemeSync
A Pocket PC 2003 ActiveSync extension which cycles your Today theme.
Find out more here.
Threadpool
How to operate the threadpool in Windows Vista.
Find out more here.
Todays Events
A simple Shell extension, which displays today's System event logs.
Find out more here.
Transmission PR
A Web Client for the Transmission BitTorrent daemon.
Find out more here.
TreeListView
It's one of those "tree with a combined listview" controls.
Find out more here.
TreeMap Graphs
Shows disk usage with treemapping algorithms.
Find out more here.
U2lwin32
A set of user functions for Crystal Reports.
Find out more here.
Virtual List
The Virtual List ActiveX control adds speed, almost unlimited number of entries
and page scroll buttons to the regular list control.
Find out more here.
Vista Photo Thing
A recreation of the Windows Vista Photo Gallery user-interface.
Find out more here.
WTL Documentation
HTML Help Documentation for the WTL library.
Find out more here.
WTL XP UI and Script
A sample project demonstrating my experimental WTL XP classes.
Find out more here.
WTL for WinCE.NET
WTL wrappers for the Pocket PC controls (HTML Control, RichInk, DocList etc).
Find out more here.
Waiting Anim
A small spinning wheel animating control.
Find out more here.
WebPageLoader
An internet download utility. Downloads entire web pages or series of files.
Multi-threaded MFC project, which will download and parse web pages, downloading
all images and documents referenced. Features many configurable options.
Find out more here.
WepMetering
WepMetering hooks right into the WinSOCK library of your
Web browser and monitors all your internet activity.
To achieve this a custom DLL is injected into every process'
address space and assembler instructions in the WinSOCK DLL
are overwritten.
Find out more here.
Windowsless UI
A windowless presentation manager.
Find out more here.
WordProp
Reads the Summary Information from any Compound Document, such
as Word, Excel and Powerpoint files.
Find out more here.
WriteRes
Modifies the icon resource section of any application.
Find out more here.
XML Config Reader
Reading XML configurations quickly.
Find out more here.
XML OLE DB Provider
An OLE DB Provider allowing you to query XML documents with SQL.
Find out more here.
ZIP Archive
Examine and extract files from ZIP files.
Find out more here.
atlctrlsext
Additional WTL Window control wrappers.
Find out more here.
atldataobj
ATL classes that implement a standard IDataObject and clipboard helpers.
Find out more here.
atldebug
Adds new macros to your TRACE arsenal.
Find out more here.
atldib
A DIB (Device Independant Bitmap) class.
Find out more here.
atldock
A basic docking windows framework for WTL.
Find out more here.
atldtc
Default implementation of the Design-Time Control interfaces.
Find out more here.
atldyndispatch
Turn raw C++ objects into IDispatch objects, or use
dynamic IDispatch method tables in ATL.
Find out more here.
atlgdix
Some extra GDI classes.
Implements a memory DC for offscreen flicker-free painting.
Find out more here.
atlscript
Default implementation of the Active Scripting Host interfaces.
Find out more here.
atlshellext
A library of ATL classes that make it a breeze to create Windows Shell Extensions.
Find out more here.
atlvbevents
Two ATL plug-in classes, which implement the mouse and
keyboard events known from the standard VB controls.
Find out more here.
atlwinmisc
Wraps a couple of the common Windows data types and
functions.
Find out more here.
atlwinsuper
Extensions to the ATL window classes for superclassing.
Find out more here.
Wow, even I didn't realize that there were this many entries. Maybe I should cut back on the programming and get a real life...