19/05/2023: A causa di un errore sono stati cancellati, insieme ad account creati da bot, alcuni account legittimi. Si prega di leggere qui: https://www.gambas-it.org/smf/index.php?topic=9733.0
Public Sub Form_Open() Dim hControl As Control = Me["TextBox1"] hControl.Enabled = False If Not hControl.Enabled Then hControl.Foreground = Color.LightForeground Else hControl.Foreground = Color.TextForeground Endif hControl.Background = Color.TextBackground TextBox1.text = "PIPPO"End