Home

Archive for 'Programming' Category

The Path to Simple Text Effects With Builder, Windows API

(originally published in The Borland Developer Network) Paths are a little-used method of creating some very interesting effects in Windows. While typically complicated to program, Builder (and in particular the TCanvas object) makes using these functions very straightforward, providing the convenience of RAD with the power of direct API calls...

Read More »

Quick and Easy Audio Recording in Windows with Borland Builder and MCI

(originally published in The Borland Developer Network) Although the TMediaPlayer component in Builder does just about everything I could want, one problem I’ve encountered with it is in recording. This article details how to provide recording support in Builder with the MCI Window interface. Simple Recording? The problem is fairly...

Read More »

Creating a Tray Icon Program With Builder

(originally published in The Borland Developer Network) Tray Icon programs are those apps you see with the icon near the clock, such as the volume control, or DeskMenu. While putting the icon in the try is fairly easy, the details of putting together a program that works properly is not...

Read More »