Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Disabling controls in VB.NET
Message
De
03/09/2004 12:52:58
 
 
À
03/09/2004 11:14:16
David Fúnez
Inversiones Comerciales
Tegucigalpa, Honduras
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00939135
Message ID:
00939194
Vues:
16
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Dim c As Control
For Each c In Me.Controls
c.Enabled = False
Next
End Sub
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform