using (Process myprocess = new Process())
{
myprocess.StartInfo.FileName = "myconsoleapp.exe";
myprocess.StartInfo.UseShellExecute = false;
myprocess.StartInfo.RedirectStandardInput = true;
myprocess.StartInfo.RedirectStandardOutput = true;
myprocess.Start();
StreamWriter mywriter = myprocess.StandardInput;
StreamReader myreader = myprocess.StandardOutput;
mywriter.WriteLine("hello!");
string output = myreader.ReadToEnd();
textBox1.Text = output;
}
неизвестно что у вас там за звуковая карта.
<html>
<head></head>
<body>
<div id="txt">
<p style="width:100%;">Буквы <i>1234 буквы</i></p>
<div style="width:100%;">Буквы 1234 буквы
<div...>
...
<p>Буквы <i style="color:#123456">1234 буквы <img src="" width=200></i></p>
<p>Буквы <i style="color:#123456">1234 буквы <img src="" width=200></i></p>
...
</div>
</div>
</div>
<body>
</html>
<html>
<head></head>
<body>
<div id="txt">
<p style="width:100%;">Буквы <i><span color="myclass">1234</span> буквы</i></p>
<div style="width:100%;">Буквы <span color="myclass">1234</span> буквы
<div...>
...
<p>Буквы <i style="color:#123456"><span color="myclass">1234</span> буквы <img src="" width=200></i></p>
<p>Буквы <i style="color:#123456"><span color="myclass">1234</span> буквы <img src="" width=200></i></p>
...
</div>
</div>
</div>
<body>
</html>
Есть идея заранее посчитать и записать значения myfun(field) в дополнительную колонку myfield.