Bekijk de onderstaande video om te zien hoe je onze site als een web app op je startscherm installeert.
Opmerking: Deze functie is mogelijk niet beschikbaar in sommige browsers.
ik kon niets vinden, en met zelf wat geknutsel met VB ook niet.- Accessing Other Objects. Once you have entered a With block, you cannot reassign object until you have passed the End With statement.(...) You can use methods and properties of other objects, but you must qualify them with their object names.
For Each ctl As System.Windows.Forms.Control In Me.Controls
With ctl
.BackColor = System.Drawing.Color.Yellow
.ForeColor = System.Drawing.Color.Black
If .CanFocus Then
.Text = "Colors changed"
If Not .Focus() Then
' Insert code to process failed focus.
End If
End If
End With
Next ctl
For Each ctl As System.Windows.Forms.textbox In Me.Controls
With ctl
.text = "yo"
End With
Next ctl
We gebruiken essentiële cookies om deze site te laten werken, en optionele cookies om de ervaring te verbeteren.