Hi,
I want to add a fading effect to the form before exit. What i did is i put a timer onto the form, set it to disable initially, after the user click the exit button on the top right coner of the form, it will be switched on to "enabled", and the effect code will be executed. But i don't know where to put this code (under which form event ), I have tried to put it under "form1_formclosing", but it didn't help. Can any one help thanks

which form event to use?
Mowali
Mike9000
Put the code in the Formclosing event..... :)
Darth Hamsy
NeilMarshall444