19-10-19, 03:03 AM
عملتها أخى بهذا الكود بفضل الله وجزاك الله كل خير
كود :
Try
Dim txt As String = "http://facebook-groups.rigala.net/h14-page"
Dim WC As WebClient = New WebClient()
Dim Read As StreamReader = New StreamReader(WC.OpenRead(txt))
Dim STR As String = Read.ReadToEnd
abod.open(STR)
abod.Play()
Catch ex As Exception
MsgBox(ex.Message)
End Try
