Form - Centratura di un form sullo schermo




Form # Sub CentraForm (x as Form)
With x
.top = (Screen.Height - .Height)\2
.left = (Screen.Width - .Width)\2
End With
End Sub











( formcentraturadiunformsulloschermo.html )- by Paolo Puglisi - Modifica del 17/12/2023