VB.NET İp Adresi Bulma Programı

[Resim: vb.net_.jpg]

vb.net (visual basic) ile nasıl bir sitenin ip adresi buldurabileceğinizi anlatmaya çalışacağız.

Bize neler gerekli ?

2 adet textbox, 1 adet button

1. textbox ımıza domain yazılacak (örnk : Thefrmonline.com )
2. textbox ıımza ip adresi gelecek (örnk : 127.0.0.1)
3. button umuzun textine "bul" yada "araştır" yazabilirsiniz.

İlk öncelikle textbox2 mizin readonly seçeneğini true yapıyoruz. (çünkü ip adresi değiştirilmeyecek)

Hemen kodlara geçelim

Bu kodlarımızı button umuza çift tıklayarak yazıyoruz (click eventine)

dim site as stirng = textbox1.text
dim bul as iphostentry = dns.gethostbyname(site)
dim ip as ipadress = bul.adresslist
textbox2.text = ip(0).tostring

Kodları visual studio'dan yazmadım direk buradan yazdım büyük küçük harf veya görünümde bir sıkıntı olabilir ama programın işleyişine zarar vermez.
Share on Google Plus

About Life

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment
    Facebook Comment

0 yorum:

Yorum Gönder