bonsoir, j'ai essayer de chercher mais il y a pas de solution a mon problème, pouvez-vous m'aider afficher l'heur comme ceci : 00000:00:00.

voici mon code :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
Dim span As TimeSpan = TimeSpan.FromSeconds(Reverse(CDbl(reader.ReadInt32)))
            Me.NumericUpDown1.Value = New Decimal(span.Hours)
            Me.NumericUpDown2.Value = New Decimal(span.Minutes)
            Me.NumericUpDown3.Value = New Decimal(span.Seconds)
merci