Ncode Posted February 22, 2003 Posted February 22, 2003 what is the best way to make a video player program in vb .net ? i used mcisendstring in vb6, which have many problems and bugs, but is there any other way to make a media player in vb .net ? Quote
AndreRyan Posted February 23, 2003 Posted February 23, 2003 Use DirectX 9's Audio and Video Classes(DirectShow), this offers support for any Windows Media Player compadible filetypes Quote .Net allows software to be written for any version of Windows and not break like Unmanaged applications unless using Unmanaged procedures like APIs. If your program uses large amounts of memory but releases it when something else needs it, then what's the problem?
Ncode Posted February 23, 2003 Author Posted February 23, 2003 where can i find some tutorials ? Quote
Ncode Posted February 23, 2003 Author Posted February 23, 2003 how can i find the msvidctl tutorials, please ? Quote
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.