01-12-18, 04:01 PM
يقول لك ان المف او الصوره غير موجودة تاكد من ال file path
PHP كود :
Dim pic_path As String = ""
If Not pic_path = "" Then
PictureBox1.Image = Bitmap.FromFile(pic_path)
Else
PictureBox1.Image = Nothing
End If
