Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Disabling controls in VB.NET
Message
From
03/09/2004 12:52:58
 
 
To
03/09/2004 11:14:16
David Fúnez
Inversiones Comerciales
Tegucigalpa, Honduras
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00939135
Message ID:
00939194
Views:
15
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform