تقييم الموضوع :
  • 0 أصوات - بمعدل 0
  • 1
  • 2
  • 3
  • 4
  • 5
جلب صور من ملف مرفوع علي pastebin
#3
(04-11-20, 12:36 AM)سعود كتب : وعليكم السلام ورحمة الله و بركاته
PHP كود :
Imports System.Text
Imports System
.Text.RegularExpressions
Public Class Form1
    Private Sub Button1_Click
(sender As ObjectAs EventArgsHandles Button1.Click
        ListBox1
.Items.Clear()
 
       Dim url As String "https://pastebin.com/raw/6au4aJGx"
 
       Using wc As New Net.WebClient
            wc
.Encoding Encoding.UTF8
            Dim html 
As String wc.DownloadString(url)

 
           Dim str As String "https.*?\.png"
 
           Dim reg As New Regex(str)
 
           Dim mc As MatchCollection reg.Matches(html)
 
           Dim ma As Match
            For Each ma In mc
                If ma
.Success Then
                    ListBox1
.Items.Add(ma.Value)
 
               End If
 
           Next
        End Using
    End Sub
    Private Sub ListBox1_SelectedIndexChanged
(sender As ObjectAs EventArgsHandles ListBox1.SelectedIndexChanged
         PictureBox1
.Load(ListBox1.Text)
 
   End Sub
End 
Class 
شكرا لك اخي سعود ولكن طلبي هو ان يبقا في عدد 6 picturebox موجودين في الفورم عاوز مثلا picturebox1 يسترد الصورة رقم 1 و picturebox 2 يسترد الصورة رقم 2 هكذا بدون listbox واشكرك جدا
الرد }}}
تم الشكر بواسطة:


الردود في هذا الموضوع
RE: جلب صور من ملف مرفوع علي pastebin - بواسطة ميدو الفنان - 04-11-20, 01:10 AM


التنقل السريع :


يقوم بقرائة الموضوع: