There is nothing wrong with your television set. Do not attempt to adjust the picture.
I finally got around to posting one of the old TGIFImage examples that have been ported to TGIFImage version 3.
The example is a small application that demonstrates:
TImage
.1 Apr 2008
In this first of two articles, I will demonstrate how to easily create an alpha blended translucent splash screen using Delphi.
Although I use Delphi 2007 and PhotoShop here, the techniques apply equally well to other versions of Delphi and other image editing tools.
[Update 2008-05-27] Part 2 has been posted: Alpha Blended Splash Screen in Delphi - Part 2 Read the rest of this article »
The VersionInfo library basically just wraps the Win32 GetFileVersionInfo
(and related) API functions. The library makes it very easy to read values from the Version Info resource of Windows executables and DLLs.
TApplication
class with a version info property.