Results 1 to 5 of 5

Thread: VLC media player help

Threaded View

  1. #5
    Hyperactive Member -Franky-'s Avatar
    Join Date
    Dec 2022
    Location
    Bremen Germany
    Posts
    481

    Re: VLC media player help

    Quote Originally Posted by nbrege View Post
    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
  •  



Click Here to Expand Forum to Full Width