Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Enumerate Menus
Message
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00769292
Message ID:
00770490
Vues:
28
This message has been marked as a message which has helped to the initial question of the thread.
Hi!

Try this:

Private Sub btnA_Click()
Dim oA As Control
For Each oA In Me.Controls
If TypeOf oA Is Menu Then
lstA.AddItem oA.Name
End If
Next oA
End Sub
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform