wessamzeidan Posted February 4, 2004 Posted February 4, 2004 How can we paly wmv files in windows applications? Quote Proudly a Palestinian Microsoft ASP.NET MVP My Blog: wessamzeidan.net
Procaine Posted February 4, 2004 Posted February 4, 2004 I did this in VB a while back - I had basically got three options; using the high level Windows Media control, use the MCI winAPI, or the low-level winAPI. The former requires WMP to be installed in the client machine, and the latter is really tricky (dealing directly with streaming media), so I plumped for using the MCI API. There are a lot of good examples on the NET with using it with VB. Quote
wessamzeidan Posted February 5, 2004 Author Posted February 5, 2004 Can you please tell me where I can find tutorials about this, links or something like that. I would be gratefull Quote Proudly a Palestinian Microsoft ASP.NET MVP My Blog: wessamzeidan.net
Procaine Posted February 5, 2004 Posted February 5, 2004 Check out planetsourcecode.com for some example programs (there are definately some good examples in VB - you may find some .NET ones too). Also have a look on the MSDN Library for descriptions and examples of MCI-related API commands. A google search for "VB.NET MCI" turns up some useful links too. http://www.vb2themax.com/Item.asp?PageID=CodeBank&Cat=1201&ID=653 shows you how to play a media file in VB.NET. Quote
wessamzeidan Posted February 5, 2004 Author Posted February 5, 2004 Thank you, I searched planetsourcecode.com and found exactly what I want. Quote Proudly a Palestinian Microsoft ASP.NET MVP My Blog: wessamzeidan.net
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.