public static void mSetOpacity(Form form)
{
form.Opacity = 0.05;
for(double i=0.20; i < 1; i+=0.20)
{
form.Opacity = System.Math.Round(i, 2);
System.Threading.Thread.Sleep(5);
}
}
Difference between Rollup and Cube
14 years ago
No comments:
Post a Comment