Bonjour ,
je voudrais cacher les labels sur ma fenêtre mais ça marche pas :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
 
 For i As Integer = 1 To 6
           Dim unLabel As New Label
           unLabel.Name = "Label" & i
           Form1.unLabel.Visible = False
           unLabel.Visible = False
 Next
merci