Tracert In VB.NET 2008

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • whitethomas12@gmail.com

    #1

    Tracert In VB.NET 2008

    Hi,

    I am kind of stuck on a project and I need some help with creating a
    VB.NET (Visual Studios 2008) application to do traceroute. I have
    looked all over the web and I cannot find anything really useful.

    Can some one please post some sample code so I can view it. Once I
    have an I dea of how to do it then I can simply add it to the rest of
    my code.

    Thank you for all of your help

  • =?Utf-8?B?QU1lcmNlcg==?=

    #2
    Re: Tracert In VB.NET 2008

    s = ExceptionString (ex)

    ExceptionString is ex.ToString with with inner exceptions appended.

    Comment

    • Spam Catcher

      #3
      Re: Tracert In VB.NET 2008

      whitethomas12@g mail.com wrote in news:ce2ff0e8-0c43-4859-9b46-
      05da7055749a@t5 4g2000hsg.googl egroups.com:
      Hi,
      >
      I am kind of stuck on a project and I need some help with creating a
      VB.NET (Visual Studios 2008) application to do traceroute. I have
      looked all over the web and I cannot find anything really useful.
      >
      Can some one please post some sample code so I can view it. Once I
      have an I dea of how to do it then I can simply add it to the rest of
      my code.
      I believe IPWorks has a tracert component

      Check IndyProject, may have one too.

      Or like others have suggested, run tracert, and parse the output.



      --
      spamhoneypot@ro gers.com (Do not e-mail)

      Comment

      Working...