System.Diagnostics.Process.Start("timedate.cpl")

解决方案 »

  1.   

    可能是因为运行timedate.cpl时需要加载 rundll32.exe吧。 可是不能自动加载。
      

  2.   

    somethinig is wrong with your system,http://www.vbcity.com/forums/topic.asp?tid=6645rundll32.exe shell32.dll,Control_RunDLL timedate.cpl
      

  3.   

    System.Diagnostics.Process.Start("control.exe", "timedate.cpl");
      

  4.   

    在我机器上使用
    System.Diagnostics.Process.Start( "timedate.cpl"); 也是THROW出和楼主同样的错误
    使用上贴的
    System.Diagnostics.Process.Start("control.exe", "timedate.cpl");
    则没问题