Bonsoir le forum,
De quel manière je pourrais afficher la photo correspondante à mon choix (fait à l'aide d'une combobox) ?
Voici une partie du code :
...
TextBox11 = tabtemp(O, 51)
TextBox11.Value = Format(TextBox11.Value, "# ##0.00" & " " & " $")
TextBox12 = tabtemp(O, 54)
TextBox12.Value = Format(TextBox12.Value, "# ##0.00" & " " & " $")
Image5 = tabtemp(O, 57)
...
Naturellement dans le cellule correspondante j'ai mis le chemin de la photo ('d:\\documents personnels\\photos\\149b.jpg')
Merci
De quel manière je pourrais afficher la photo correspondante à mon choix (fait à l'aide d'une combobox) ?
Voici une partie du code :
...
TextBox11 = tabtemp(O, 51)
TextBox11.Value = Format(TextBox11.Value, "# ##0.00" & " " & " $")
TextBox12 = tabtemp(O, 54)
TextBox12.Value = Format(TextBox12.Value, "# ##0.00" & " " & " $")
Image5 = tabtemp(O, 57)
...
Naturellement dans le cellule correspondante j'ai mis le chemin de la photo ('d:\\documents personnels\\photos\\149b.jpg')
Merci