I have a form and I wrote:

timer1.interval=0
Unload Me

the form have a timer in whit a interval of 500


The form appear to unload BUT in the timer , I put this code:

msgbox "Hi !"

ok..
if I wrote timer1.interval=0
and unload me,
WHY THE MESSAGE POP UP WHEN THE FORM IS UNLOADED AND THE TIMER STOPPED !?!?!?

( I have nothing in Form_unload )

--> Did you know and other way to unload the form ???

It could be a 50 page API but I must UNLOAD THE FORM
AND STOP THE TIMER !!