Click here to Skip to main content
15,888,527 members
Everything / Multimedia / GDI

GDI

GDI

Great Reads

by Paul M Watt
Guide to understanding how to create and use regions with the WIN32 SDK
by Shao Voon Wong
Tracing GDI Leaks with Windows Debugger
by Hans Dietrich
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.
by Keith Rule
Create visually complex, yet programmatically simple, non-rectangular GUIs

Latest Articles

by Shao Voon Wong
Tracing GDI Leaks with Windows Debugger
by Andy De Filippo
Render Rich Text with GDI+ by tapping into the power of API hooking
by AdventureDriver
Creating a optionally sheared mirrored image from a source image in a collage
by David O'Neil
Everybody Loves the Mandelbrot Set! Here's a browser for it!

All Articles

Sort by Updated

GDI 

21 Nov 2015 by zenwalker1985
Dear Reader, I would like to bring into your attention an old article written on this topic. This article explains alot about strings concatenation and does very good performance analysis. Here is a glimpse about this article: Over the years, plenty has been written about... Read More
25 Nov 2014 by Kunal Chowdhury «IN»
String interpolation in C# 6.0
19 Sep 2014 by T Manjaly
This post shows sample code to scramble a word using C# string object
2 Mar 2014 by n.podbielski
Safe cast string to enum
27 Aug 2013 by Praveen Kumar Katiyar
Returning a string from a Win32 DLL using Interop.
1 Aug 2013 by Sandeep Shankar
String interning
20 Jul 2013 by m_kramar
MVC Complex model postback: bind field to JSON string
27 Aug 2012 by Richard James Moss
This article describes adding design time support for a TabControl-like component which renders the same way the Project Properties in Visual Studio 2012.
5 Jun 2012 by Michael Banzon
Windows and GDI-objects
2 Feb 2012 by Jyothikarthik_N
Regular Expressions – Big daddy o’ string manipulation
29 Jan 2012 by Richard James Moss
This post describes how to create a GroupBox control similar to those used in Microsoft Outlook
26 Dec 2011 by zoyobar
Binding and Handling JSON Field In jQuery Repeater
5 Nov 2011 by zenwalker1985
String to Integer conversion Internals
25 Jul 2011 by Pranay Rana
Note: Split function has more no of overload method but the below two I found useful. You may found other overloads helpful in your code.In this post I am going to discuss about two important thing about Split function of String class.
7 Sep 2010 by Ernest Poletaev
How to load and use custom font, embedded in assembly resources
7 Sep 2010 by Ernest Poletaev
How to load and use font, not installed in the system?
3 Jul 2010 by Martin Jarvis
How to improve readability with shorter String.Format statements
18 Mar 2010 by Mohammad Elsheimy
Convert colors to gray shades, detect Print Preview mode, and detect Black-and-White printers
18 Mar 2010 by Mohammad Elsheimy
Which is better, to use BeginPaint/EndPaint, or to use GetDC/ReleaseDC?
28 Dec 2009 by Joel Ivory Johnson
The HttpWebRequest handles redirects automatically. That's usually a nice feature but it can actually get in the way when the web server is setting cookies in the same response in which it is sending a redirect.
17 Dec 2009 by Charles Boyung
This post discusses the string truncation function for C#
3 Oct 2009 by Daniel Vaughan
Banishing String Literals from XAML Resource References