2010-02-03から1日間の記事一覧

別exeの実行状況を画面(textBox1)に非同期に表示する方法。 private IAsyncResult sr; private Process pr = new Process(); private byte[] bb = new byte[4096]; private void callback(object o) { int n = pr.StandardOutput.BaseStream.EndRead(sr); va…