G
Guest
Hi all,
I am attempting to utilize MS's article I.D. #828993 found at:
http://support.microsoft.com/default.aspx?scid=kb;en-us;828993
In an effort to create a GUI Ping utility that ultimately will show me via a
green indicator if a system is pingable and a red indicator if a system is
not pingable. In addition I want to be able to ping a range of addresses at
one time and have the program return my indicators.
Anyway, this article appears to be a good place to start, however my skills
in VB.NET have been sitting by the wayside for about 1.5 years now so I am a
bit out of touch with what some of the Microsoft preliminary expectations as
far as programming ability are with regards to this article.
If anybody can shed some light on where a good place to start might be,
either with this article or maybe with a different article, I'd sure
appreciate it. This MS article seems to have a ton of useful code, however I
have not been able to create a form to go with the code, if indeed that is
what's needed.
Furthermore, if anybody can give me a link to some basic Ping utility source
code that I can play with for a while I may be able to use it as a good
learning tool.
I cannot utilize .NET2.0 framework as we run some legacy apps that don't
support it, so my development environment has to be VS.NET2003 and .NET1.1
framework.
Thanks in advance to anybody who will assist me.
I am attempting to utilize MS's article I.D. #828993 found at:
http://support.microsoft.com/default.aspx?scid=kb;en-us;828993
In an effort to create a GUI Ping utility that ultimately will show me via a
green indicator if a system is pingable and a red indicator if a system is
not pingable. In addition I want to be able to ping a range of addresses at
one time and have the program return my indicators.
Anyway, this article appears to be a good place to start, however my skills
in VB.NET have been sitting by the wayside for about 1.5 years now so I am a
bit out of touch with what some of the Microsoft preliminary expectations as
far as programming ability are with regards to this article.
If anybody can shed some light on where a good place to start might be,
either with this article or maybe with a different article, I'd sure
appreciate it. This MS article seems to have a ton of useful code, however I
have not been able to create a form to go with the code, if indeed that is
what's needed.
Furthermore, if anybody can give me a link to some basic Ping utility source
code that I can play with for a while I may be able to use it as a good
learning tool.
I cannot utilize .NET2.0 framework as we run some legacy apps that don't
support it, so my development environment has to be VS.NET2003 and .NET1.1
framework.
Thanks in advance to anybody who will assist me.