Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
0 Points
25 Posts
Oct 06, 2008 09:24 AM|LINK
thanks for reply,
proc.WaitForExit();
lblmsg.Text = standardError.ReadToEnd()
I am getting the error displayed on my label(lblmsg) - "StandardIn has not been redirected "
elango.sham
0 Points
25 Posts
Re: Using FFMPEG Wmv to Swf: Not Working in C#: Need Help...
Oct 06, 2008 09:24 AM|LINK
thanks for reply,
proc.StartInfo.RedirectStandardError = false; proc.Start(); StreamReader standardError = proc.StandardError;proc.WaitForExit();
lblmsg.Text = standardError.ReadToEnd()
I am getting the error displayed on my label(lblmsg) - "StandardIn has not been redirected "