A voir également:
- VB.NET Tableau vers DataGridView
- VB.NET Tableau vers DataGridView ✓ - Forum - Framework .NET
- [VB.NET] Tableau multi-dimensionnel ✓ - Forum - VB / VBA
- [VB.NET] Code pour DataGridView ✓ - Forum - Framework .NET
- Redimensionnement par script VB.NET d'un datagridview ✓ - Forum - VB / VBA
- SOS VB.NET tableau multi dimensionnel ✓ - Forum - Framework .NET
2 réponses
Utilisateur anonyme
Bonjour,
si par tableau tu veux dire DataTable, alors :
Cdt
Lupin
si par tableau tu veux dire DataTable, alors :
Dim dtContenant As DataTable = RecupereTable() Dim bsListe As New BindingSource bsListe.DataSource = dtContenant Me.DGV_Solutions.DataSource = bsListe.DataSource
Cdt
Lupin
Signaler
suuuif
- Messages postés
- 25
- Date d'inscription
- mardi 26 février 2008
- Statut
- Membre
- Dernière intervention
- 20 avril 2012
Je veux bel et bien dire un tableau et non une table