+ Reply to Thread
Page 1 of 3 123 LastLast
Results 1 to 10 of 23

Thread: Get Host IP

  1. #1
    Join Date
    Sep 2008
    Location
    Kosovo
    Posts
    4,032
    Rep Power
    44

    Get Host IP

    Hello CC Members ..

    I am Going to Show you How to Make a Simple Get Host IP Tool using VB 6.0 ..

    The Tool's going to Look Like so:



    You'll Need 2 Buttons 2 TextBoxes and 2 Labels

    ..
    Add a Label and Rename it to "Hostname:" than add another Label and rename it to "IP Address is:" ..
    than add to TexBoxes .. after the Labels ..

    than you have to add 2 Buttons

    Rename the First Button to "Get IP"
    and the Second One to "Quit"..

    and then add a Winsock ..

    ..
    the code for the "Get IP" button is:

    Code:
    Winsock1.Connect Text1.Text, "80"
    and for the other button "Quit" is:

    Code:
    Unload Me
    .. and the Winsock's code:

    Code:
    Text2.Text = Winsock1.RemoteHostIP
    Winsock1.Close

    .. and now make a test ..



    ..

    Thanks, Egz0N
    Attached Files Attached Files

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    Jordan Guest

    Re: Get Host IP

    Very nice! +rep.

  4. #3
    Join Date
    Aug 2007
    Location
    Gizeh, Al Jizah, Egypt, Egypt
    Posts
    8,675
    Blog Entries
    12
    Rep Power
    81

    Re: Get Host IP

    nice and simple
    good work
    yo homie i heard you like one-line codes so i put a one line code that evals a decrypted one line code that prints "i love one line codes"
    Code:
    eval(base64_decode("cHJpbnQgJ2kgbG92ZSBvbmUtbGluZSBjb2Rlcyc7"));
    www.amrosama.com | the unholy methods of javascript

  5. #4
    Join Date
    Oct 2008
    Location
    Istog, Kosova
    Posts
    4,001
    Blog Entries
    1
    Rep Power
    40

    Re: Get Host IP

    +Rock (rep)
    Interested in participating in community events?
    Want to harness your programming skill and turn it into absolute prowess?
    Come join our programming events!

  6. #5
    Join Date
    Sep 2008
    Location
    Kosovo
    Posts
    4,032
    Rep Power
    44

    Re: Get Host IP

    Quote Originally Posted by Jordan View Post
    Very nice! +rep.
    Quote Originally Posted by amrosama View Post
    nice and simple
    good work
    Quote Originally Posted by MathXpert View Post
    +Rock (rep)
    thanks

  7. #6
    SaintLion's Avatar
    SaintLion is offline Programmer
    Join Date
    Oct 2008
    Posts
    173
    Rep Power
    0

    Re: Get Host IP

    coooool + reload (rep)

  8. #7
    Join Date
    Sep 2008
    Location
    Kosovo
    Posts
    4,032
    Rep Power
    44

    Re: Get Host IP

    Quote Originally Posted by SaintLion View Post
    coooool + reload (rep)

    thanks .. dude

  9. #8
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,174
    Blog Entries
    13
    Rep Power
    114

    Re: Get Host IP

    What a snoopy program. -rabbit (rep)

    Quote Originally Posted by Jordan View Post
    Good members, like yourself, stick around and post for ages to come!
    Mr. Xav | Blog | Forums

  10. #9
    Join Date
    Nov 2008
    Location
    Kosovo.
    Posts
    2,391
    Rep Power
    30

    Re: Get Host IP

    Great Tutorial +rep man

  11. #10
    Join Date
    Sep 2008
    Location
    Kosovo
    Posts
    4,032
    Rep Power
    44

    Re: Get Host IP

    Quote Originally Posted by Xav View Post
    What a snoopy program. -rabbit (rep)


    Quote Originally Posted by mendim. View Post
    Great Tutorial +rep man
    thanks man

+ Reply to Thread
Page 1 of 3 123 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. script run from host
    By martin2311 in forum Perl
    Replies: 0
    Last Post: 02-27-2011, 05:27 AM
  2. ASP.Net Web Host package
    By chithra in forum Hosting Offers
    Replies: 1
    Last Post: 07-30-2010, 01:37 PM
  3. Host-Right
    By muffins in forum Hosting Offers
    Replies: 7
    Last Post: 12-05-2008, 05:46 AM
  4. How much is your host?
    By Lop in forum Hosting and Registrars
    Replies: 87
    Last Post: 08-25-2008, 09:52 AM
  5. review this web host
    By chrl.boss in forum Hosting and Registrars
    Replies: 3
    Last Post: 05-12-2008, 03:44 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts