User Profile

Collapse

Profile Sidebar

Collapse
TedTrippin
TedTrippin
Last Activity: Dec 10 '08, 09:37 PM
Joined: Nov 27 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • TedTrippin
    replied to Bytes sent but not receievd
    in .NET
    :(

    I've been a complete numpty! I had a try catch around the client Read() and it was not reporting the exception!!!!

    I had thought the problem was with the server cus that's what I was working on.
    See more | Go to post

    Leave a comment:


  • TedTrippin
    replied to Bytes sent but not receievd
    in .NET
    Thanks for the reply.

    No, that isn't the problem. The client is a windows service and the server is a console app. The client receives the first 2 responses but not the third. I'm not messing with the threads/streams/sockets in between requests so I must have set something somewhere, but what?
    See more | Go to post

    Leave a comment:


  • TedTrippin
    started a topic Bytes sent but not receievd
    in .NET

    Bytes sent but not receievd

    Hi,

    I need some ideas on where to start looking.

    I have a client/server app I'm testing. Most of the work is done in the client. The server simply waits for a command then immediately sends a response, the server is a stub.

    Both use the same NetworkStream for sending/receiving.

    The client has 2 threads; the main thread and a second thread with a stream.Read() which waits for server responses....
    See more | Go to post

  • TedTrippin
    replied to creating WebBrowser programmatically
    in .NET
    I've been trying to produce some cut down code to illustrate what i'm doing but can not get anything to work :(

    So, i'd appreciate it if u could give me some pointers. Ultimately my app will be a console app or service. I started off with a windows app just to get to grips with Form's and WebBrowser. I've been able to produce a very simple windows app that creates a form with a WebBrowser in, easy!!

    I tried to modify...
    See more | Go to post

    Leave a comment:


  • TedTrippin
    started a topic creating WebBrowser programmatically
    in .NET

    creating WebBrowser programmatically

    Hi,

    Background - I've create a windows application in VS and added a WebBrowser component and all works well.

    I'm now trying to do this programmaticall y. My application now listens on a socket and when it receives a request it creates a new Form and adds a new WebBrowser.

    The problem - All works well without the WebBrowser, the form is visible, but when I do "Controls.Add(w ebBrowser)" I see...
    See more | Go to post
No activity results to display
Show More
Working...