<cut_data />
> my $AnimateWindow = new Win32::API("user32", "AnimateWindow",
> [ 'N', 'N',
> 'N' ], 'N') or $reg{'UI'}{'Fading'} = 0;
>
> So taking that into account when doing stuff is easy. There
> even is no need
> for a special var, $AnimateWindow itself can be used, like so:
>
> if($AnimateWindow) {
> $AnimateWindow->Call( ... ); #To fade
> } else {
> $winApp->Hide();
> }
>
> As in web development, it's often better to check for
> capabilities than for
> software versions (you don't check if it's IE, you check for the
> document.all array).
You are correct of course.
Joe Frazier, Jr.
Technical Support Engineer
Peopleclick Service Support
Tel: +1-800-841-2365
E-Mail: mailto:[EMAIL PROTECTED]