Comment afficher l'url contenu dans
System.Drawing.Image
Ex : PictureBox2.Image = Image.FromFile("c:\truc.jpg")
dim nono as string
For Each ct As Control In Me.Controls
If TypeOf ct Is PictureBox Then
Dim curPicturebox As PictureBox = DirectCast(ct, PictureBox)
nono = curPicturebox.Image.ToString 'cette ligne ne fonctionne pas... affiche : system.drawing.bitmap
MsgBox(nono)
End If
Next
La vie ne vaut rien
, rien ne vaut la vie
...