I'm using the code (roughly) from http://www.dotnetmonst er.com/Uwe/Forum.aspx/dotnet-csharp/92578/Playing-an-avi-file-in-a-C-app to send a video to a picturebox (in this case, it's an mpeg file).
My code looks like this
Code:
public class video { [DllImport("winmm.dll")] private static extern long mciSendString(string command, StringBuilder returned,
Leave a comment: