I figured out how to parse it I think.. I get an error with this code:
Dim HTMLMYSPACE As String
Private Sub KewlButtons1_Click()
Do Until Inet1.StillExecuting = False
HTMLMYSPACE = Inet1.OpenURL("www.myspace.com")
Loop
Dim What As String
Dim ToS As String
Dim FromS As String
Dim TMP As String...
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?
Im connecting using winsock.. and the socks are just sending text strings.... and I'm not sure if NAT is involved.. I've heard of it but I don't know what it is.. its just a D-Link Router... not sure about the publicness of it
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
sorry guys.. i've been away.. but yes the code you gave me did work, and i finnaly resolved my problem. I was was subtracting a sttring from an integer.
well... in both IE and FF document.write("test"); and var myvar = "test"; document.write(test); simply doesn't write. I'm not picking up errors, it just isn't working. I do have javascript enabled aswell.
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.