<div dir="ltr">Hi Benoit,<br>can you please tell me how the State event of the Form works?<br><br>I tried it like this:<br><br>Public Sub Form_State()<br><br>  If Me.Maximized Then Print "Maximized"<br>  If Me.Minimized Then Print "Minimized"<br>  If Me.FullScreen Then Print "Full screen"<br><br>End<br><br>But it doesn't work, thanks.<br><br>Regards<br>Gianluigi</div>