DisableAllCtl




Dim i As Integer
For i = 0 To Form1.Controls.Count - 1
Form1.Controls(i).Enabled = False
Next i










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