PHP كود :
Private Sub pbox_Click(sender As Object, e As EventArgs) Handles pbox.Click
Dim url = "http://vb4arb.com/banner.jpg"
pbox.Load(url)
Using ofd As New OpenFileDialog
ofd.FileName = IO.Path.GetFileName(url)
If ofd.Show Dialog = Windows.Forms.Dialog Result.OK Then
Dim stream As New IO.MemoryStream
pbox.Image.Save(ofd.FileName)
End If
End Using
End Sub
ارفق ازاي صورة في الموضوع ؟
