usmarine3 Posted February 15, 2004 Posted February 15, 2004 I would like to use ping.exe to ping a host, then read the response and display the status of the ping on my page. I suppose I could use the System.Diagnostics.Process class to issue the command initially, but I also would need a way to read the response. Any suggestions would be greatly appreciated! Quote
Administrators PlausiblyDamp Posted February 15, 2004 Administrators Posted February 15, 2004 You could use the idea posted here or you may want to look at this link Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Jay1b Posted February 15, 2004 Posted February 15, 2004 That link is excellent. Sorry to gatecrash the thread, but is there a good way of converting C# to VB.Net? Quote
Administrators PlausiblyDamp Posted February 15, 2004 Administrators Posted February 15, 2004 http://authors.aspalliance.com/aldotnet/examples/translate.aspx does a reasonable job - not sure how well it would do with the above link though. It may be easier to just compile the C# into a DLL and reference that from your VB code... Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Jay1b Posted February 15, 2004 Posted February 15, 2004 >It may be easier to just compile the C# into a DLL and reference that from your VB code *Looks up at the plane passing over my head* Cheers, should be able to figure it, i have a couple of books arrived from Amazon, so must work my way through them. Quote
Administrators PlausiblyDamp Posted February 15, 2004 Administrators Posted February 15, 2004 this might bring the plane a little closer :) Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.