Color Picker Controls
I was fooling around with some GPU shaders today and needed to input some colors values. Always looking to add common tasks to my codebase, I decided to create some color mixer controls from scratch....
View ArticleStep Control
I was tired of boring Wizard dialogs, so I decided to spice them up with a little idea I had in my head: the step control. Click read more to see a screen shot.
View ArticleType Library Explorer
Here is a little utility I wrote up last spring to explore the available programming components on your computers.
View ArticleShell Path Edit Demo
This is a brief write up (download at the end of the article) about a fairly nice implementation of a Vista style breadcrumb bar control. I think it's a pretty neat new control worth checking out.
View ArticleWrap Label Demo
Question: What do you think is the best approach to implementing advanced text wrapping when using gdi/gdi+? I had a basic idea of how to tackle the problem and here is the result.
View ArticleMulicast Delegates
Here is a new implementation of multicast delegates for Delphi based on generics. What follows in this article is a brief summary of my implementation and at the inside you"ll find the complete source...
View ArticleCustom Form Modules
If you"re interested in programming, you may want to view this article. Attached is a video where I describe how you can use image files to produce creative Windows forms.
View ArticleDelphi Applicaton Explorer
While upgrading the computer serving up this website the other day I rummaged through some of its folders and happened upon a forgotten project. I thought the project might be of interest to some of...
View ArticleShell Controls Package Released
I am happy to release to you the sources to my shell controls package. This package provides a set of Pascal controls and functions related to replicating different parts of Microsoft Windows Explorer...
View ArticleJavascript in Desktop Applications
Over at stackoverflow someone asked, 'Is it possible utilize javascript in the making of windows desktop applications'. Why yes, not only is it possible, but it"s actually quite powerful. In this brief...
View Article