|
-
Jan 19th, 2024, 01:07 PM
#5
Re: VLC media player help
 Originally Posted by nbrege
Does this work in .Net? All the code samples are C++. I know I can embed a Windows Media Player control on a form, but I was looking for something with a few more features...
Yes, it works in all programming languages that can handle COM. You might have to describe which features your player should have.
You can use COM interfaces in VB.NET via <ComImport>. The rest are normal DLL calls, const, structs and enums.
Last edited by -Franky-; Jan 20th, 2024 at 07:18 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|