CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Brightstar5

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    6,897

    Why am I getting a TIMEOUT error?

    When I run this app, it is suppose to ping each of those websites 4 times and save the results in a .csv file. But I keep getting either an exception handler error or the timeout error. What am I...
  2. Thread: Ping URL

    by Brightstar5
    Replies
    5
    Views
    1,317

    Re: Ping URL

    Like this? It is building when I build it but when I run it, I get the ArgumentException was unhandled.
    This is what I have:


    namespace Ping Application
    {
    public class PingExample
    {...
  3. Thread: Ping URL

    by Brightstar5
    Replies
    5
    Views
    1,317

    Re: Ping URL

    I have the ping part figured out, I'm currently working on saving the data to a .csv file somewhere, can you help me, I know I'm close togfiguring this out but I just cant get it right, this is what...
  4. Thread: Ping URL

    by Brightstar5
    Replies
    5
    Views
    1,317

    Ping URL

    I have to create a console based application: when RUN> takes the websites I specify and pings them all 4 times and gets the ping in milliseconds then finally saves all of the information in a .csv...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured