yea so.. if I had string "Abc im cool cba" how could i get the stuff between abc and cba? I don't have direct acess to this string so I cn't edit it myself
So i'm using winsock to connect to a winsock on another computer.. the second computer is behind a router.. how do I connect to the router and get it to connect to a computer by its local ip in that router/network?
I need to connect to a computer by its IP Address when that computer is using a router...
Not sure how this needs to be done or if i should have posted it in the VB6 section.. sorry
I'm trying to get this script to work:
var year = time.getYear();
var months = time.getMonth();
var days = time.getDate();
var prestamp = Math.ceil((year*10000)+(months*1000)+days);
var posteddate = 20061121;
document.write(Math.ceil(prestamp-posteddate));
Basically it should put November 23...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.