Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: cryoburned
  • Content: Threads
  • Order by date
  1. cryoburned

    String Parsing

    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
  2. cryoburned

    Connecting by IP through router (VB6)

    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?
  3. cryoburned

    Connecting by IP through router

    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
  4. cryoburned

    document.write(); not writing???

    It just doesnt write anything at all...
  5. cryoburned

    Easy date subtraction not working

    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...

Part and Inventory Search

Back
Top