by NinjaCoder » Sat Feb 17, 2007 2:19 am
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:
- Code: Select all
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?....
Last edited by NinjaCoder on Sat Feb 17, 2007 2:21 am, edited 1 time in total.