Click here to Skip to main content

GDI

Multimedia » GDI
 

Fonts & GDI - Beginners 

top
Title / Updated Author Score  
Drawing lines, shapes, or text on bitmaps
Updated: 12 Apr 2002
Quick reference to draw lines, shapes, or text on bitmaps
VC6, VC7, Win2K, WinXP, Visual-Studio, MFC, GDI, Dev
 
Davide Pizzolato 4.89
Guide to WIN32 Paint for beginners
Updated: 20 Mar 2002
Beginner's guide to understanding how to paint to a window in the WIN32 SDK environment
VC6, VC7, Win2K, WinXP, GDI, Dev
 
Paul Watt 4.86
Using color gradients as backgrounds in your dialogs and views
Updated: 9 Jun 2002
Beginner article that shows how you can create horizontal, vertical and diagonal backgrounds. Also tells you what to watch out for, to avoid flickering when doing complicated drawing.
VC6, VC7, Win2K, WinXP, Visual-Studio, MFC, GDI, Dev
 
Nish Sivakumar 4.78
Using SetWorldTransform() to rotate basic shapes by any angle
Updated: 24 Feb 2002
How to use SetWorldTransform() to draw basic shapes rotated by any angle
VC6, Win2K, MFC, GDI, Dev
 
lucy 4.45
A Beginners Guide to Bitmaps
Updated: 24 Mar 2009
A Beginners Guide to Bitmaps
Windows, GDI, GDI+, Design
 
cqviolet 3.83
Introduction to drawing in Windows
Updated: 20 Mar 2000
A simple introduction to using DCs to draw in Windows
VC6, Visual-Studio, MFC, GDI, Dev
 
William T. Block 3.69
Using Color Gradients in Win32/SDK Programs
Updated: 12 Oct 2002
How to create a color gradient as a background in a SDK application.
VC6, VC7, Win2K, WinXP, Visual-Studio, GDI, Dev
 
einst992 2.95
Fade Effect - Gradient Effect - Alphablending - Thumbnail Image - Copy HBITMAP
Updated: 14 Mar 2008
How easy to Play with color of bitmap
C++ (VC6, VC7, VC7.1, VC8.0), Windows (Win2K, WinXP, Win2003, Vista), MFC, Dev
 
saiful_vonair 2.71

Fonts & GDI - Device Contexts 

top
Title / Updated Author Score  
Saving Drawing Contexts
Updated: 27 Mar 2001
GDI objects selected in a DC can't be deleted - even when you call DeleteObject. This handy class makes these potential leaks a thing of the past.
VC6, Win2K, Visual-Studio, MFC, GDI, Dev
 
Joseph M. Newcomer 5.00
Flicker Free Drawing In MFC
Updated: 25 Mar 2002
A simple animation example which is used to show CMemDC in several modes
VC6, Windows, MFC, GDI, Dev
 
Keith Rule 4.96
Guide to Win32 Memory DC
Updated: 21 Jul 2011
Guide to creating and using Memory Device Contexts (DC) in Win32.
C++, Windows, Win32, GDI, VS2008, Dev
 
Paul Watt 4.94
CWebImageDC
Updated: 27 Aug 2000
Provides a memory based DC into which an image may be drawn using standard GDI calls.
GDI, Dev
 
Randy More 4.72
Flicker free redrawing and background buffering of drawing with two simple classes
Updated: 27 Mar 2000
Two classes that make double buffering simple
VC6, Visual-Studio, MFC, GDI, Dev
 
Ernst Versteeg 4.72
CBufferDC: a simple MFC class for automatic flicker free drawing
Updated: 3 May 2007
A CPaintDC replacement for in OnPaint painting. Simply change CPaintDC dc(this) in CBufferDC dc(this), and you're done
C++, Windows, Visual-Studio, MFC, GDI, Dev
 
Elia Sarti 4.67
Rotate your graphics - advanced memory device context
Updated: 17 Jan 2000
A memory DC that allows you to rotate your graphics
VC6, MFC, GDI, Dev
 
Hans Bühler 4.50
Dynamic DC
Updated: 18 Sep 2000
A Device Context class to draw on a window outside of a WM_PAINT handler.
VC6, Win2K, Visual-Studio, MFC, GDI, Dev
 
Craig Henderson 3.95
Double Buffered DC Class
Updated: 15 Jan 2004
CDC descendant with double buffering abilities
VC7.1, Windows, MFC, GDI, VS.NET2003, Dev
 
Alex Kolesnichenko 3.44
AlphaBlend function and 32 bit bitmaps with alpha channel
Updated: 18 Dec 2008
Shows the usage of AlphaBlend on 32 bit bitmaps to save space in a bootstrapper.
C++ (VC6, VC7, VC7.1, VC8.0), C++/CLI, C, GDI, Dev
 
Thomas Maierhofer 2.92
Flicker free drawing without using double buffer - Unedited
Updated: 6 Sep 2008
Flicker free drawing without using double buffer
C++ (VC6), Windows (Win2K, WinXP, Win2003), GDI, CEO, Architect, DBA, Dev, QA, Design, SysAdmin, Sales, Marketing
 
ringphone 1.18

Fonts & GDI - Fonts 

top
Title / Updated Author Score  
How to Use a Font Without Installing it
Updated: 14 Sep 2009
How to use a font without installing it first on user systems
C++, GDI, GDI+, Dev
 
Wong Shao Voon 4.85
Width of text in italic font
Updated: 23 Aug 2006
Shows an alternative to GetCharABCWidths and GetCharABCWidthsFloat.
VC6, VC7, VC8.0, Win2K, WinXP, Win2003, Visual-Studio, GDI, Dev
 
Alexandru Matei 4.80
XFontCombo - An OpenType-aware font combobox
Updated: 26 May 2003
XFontCombo demonstrates the use of IsOpenType(), a function that determines if a font is OpenType
VC6, Win2K, WinXP, GDI, Dev
 
Hans Dietrich 4.78
Simple text rotation
Updated: 26 Sep 2000
A simple function to rotate text around its center point within a rectangle.
VC6, Win2K, Visual-Studio, MFC, GDI, Dev
 
iucon 4.73
Retrieving font name from TTF file
Updated: 12 Dec 2002
Explains how to retrieve a font name from TrueType or OpenType files (.ttf)
C++/CLI, VC6, .NET, Win2K, WinXP, Visual-Studio, MFC, GDI, Dev
 
Philip Patrick 4.67
XFont - Get font name and file information
Updated: 21 May 2003
XFont retrieves the name of the font file from the regsitry, and the font name from the font file
VC6, Win2K, WinXP, GDI, Dev
 
Hans Dietrich 4.60
Hershey Font wrapper class
Updated: 28 Mar 2000
Using Hershey vector fonts for faster rendering
GDI, Dev
 
Randy More 4.50
Finding a Font file from a Font name
Updated: 10 Jul 2001
How to find the name of a font file, given the display name of a font
VC6, Win2K, MFC, GDI, Dev
 
Hans Dietrich 4.47
KanjiFont
Updated: 14 Feb 2001
Display Chinese & Japanese characters on unicode & non-unicode systems
VC6, Win2K, GDI, Dev
 
Eric Crahen 4.04
Detecting the Display Font Size
Updated: 25 Oct 2002
Simple function to enable you to programmatically detect the user-selected font at runtime.
VC6, VC7, Win2K, WinXP, Visual-Studio, MFC, GDI, Dev
 
Chen Su 3.75

Fonts & GDI - GDI Objects 

top
Title / Updated Author Score  
Guide to WIN32 Paint for Intermediates
Updated: 4 Apr 2002
Guide to understanding how Windows generates WM_PAINT messages, manages the update region for a window, and how to use all common type DCs.
VC6, VC7, Win2K, WinXP, MFC, GDI, Dev
 
Paul Watt 4.92
CAutoPen class - a CPen that IS correctly destroyed
Updated: 24 Nov 1999
VC6, Visual-Studio, GDI, Dev
 
Anneke Sicherer-Roetman 4.58
CCanvas - A Reusable Class to Draw a Simple Graph
Updated: 26 Feb 2009
A reusable class for drawing a simple graph
VC6, Windows, GDI
 
auralius manurung 4.52
How to set a font for all child windows
Updated: 7 Dec 1999
A technique for changing the font for all child windows in your main application
VC6, GDI, Dev
 
Zoran M. Todorovic 4.36
Automatic Font Handling Class
Updated: 28 Dec 1999
A class to make working with LOGFONTs easier
VC6, Windows, GDI, Dev
 
Jamie Nordmeyer 4.27
Display Animated Cursors stored in Resources
Updated: 14 Dec 1999
Demonstrates how to use an animated gif stored in your resource file as an animated cursor
VC6, GDI, Dev
 
Bernd Wißler 3.80

Fonts & GDI - General 

top
Title / Updated Author Score  
Antialiasing: Wu Algorithm
Updated: 6 Nov 2007
Generating smooth lines with antialiasing; sample code for animation is included
VC6, Windows, Visual-Studio, GDI, Dev
 
.Suchit 4.94
2D FFT of an Image in C#
Updated: 20 Nov 2009
Two dimensional Fast Fourier Transform of an image in C#.
C#, .NET2.0, GDI, GDI+, Dev
 
Dr. Vinayak Ashok Bharadi 4.94
XHtmlDraw - Draw text with HTML tags and anchor links - Unedited
Updated: 6 Nov 2007
XHtmlDraw allows you to display a single line HTML text as easily as using DrawText(), including web links and APP: links, no MFC
VC6, VC8.0, WinXP, Vista, GDI, VS2005, Dev
 
Hans Dietrich 4.93
3D Software Rendering Engine - Part I
Updated: 18 Mar 2011
This article is about the 3D software rendering engine.
C++, C, Windows, GDI, Dev
 
darkoman 4.93
Animated Dialog Windows
Updated: 17 Apr 2000
A class that provides some simple, yet spectacular window animation effects. Try the demo!
VC6, WinXP, MFC, GDI, Dev
 
Anton Stuck 4.92
SonicUI - A Convenient GUI Engine You've Never Seen
Updated: 26 May 2010
A convenient and high-powered GUI engine with plenty of tricks
C++/CLI, C, VC6, VC7, VC7.1, VC8.0, Windows, Win32, GDI, Dev
 
Sonic Guan 4.92
Falling Snow on Your Desktop!
Updated: 20 Dec 2006
This article explains how to create an application that makes it snow on the desktop.
VC6, Windows, GDI, Dev
 
Igor Tolmachev 4.91
MFC classes for multiple monitors
Updated: 27 Aug 2003
Class wrappers around the Win32 multi-monitor API
VC6, VC7, VC7.1, Win2K, WinXP, MFC, GDI, VS.NET2003, Dev
 
Don Kackman 4.90
QuickFill: An efficient flood fill algorithm.
Updated: 12 Mar 2004
Design and implimentation of efficient flood fill algorithms.
VC6, WinXP, MFC, GDI, Dev
 
John R. Shaw 4.90
Screen Color Picker
Updated: 25 Mar 2002
A simple application that retrieves the color codes from any area of your screen, with some cool options.
VC6, VC7, Win2K, WinXP, MFC, GDI, Dev
 
Florin Vasilescu 4.88
An Interactive Periodic Table of the Elements
Updated: 4 Oct 2003
An article using GDI to create a scalable periodic table of the elements.
VC6, MFC, GDI, Dev
 
Terry O'Nolley 4.81
XBreadCrumbBar - Draw breadcrumb trail with hyperlinks and HTML - Unedited
Updated: 7 Aug 2007
XBreadCrumbBar is a windowless non-MFC class that allows you to display a breadcrumb trail as HTML text, with support for web links and APP: links.
VC6, VC8.0, Windows, GDI, VS2005, Dev
 
Hans Dietrich 4.81
DrawHTML
Updated: 28 Oct 2004
A drop-in replacement for the DrawText() SDK function with minimal HTML support.
C, VC6, VC7, Win2K, WinXP, GDI, Dev
 
Ukkie9 4.79
CTGraphics - Anti-Alias C++ Drawing
Updated: 13 Dec 2006
An article on anti-aliased C++ drawing.
C++, Windows, Visual-Studio, GDI, Dev
 
darkoman 4.74
A Simple HTML drawing class
Updated: 5 Aug 2003
Drawing HTML text onto a device context
VC6, Win2K, WinXP, MFC, GDI, Dev
 
BadJerry 4.72
Per Pixel Alpha Blend
Updated: 20 Apr 2001
Demonstrates how to create per pixel alpha blending windows
VC6, Win2K, MFC, GDI, Dev
 
Rui Lopes 4.69
Generating Aesthetic Line Styles
Updated: 6 Apr 2008
A novel way to create complex line patterns
C++ (VC6, VC7, VC7.1, VC8.0), C++/CLI, C, Windows (WinXP), Visual-Studio (VS.NET2003, VS2005), Dev
 
Durga Prasad Dhulipudi 4.61
Alternative to MFC for GDI programming
Updated: 19 Jun 2007
Exploring the MFC GDI classes' inner working and proposing an alternative.
C++, Windows, Visual-Studio, MFC, GDI, Dev
 
lano1106 4.61
TransparentSplash Control
Updated: 5 Jul 2010
A non rectangular/transparent splash screen control that starts life before the Application Form.
C#, .NET, GDI
 
TwinLane 4.60
Device Context Utilities
Updated: 24 Jan 2001
A class that encapsulates some useful, GUI related, static functions
VC6, Win2K, MFC, GDI, Dev
 
Jason Troitsky 4.59
A powerful and flexible text drawing function which has simple markup tags
Updated: 1 Sep 2004
This function makes for you to draw a fancy text easy.
VC7.1, VC8.0, Win2K, WinXP, Win2003, GDI, VS.NET2003, Dev
 
YoungJin Shin 4.58
Glow and Shadow Effects using Windows GDI
Updated: 28 Oct 2007
An article on creating glow and shadow effects using plain Windows GDI
VC6, Win2K, WinXP, Win2003, GDI, Dev
 
darkoman 4.54
Using Subscripts and Superscripts When Showing Text in the Device Context
Updated: 10 Jan 2006
Extended version of ExtTextOut supporting subscripts and superscripts
VC6, Win2K, WinXP, Win2003, MFC, GDI, Dev
 
Victor Ricklefs 4.53
Drawing Arrows
Updated: 30 Nov 2002
How to draw arrows (with arrowheads) to an arbitrary DC.
VC6, VC7, Win2K, WinXP, GDI, Dev
 
Jamie Hale 4.52
YaWhiteBoard - A Simple Whiteboard using C#
Updated: 10 Feb 2012
A simple Whiteboard application
C#, Windows
 
Rahul Rajat Singh 4.50
Falling Snow on Your Desktop! Part II
Updated: 16 Dec 2007
This article explains how to create an application that makes it snow on the desktop.
C#, Windows, Visual-Studio (VS2005)
 
Igor Tolmachev 4.50
Antialiasing Using Windows GDI
Updated: 1 Dec 2007
An article on a simple but efficient method to do antialiasing using plain Windows GDI
C++, Windows, Visual-Studio, GDI, Dev
 
darkoman 4.46
Magnifying Cursor
Updated: 27 Jan 2003
This cursor can magnify...
VC6, WinXP, MFC, GDI, Dev
 
Aniket Nayak 4.43
Naming common colors
Updated: 28 Jul 2001
An include file that allows you to specify colors by name instead of RGB value
VC6, Win2K, ATL, GDI, Dev
 
Ales Krajnc 4.42
Desktop Puzzle Game
Updated: 12 Sep 2006
A Desktop puzzle game.
VC6, Win2K, GDI, Dev
 
Hadi Dayvary 4.42
Do a flicker-free drawing using MFC methods
Updated: 13 Jun 2002
How to achieve flicker-free drawing when using the methods MFC provides
VC6, Win2K, MFC, GDI, Dev
 
lucy 4.41
Using the AlphaBlend function
Updated: 1 Feb 2000
A sample application that uses the AlphaBlend function to produce a transparent splash screen
VC6, Win2K, MFC, GDI, Dev
 
Wooseok Seo 4.37
DCT Implementation in C# (DCT of Image)
Updated: 16 Nov 2009
Implementing DCT on Image (2D DCT) in C# and its Inverse
C#, .NET (.NET2.0), Win32, Dev
 
Vinayak Bharadi 4.31
Using the DeferWindowPos APIs
Updated: 14 Dec 1999
Presents a class to wrap the BeginDeferWindowPos/EndDeferWindowPos/DeferWindowPos APIs
VC6, Windows, Visual-Studio, GDI, Dev
 
William E. Kempf 4.29
Drawing Techniques
Updated: 31 Mar 2001
Learn how to effectively draw your dialogs.
VC6, Visual-Studio, MFC, GDI, Dev
 
Joseph M. Newcomer 4.28
A Simple Digital LCD Demo
Updated: 28 Dec 2009
Just a simple digital LCD class and do not use an external bitmap.You can use and change it.
C++ (VC6), C, GDI
 
Aric Green 4.21
A Bicho Hunting Multiplayer Game - Unedited
Updated: 18 Feb 2010
A practice of using Windows GDI and Winsock.
C++ (VC9.0), Windows (WinXP), GDI
 
see1see 4.09
Textout with wordwrapping and text selection
Updated: 1 Jul 2001
This is a simple text display view with wordwrapping and text selection capabilities.
VC6, Win2K, MFC, STL, GDI, Dev
 
selom ofori 4.08
A Memory DC for WTL
Updated: 10 Mar 2002
An article detailing a simple memory-based device context for the WTL, to be used when flicker-free double-buffered drawing is desired
VC6, VC7, Win2K, WinXP, WTL, Dev
 
Paul A. Howes 3.87
Different resolutions for different users
Updated: 6 Jan 2004
A resolution changer to get per-user resolution settings
VC7.1, WinXP, GDI, VS.NET2003, Dev
 
maciejr 3.81
Who Owns the GUI?
Updated: 16 May 2000
Learn about who owns the GUI definition and pitfalls of GUI programming.
VC6, Visual-Studio, MFC, GDI, Dev
 
Joseph M. Newcomer 3.77
Tearing-free drawing with GDI
Updated: 3 Jul 2003
Drawing with VSYNC locked and low CPU usage
VC6, VC7, VC7.1, Windows, Visual-Studio, GDI, Dev
 
wheregone 3.64
2D Animated Charts
Updated: 24 Jan 2005
An article on creating 2D animated charts using Windows GDI.
VC6, Win2K, WinXP, MFC, GDI, Dev
 
darkoman 3.61
Barry's Screen Capture
Updated: 11 Jan 2003
An article showing methods of screen capture
VC6, MFC, GDI, Dev
 
Barretto VN 3.61
Paint Brush
Updated: 15 Dec 2008
Paint Brush tool is similar to the pencil (Free hand) with more features. It can be used in different colors, the shape and size of the Paint Brush can also be changed.
C# (C#1.0, C#2.0, C#3.0)
 
Ahmed R El Bohoty 3.55
Using the DrawAnimatedRects() function
Updated: 26 Jan 2000
Shows how to use the DrawAnimatedRects function to improve the look of your apps.
VC6, GDI, Dev
 
Chris Maunder, Norm .net, Santosh Rao 3.54
EMF record rotation for EMR_POLYGON16
Updated: 17 Nov 2002
EMF record rotation for EMR_POLYGON16
VC6, Win2K, MFC, GDI, Dev
 
Devin 3.50
The GDI magic - Rendering reflections and smooth shadows
Updated: 21 Feb 2007
An article on rendering reflections and shadows using Windows GDI.
VC6, Win2K, WinXP, Win2003, GDI, Dev
 
darkoman 3.42
Digital Analog Clock
Updated: 17 Aug 2002
Digital analog clock
VC6, VC7, Win2K, WinXP, MFC, GDI, Dev
 
Barretto VN 3.35
A cool GDI pattern brush tool with C++ source code
Updated: 27 Aug 2003
A cool GDI pattern brush tool with C++ source code, You can create a new office xp style pattern fill mode quickly
VC6, Win2K, WinXP, Win2003, MFC, GDI, Dev
 
ucc801 3.32
Color class with support for named colors and HSV values
Updated: 22 Oct 2001
An article describing the CColor class - an RGB encapsulation which supports named colors, system colors and translation to HSV values.
VC6, Windows, Visual-Studio, GDI, Dev
 
David Hall 3.29
Replacing the Default MFC Icon
Updated: 16 Feb 2000
How to replace the default MFC icon in your application.
Visual-Studio, GDI, Dev
 
Shahzad Khan 3.27
Drawing vertical text
Updated: 11 Sep 2006
An extension to the GDI DrawText.
VC6, Visual-Studio, GDI, Dev
 
WalderMort 3.17
ASCII Animation (Just for fun)
Updated: 20 May 2002
Draw and animate ASCII characters to a window using this COM object.
VC6, Win2K, WinXP, MFC, GDI, Dev
 
Jason Henderson 3.00
Rendering text on top of a bitmap
Updated: 1 Aug 2008
Rendering text on top of a bitmap.
VC6, Win2K, WinXP, MFC, GDI, Dev
 
DavidCrow 2.97
Disposing GDI Objects in C#. NET
Updated: 9 Mar 2011
This article details when, where and how to dispose of objects that create GDI object handles
C#, Windows, .NET, Dev
 
musefan 2.89
Creating a true dotted pen
Updated: 23 Jun 2004
A fix for creating pens using PS_DOT.
VC6, Windows, Visual-Studio, GDI, Dev
 
MaxHacker 2.85
Generating Aesthetic Line Styles
Updated: 10 Apr 2008
This is useful mainly in CAD/GIS and allied applications where there is a need for customized line types.
C++, Windows, MFC, GDI, Dev, Design
 
Durga Prasad Dhulipudi 2.75
Article On Screen Resolution
Updated: 17 Apr 2003
Article on changing screen resolution.
VC6, MFC, GDI, Dev
 
Barretto VN 2.69
Autopanning all Windows, Views and Controls
Updated: 19 Nov 1999
Autopan within your own application
VC6, GDI, Dev
 
Maximilian Pasternak 2.50
S.I.V.: A simple pie chart with legend
Updated: 3 Aug 2004
Simplicity Is Virtue : how do draw a simple pie chart almost anywhere
VC6, Windows, GDI, Dev
 
T1TAN 2.43
Choose Color Dialog
Updated: 7 Aug 2001
This article demonstrates a tool for previewing foreground and background color combinations.
VC6, Win2K, Visual-Studio, MFC, GDI, Dev
 
PPresedo 2.09
Color gradient in fullscreen window - Unedited
Updated: 15 Nov 2005
Creates a full screen window and shows a color gradient on it
VC6, Win2K, WinXP, Win2003, Vista, GDI, Dev
 
Emmanuel Arun Vinod 1.38
eGUI, a anmiated UI develop kit - Unedited
Updated: 16 Dec 2007
A easy-to-use widget libary to develop the animation GUI based on Windows GDI
C++ (VC7), Windows (Win2K, WinXP, Win2003, Vista, TabletPC, Embedded), GDI, Dev, Design
 
Yang XiaoWang 1.31

Fonts & GDI - Mouse Capture 

top
Title / Updated Author Score  
Capturing the Mouse
Updated: 3 Mar 2000
Notes on TrackMouseEvent, and SetCapture on Win32.
VC6, Visual-Studio, MFC, GDI, Dev
 
Chris Becke 4.88

Fonts & GDI - Owner-Draw 

top
Title / Updated Author Score  
Custom Captions (including multi-line captions)
Updated: 15 Jul 2000
Simple customised Window captions, including multi-line captions
VC6, Win2K, GDI, Dev
 
Dave Lorde 4.66
Draw your control's skin using a pattern brush
Updated: 21 Jun 2001
You can impliment skin control by returning a brush from the OnCtlColor() method
VC6, Win2K, MFC, GDI, Dev
 
Wooseok Seo 3.47
TCX Owner Draw Engine
Updated: 1 Dec 1999
A class that helps writing owner-drawn controls with text formatting capabilities
VC6, GDI, Dev
 
Thales P. Carvalho 2.83

Fonts & GDI - Regions 

top
Title / Updated Author Score  
Guide to WIN32 Regions
Updated: 10 Mar 2002
Guide to understanding how to create and use regions with the WIN32 SDK
VC6, VC7, Win2K, WinXP, Visual-Studio, MFC, GDI, Dev
 
Paul Watt 5.00
Creating alternate GUI using Vector Art
Updated: 6 Feb 2000
Create visually complex, yet programmatically simple, non-rectangular GUIs
VC6, MFC, GDI, Dev
 
Keith Rule 5.00
A Guide to WIN32 Clipping Regions
Updated: 9 Apr 2002
Guide to understand the three different types of clipping regions, and how they relate to the Device Context.
VC6, VC7, Win2K, WinXP, GDI, Dev
 
Paul Watt 4.95
The RGN Generator
Updated: 21 Jan 2000
Creating non-rectangular dialog boxes
VC6, MFC, GDI, Dev
 
Richard de Oude 4.94
Custom light-weight regions
Updated: 11 Jun 2004
Regions encapsulation in lite-weight C++ objects.
VC6, VC7, VC7.1, Win2K, WinXP, Win2003, Visual-Studio, GDI, Dev
 
valdok 4.87
Creating holes in a window
Updated: 6 Feb 2000
How to create a window with holes in it
VC6, MFC, GDI, Dev
 
Amir Salzberg 4.53
CreateRegionFromFile
Updated: 10 Dec 2001
Very primitive function that creates region from *.bmp files.
VC6, Win2K, MFC, GDI, Dev
 
Yuriy Zaporozhets 4.51
Useful functions for Region
Updated: 11 Mar 2003
Functions for tiling region and stretching region.
VC6, VC7, Win2K, WinXP, MFC, GDI, Dev
 
jedyking 2.13

Fonts & GDI - Tools 

top
Title / Updated Author Score  
Plain C Resampling DLL
Updated: 19 Dec 2007
A small DLL providing two functions to resample GDI-based bitmap
C, Windows (Win2K, WinXP, Win2003, Vista), Win32, GDI, Dev
 
CPallini 4.90
Windows Vista Icons
Updated: 4 May 2006
Describes changes in .ico format in Windows Vista and explains how to compile Vista icons into your applications.
VC8.0, Vista, GDI, VS2005, Dev
 
Vlasta_ 4.78
Colorz - The RGB Assistant
Updated: 28 Aug 2006
Aids developers with color intensities
VC6, Win2K, GDI, Dev
 
Jeremy Falcon 4.02
A special debugger to detect and locate GDI leaks
Updated: 13 Nov 2009
A special debugger to detect and locate GDI leaks, with source code.
C++, Windows, Visual-Studio, GDI, Dev
 
cdp_anhui_china 1.65

Advertise | Privacy | Mobile
Web01 | 2.5.120209.1 | Last Updated 10 Feb 2012
Copyright © CodeProject, 1999-2012
All Rights Reserved. Terms of Use
Layout: fixed | fluid