Skip to content
Home > Programming > ip program

ip program

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #188052

    i made this ip program noting big its just to see your ip

    #188056

    nice work

    #188055

    thanks

    #188054
    Admin
    Administrator

    ip finder is simple…1 line of code….lol……just make a form wit a text box and command button…..go to project -> componnent -> and select “microsoft winsock control 6.0” then add the winsock control to the form…..then add this code to the command button:

    Text1.Text = Winsock1.LocalIP

    then complie and u have an ip finder to get ur own ip….um….ur rite …its nothing big….lol…u can download a sample ip finder and source code HERE

    now thats a really simple ip finder and it works….u said u would show me some things regarding this…..what was it u were going to show me?….

    #188053

    yup its just for peeps that dont no shit ya na

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.