B
babylon
I think I need to do something like:
this.Opacity = 0;
for (int i=0;i<100; i++)
{
this.Opacity = i;
System.Threading.Thread.Sleep(10);
}
but, where should I put it?
thx....
this.Opacity = 0;
for (int i=0;i<100; i++)
{
this.Opacity = i;
System.Threading.Thread.Sleep(10);
}
but, where should I put it?
thx....