如图

解决方案 »

  1.   

    你说的是windows service吧?我有个例子:
    http://blog.csdn.net/torontosky/archive/2010/10/07/5924445.aspx
      

  2.   

    用GRIDCONTRL控件,要漂亮,可用第三方的
      

  3.   

    你说的是windows service 监视器
    还是一个windows service程序啊?
      

  4.   

    http://www.cnblogs.com/peterzb/archive/2009/05/29/1491891.html
    参考下~
      

  5.   

    listview.datagridview显示
    ServiceController[]   scServices; 
    scServices   =   ServiceController.GetServices(); 
    foreach   (ServiceController   scTemp   in   scServices) 

    System.Console.WriteLine(scTemp.DisplayName); 
    }