|
top |
| Title /
Updated |
Author |
Score |
|
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, VC7Win2K, WinXP, GDI, Dev
|
Paul Watt |
4.67 |
|
A Simple Win32 Game: Bicho Hunting
Updated: 8 Aug 2008
This article describes how to easily transform an idea into a game, and some of the possibilities that the GDI offers to do this.
C++, Windows (WinXP), GDI
|
Dr. Emmett Brown |
4.49 |
|
Drawing lines, shapes, or text on bitmaps
Updated: 12 Apr 2002
Quick reference to draw lines, shapes, or text on bitmaps
VC6, VC7Win2K, WinXP, Visual Studio, MFC, GDI, Dev
|
Davide Pizzolato |
4.44 |
|
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
VC6Win2K, MFC, GDI, Dev
|
lucy |
4.23 |
|
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, VC7Win2K, WinXP, Visual Studio, MFC, GDI, Dev
|
Nishant Sivakumar |
4.02 |
|
A Beginners Guide to Bitmaps
Updated: 24 Mar 2009
A Beginners Guide to Bitmaps
Windows, GDI, GDI+, Design
|
cqviolet |
3.73 |
|
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.52 |
|
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, VC7Win2K, WinXP, Visual Studio, GDI, Dev
|
einst992 |
2.75 |
|
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 |
|
|
top |
| Title /
Updated |
Author |
Score |
|
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.85 |
|
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.
VC6Win2K, Visual Studio, MFC, GDI, Dev
|
Joseph M. Newcomer |
4.72 |
|
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.71 |
|
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.71 |
|
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 |
|
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
|
Gladstone |
4.03 |
|
Dynamic DC
Updated: 18 Sep 2000
A Device Context class to draw on a window outside of a WM_PAINT handler.
VC6Win2K, 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.30 |
|
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.14 |
|
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.17 |
|
|
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
|
Shao Voon Wong |
4.65 |
|
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.53 |
|
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
VC6Win2K, MFC, GDI, Dev
|
Hans Dietrich |
4.48 |
|
Width of text in italic font
Updated: 23 Aug 2006
Shows an alternative to GetCharABCWidths and GetCharABCWidthsFloat.
VC6, VC7, VC8.0Win2K, WinXP, Win2003, Visual Studio, GDI, Dev
|
Alexandru Matei |
4.45 |
|
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
VC6Win2K, WinXP, GDI, Dev
|
Hans Dietrich |
4.29 |
|
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
VC6Win2K, WinXP, GDI, Dev
|
Hans Dietrich |
4.28 |
|
KanjiFont
Updated: 14 Feb 2001
Display Chinese & Japanese characters on unicode & non-unicode systems
VC6Win2K, GDI, Dev
|
Eric Crahen |
4.04 |
|
Simple text rotation
Updated: 26 Sep 2000
A simple function to rotate text around its center point within a rectangle.
VC6Win2K, Visual Studio, MFC, GDI, Dev
|
iucon |
3.84 |
|
Detecting the Display Font Size
Updated: 25 Oct 2002
Simple function to enable you to programmatically detect the user-selected font at runtime.
VC6, VC7Win2K, WinXP, Visual Studio, MFC, GDI, Dev
|
Chen Su |
2.86 |
|
|
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, VC7Win2K, WinXP, MFC, GDI, Dev
|
Paul Watt |
4.85 |
|
CAutoPen class - a CPen that IS correctly destroyed
Updated: 24 Nov 1999
VC6, Visual Studio, GDI, Dev
|
Anneke Sicherer-Roetman |
4.60 |
|
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 |
|
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 |
4.20 |
|
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 |
|
|
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.86 |
|
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.0WinXP, Vista, GDI, VS2005, Dev
|
Hans Dietrich |
4.85 |
|
MFC classes for multiple monitors
Updated: 27 Aug 2003
Class wrappers around the Win32 multi-monitor API
VC6, VC7, VC7.1Win2K, WinXP, MFC, GDI, VS.NET2003, Dev
|
Don Kackman |
4.84 |
|
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.83 |
|
SonicUI - A Convenient GUI Engine You've Never Seen
Updated: 16 Mar 2009
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.81 |
|
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, VC7Win2K, WinXP, MFC, GDI, Dev
|
Florin Vasilescu |
4.76 |
|
Animated Dialog Windows
Updated: 17 Apr 2000
A class that provides some simple, yet spectacular window animation effects. Try the demo!
VC6WinXP, MFC, GDI, Dev
|
Anton Stuck |
4.73 |
|
Device Context Utilities
Updated: 24 Jan 2001
A class that encapsulates some useful, GUI related, static functions
VC6Win2K, MFC, GDI, Dev
|
Jason Troitsky |
4.72 |
|
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.72 |
|
DrawHTML
Updated: 28 Oct 2004
A drop-in replacement for the DrawText() SDK function with minimal HTML support.
C, VC6, VC7Win2K, WinXP, GDI, Dev
|
Ukkie9 |
4.71 |
|
QuickFill: An efficient flood fill algorithm.
Updated: 12 Mar 2004
Design and implimentation of efficient flood fill algorithms.
VC6WinXP, MFC, GDI, Dev
|
John R. Shaw |
4.63 |
|
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 |
|
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 |
|
Using Subscripts and Superscripts When Showing Text in the Device Context
Updated: 10 Jan 2006
Extended version of ExtTextOut supporting subscripts and superscripts
VC6Win2K, WinXP, Win2003, MFC, GDI, Dev
|
Victor Ricklefs |
4.48 |
|
CTGraphics - Anti-Alias C++ Drawing
Updated: 13 Dec 2006
An article on anti-aliased C++ drawing.
C++, Windows, Visual Studio, GDI, Dev
|
darkoman |
4.46 |
|
A Simple HTML drawing class
Updated: 5 Aug 2003
Drawing HTML text onto a device context
VC6Win2K, WinXP, MFC, GDI, Dev
|
BadJerry |
4.41 |
|
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.39 |
|
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.39 |
|
Glow and Shadow Effects using Windows GDI
Updated: 28 Oct 2007
An article on creating glow and shadow effects using plain Windows GDI
VC6Win2K, WinXP, Win2003, GDI, Dev
|
darkoman |
4.36 |
|
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.36 |
|
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 Arrows
Updated: 30 Nov 2002
How to draw arrows (with arrowheads) to an arbitrary DC.
VC6, VC7Win2K, WinXP, GDI, Dev
|
Jamie Hale |
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.26 |
|
Naming common colors
Updated: 28 Jul 2001
An include file that allows you to specify colors by name instead of RGB value
VC6Win2K, ATL, GDI, Dev
|
Ales Krajnc |
4.25 |
|
Per Pixel Alpha Blend
Updated: 20 Apr 2001
Demonstrates how to create per pixel alpha blending windows
VC6Win2K, MFC, GDI, Dev
|
Rui Lopes |
4.21 |
|
Desktop Puzzle Game
Updated: 12 Sep 2006
A Desktop puzzle game.
VC6Win2K, GDI, Dev
|
Hadi Dayvary |
4.17 |
|
Magnifying Cursor
Updated: 27 Jan 2003
This cursor can magnify...
VC6WinXP, MFC, GDI, Dev
|
Aniket Nayak |
4.14 |
|
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.0Win2K, WinXP, Win2003, GDI, VS.NET2003, Dev
|
YoungJin Shin |
4.13 |
|
Textout with wordwrapping and text selection
Updated: 1 Jul 2001
This is a simple text display view with wordwrapping and text selection capabilities.
VC6Win2K, MFC, STL, GDI, Dev
|
selom ofori |
4.08 |
|
Using the AlphaBlend function
Updated: 1 Feb 2000
A sample application that uses the AlphaBlend function to produce a transparent splash screen
VC6Win2K, MFC, GDI, Dev
|
Wooseok Seo |
3.92 |
|
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, VC7Win2K, 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.1WinXP, GDI, VS.NET2003, Dev
|
maciejr |
3.81 |
|
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.80 |
|
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.77 |
|
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 |
|
Barry's Screen Capture
Updated: 11 Jan 2003
An article showing methods of screen capture
VC6, MFC, GDI, Dev
|
Barretto VN |
3.64 |
|
2D Animated Charts
Updated: 24 Jan 2005
An article on creating 2D animated charts using Windows GDI.
VC6Win2K, WinXP, MFC, GDI, Dev
|
darkoman |
3.61 |
|
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
VC6Win2K, MFC, GDI, Dev
|
Devin |
3.50 |
|
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 |
|
The GDI magic - Rendering reflections and smooth shadows
Updated: 21 Feb 2007
An article on rendering reflections and shadows using Windows GDI.
VC6Win2K, WinXP, Win2003, GDI, Dev
|
darkoman |
3.27 |
|
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.26 |
|
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
VC6Win2K, WinXP, Win2003, MFC, GDI, Dev
|
ucc801 |
3.21 |
|
Drawing vertical text
Updated: 11 Sep 2006
An extension to the GDI DrawText.
VC6, Visual Studio, GDI, Dev
|
WalderMort |
3.18 |
|
Do a flicker-free drawing using MFC methods
Updated: 13 Jun 2002
How to achieve flicker-free drawing when using the methods MFC provides
VC6Win2K, MFC, GDI, Dev
|
lucy |
3.15 |
|
ASCII Animation (Just for fun)
Updated: 20 May 2002
Draw and animate ASCII characters to a window using this COM object.
VC6Win2K, 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.
VC6Win2K, WinXP, MFC, GDI, Dev
|
DavidCrow |
2.81 |
|
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.79 |
|
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.63 |
|
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.17 |
|
Choose Color Dialog
Updated: 7 Aug 2001
This article demonstrates a tool for previewing foreground and background color combinations.
VC6Win2K, Visual Studio, MFC, GDI, Dev
|
PPresedo |
2.09 |
|
Digital Analog Clock
Updated: 17 Aug 2002
Digital analog clock
VC6, VC7Win2K, WinXP, MFC, GDI, Dev
|
Barretto VN |
2.07 |
|
Color gradient in fullscreen window
- Unedited
Updated: 15 Nov 2005
Creates a full screen window and shows a color gradient on it
VC6Win2K, 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 |
|
|
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 |
3.98 |
|
|
top |
| Title /
Updated |
Author |
Score |
|
Custom Captions (including multi-line captions)
Updated: 15 Jul 2000
Simple customised Window captions, including multi-line captions
VC6Win2K, GDI, Dev
|
Dave Lorde |
4.65 |
|
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
VC6Win2K, 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 |
|
|
top |
| Title /
Updated |
Author |
Score |
|
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, VC7Win2K, WinXP, GDI, Dev
|
Paul Watt |
4.81 |
|
Custom light-weight regions
Updated: 11 Jun 2004
Regions encapsulation in lite-weight C++ objects.
VC6, VC7, VC7.1Win2K, WinXP, Win2003, Visual Studio, GDI, Dev
|
valdok |
4.78 |
|
Guide to WIN32 Regions
Updated: 10 Mar 2002
Guide to understanding how to create and use regions with the WIN32 SDK
VC6, VC7Win2K, WinXP, Visual Studio, MFC, GDI, Dev
|
Paul Watt |
4.70 |
|
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 |
4.65 |
|
The RGN Generator
Updated: 21 Jan 2000
Creating non-rectangular dialog boxes
VC6, MFC, GDI, Dev
|
Richard de Oude |
4.56 |
|
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.50 |
|
CreateRegionFromFile
Updated: 10 Dec 2001
Very primitive function that creates region from *.bmp files.
VC6Win2K, MFC, GDI, Dev
|
Yuriy Zaporozhets |
4.49 |
|
Useful functions for Region
Updated: 11 Mar 2003
Functions for tiling region and stretching region.
VC6, VC7Win2K, WinXP, MFC, GDI, Dev
|
jedyking |
2.13 |
|
|
top |
| Title /
Updated |
Author |
Score |
|
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.0Vista, GDI, VS2005, Dev
|
Vlasta_ |
4.77 |
|
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.45 |
|
Colorz - The RGB Assistant
Updated: 28 Aug 2006
Aids developers with color intensities
VC6Win2K, GDI, Dev
|
Jeremy Falcon |
4.02 |
|