Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2007 Aug : Alphablend
| Subject: | Alphablend |
| Posted by: | "Glemu" (g..@get2net.dk) |
| Date: | Tue, 28 Aug 2007 15:43:58 |
Hi,
I'm trying to make an alphablending splashscreen, using the AnimateWindow
API. I want the splashscreen to appear at the screencenter. The blending
effect works, but the alphablending occur before the form has been centered.
I'm calling AnimateWindow from FormShow method of the splashscreen. I've set
Form.Position to poScreencenter in the object inspector.
Any sugesstions about how to position the form before alphablending?
Thanks, Glenn