imagenetics
Programmer
I'm writing a program which uses alpha blending for drawing forms. But as far as I know this feature is not available on Windows Me and lower.
How can I verfy if my program is currently running on Windows 2000 or XP (these support semi-transparency) or on a non-alpha system?
Or maybe Builder's programs automatically skip alpha procedures if not supported? But I have one function attached to a timer to fade-in a form when activated, so I suppose I have to check somehow if current OS supports it?
How can I verfy if my program is currently running on Windows 2000 or XP (these support semi-transparency) or on a non-alpha system?
Or maybe Builder's programs automatically skip alpha procedures if not supported? But I have one function attached to a timer to fade-in a form when activated, so I suppose I have to check somehow if current OS supports it?