Forms fading in and out

aewarnick

Senior Contributor
Joined
Jan 29, 2003
Messages
1,031
I would like to make some of my forms fade in and out but I cannot use Opacity becuase ms says that it only works with the newer os's. Is there anything else I can use?
 
In a word, no. Window transparency is only supported on
Windows 2000 and XP, whether you use the windows API or a
form's Opacity property.
 
Back
Top