Jump to content
Forum Windows-az.com

Web Source code


Guest Musa_

Recommended Posts

Salam..

Bu gün mən sizə Visual Basic 2008-də Web səhifələrin qaynaq kodunu öyrənmək üçün proqram hazırlamağı göstərəcəm...

Online Video

+Yükləmə linki

______________________________________________________________

Button kodu:

Dim request As System.Net.HttpWebRequest = System.Net.HttpWebRequest.Create(TextBox1.Text)

Dim response As System.Net.HttpWebResponse = request.GetResponse()

 

Dim sr As System.IO.StreamReader = New System.IO.StreamReader(response.GetResponseStream())

 

Dim sourcecode As String = sr.ReadToEnd()

 

TextBox2.Text = sourcecode

Link to comment
Share on other sites

Proqramlar telegramda

Sohbete katıl

Şimdi mesajını gönderebilir ve daha sonra kayıt olabilirsin. Bir hesabın varsa, hesabınla göndermek için şimdi oturum aç.

Misafir
Bu konuya yanıt ver...

×   Zengin metin olarak yapıştırıldı.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Önceki içeriğiniz geri yüklendi.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • loading...
×
×
  • Create New...