Asked By Kasper.Munck
16-Nov-09 09:54 AM
Hey All,
IM using the example from the WME SDK help file that shows you how to Live
stream.
its working fine, but i want to put it into my program and heres the problem.
The end the example with this:
// Use this statement so that the Windows Media Encoder window does not
close until you press Enter.
Console.WriteLine("Press Enter to close this window.");
Console.ReadLine();
How can i get it to continue running with out that Console.Readline ??
Kind Regards
Kasper