Bonjour,
Comment lister les controles d'un frame ?
Merci
Bonjour,
Comment lister les controles d'un frame ?
Merci
Joyeuses
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7 Private Sub Command1_Click() For i = 0 To Controls.Count - 1 If Controls(i).Container.Name = "Frame1" Then MsgBox Controls(i).Name End If Next i End SubPâques !
Partager