bonjour à tous, j'aimerai savoir comment faire pour ajouter un élément (et y ajouter un handle) dans un menustrip. pour le moment j'ai ce code ci :
1 2 3 4 5 6 7 8 9 10 11 12 | Public Sub ajoute_favori() Dim words As String = File.ReadAllText(Application.StartupPath & "\favoris.txt") Dim split As String() = words.Split(New [Char]() {":"c, CChar(vbCrLf)}) Dim counter As Integer = 0 While counter < split.Length() If counter Mod 2 = 0 Then MenuStrip1 MenuStrip1.METHODE_DE_POINTAGE_DU_TOOLSTRIPMENU = split(counter + 1) End If counter += 1 End While End Sub |
merci à vous
+0
-0