D
Darth
Hi,
I am running lame to convert a wav file to mp3 file and I want to
display to the user how much time is left. How do I do that in C# ??
System.Diagnostics.Process lame =
System.Diagnostics.Process.Start(lame_path,lame_args);
lame.WaitForExit();
TIA,
Darth
I am running lame to convert a wav file to mp3 file and I want to
display to the user how much time is left. How do I do that in C# ??
System.Diagnostics.Process lame =
System.Diagnostics.Process.Start(lame_path,lame_args);
lame.WaitForExit();
TIA,
Darth