摘要:
Process myProcess = new Process(); myProcess.StartInfo.FileName = "cmd.exe"; myProcess.StartInfo.UseShellExecute = false; myProcess.StartInfo.RedirectStandardInput = true; myProcess.StartInfo.RedirectStandardOutput = true; myProcess.StartInfo.RedirectStandardError = true; myProcess.StartIn 阅读全文
posted @ 2013-03-31 15:57
Jason‘
阅读(282)
评论(0)
推荐(0)
摘要:
实例一:计时器using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;namespace WindowsFormsApplication1{ public partial class Timer : Form { public Timer() { InitializeComponent(); } pr. 阅读全文
posted @ 2013-03-31 15:45
Jason‘
阅读(224)
评论(0)
推荐(0)

浙公网安备 33010602011771号