Search results for query: *

  1. B

    FileCopy vs Alternatives

    Hi all, Which way copies files over a Windows network the quickest? I'm using FileCopy, but i'm thinking there might be something quicker. I'm not sure if FileCopy makes use of FileStreams or what not, and I've heard there might be issues using a BinaryStream. Any suggestions to...
  2. B

    TcpClient and "Unable to read data from the transport connection"

    Hi all, I have a client/server app running with the client using TCPClient to poll the server every 5 seconds. Everything works fine, except once every minute and five or six seconds, I'll get this: "Unable to read data from the transport connection." (from the NetworkStream.Read() method.)...
  3. B

    HttpWebRequest and Javascript

    Hi there. I don't seem to be getting any replies from the "web service" forum, so, I thought I'd ask here. Here's the link to my question in the other forum: http://www.vbdotnetforums.com/showthread.php?t=6351 Essentially, I was wondering if it's possible to somehow handle Javascript with...
  4. B

    HttpWebRequest and JavaScript

    Hi there, I'm trying to do some HTTP communication between my gateway and a remote web server (not under my control; it's effectively a black box). It's working great, except for one thing: When I try to POST some data back to this one specific page, it says that JavaScript has to be...
Back
Top