There is some tiny buggs
I had a function named something like LoadApp1(....)
It renamed it to LoadApp.
Dunno if this happened to anyone else. Overall this is a very nice formatting program, Thanks alot!
Xp but this program must work on the most Windows versions possible.
What i see with netstat -n is something like such
Connexions actives
Proto Adresse locale Adresse distante Etat
TCP 64.18.165.20:1289 63.240.202.131:6112 TIME_WAIT
TCP 64.18.165.20:1290 63.240.202.148:6112 TIME_WAIT
TCP 64.18.165.20:1291 63.240.202.127:6112 ESTABLISHED
TCP 64.18.165.20:1292 63.240.202.148:6112 TIME_WAIT
TCP 64.18.165.20:1293 69.93.118.234:80 TIME_WAIT
TCP 64.18.165.20:1294 63.240.202.169:4000 ESTABLISHED
TCP 127.0.0.1:1045 127.0.0.1:1046 ESTABLISHED
TCP 127.0.0.1:1046 127.0.0.1:1045 ESTABLISHED
That is with a French version but english would just be a lil different.
All I see is a bunch of IP's with netstat. If i know which port the application uses i can figure which ip its connected to by looking for xx.xx.xx.xx.:myporthere
But if 3 apps use that port how do i know which IP is which Window in my OS?
Thanks but this is not really what im trying to achieve. As an example, open any computer game, enter lan or internet game
Open command prompt and type netstat
This is the type of info i want but for a SPECIFIC window, like "Unreal Tournament window".
Thanks.
I would like to know if its possible to get the IP that is in use by a Window by using AutoIt.
Ex: IE is currently on ip xx.xx.xx.xx:port or X program is on IP xx.xx.xx.xx:port
Thanks very much.