Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3939456
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T00:18:08+00:00 2026-05-20T00:18:08+00:00

I need to write a program that displays this information: netstat TCP / UDP

  • 0

I need to write a program that displays this information:

  • netstat
  • TCP / UDP connections
  • Information about the IP ipconfig /all
  • arp-a
  • route print

I already have most of them, but I have a problem with the route print and arp -a. I do not want to execute this command using Process.Start() because it does not look too spectacular:

Process p = new Process ();

p.StartInfo.WindowStyle = ProcessWindowStyle.Hidden;
p.StartInfo.UseShellExecute = false;
p.StartInfo.FileName = "route";
p.StartInfo.Arguments = "PRINT";
p.StartInfo.RedirectStandardOutput = true;
p.StartInfo.CreateNoWindow = true;
p.StartInfo.StandardOutputEncoding = Encoding.Default;
p.StartInfo.WindowStyle = ProcessWindowStyle.Hidden;
p.Start();
TextBox1.Text = p.StandardOutput.ReadToEnd();

I would like to use a foreach loop to get the data into ListView or DataGrid columns. Has anyone ~ t be able to help me? How can I get this data into each column: Destination, Netmask, gateway, interface, metrics and permanent route? And in the case of ARP,
Internet address type of physical address?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T00:18:08+00:00Added an answer on May 20, 2026 at 12:18 am

    I suppose you could probably just parse the text you retrieve to get out the values you want and put them in the ListView etc. However, I think that there are better ways to retrieve this and I think you’d be able to get out this information using the WMI class Win32_IP4RouteTable.

    If you haven’t used WMI before, you might be able to use the WMI Code Creator v1.0 to help you get started (I haven’t used it myself, but I saw someone else suggesting it sometime).

    The WMI .NET Overview would probably be useful too.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to write a program that displays a PDF which a third-party supplies.
I need to write a small program that can detect that it has been
I need to write a program that prints 100 stars on the screen (at
Possible Duplicate: Image comparison algorithm So basically i need to write a program that
I need to write a program in C# that facilitates the input of logical
I need to write a program used internally where different users will have different
As the title says, I need to write a small program to read data
I need some help calculating Pi. I am trying to write a python program
I need write an update statement that used multiple tables to determine which rows
I need to write a Java Comparator class that compares Strings, however with one

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.