I'm looking for a way to hide gently the popup while opening ...
Please help me
public void HideNow()
{
tmrWait.Stop();
isAppearing = false;
tmrWait.Interval = Delay;
realAnimationDuration = 1;
tmrAnimation.Interval = AnimationInterval;
tmrAnimation.Start();
sw.Restart();
}
Sorry for my bad english.