borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (Images)Next Topic (MSWEBDVD Control) New Topic New Poll Post Reply
AndreaVB Forum : Multimedia : How to list all video codecs
Poster Message
nikos
Level: Trainee

Registered: 15-09-2006
Posts: 1

icon How to list all video codecs

Hello all,
I would like to create a list of all the codecs that are installed on my system. I want to create a function that sets the "active" codec for the next capture AUTOMATICALLY without any input by the user. For example:

-------------------------------------------
dim codeclist() as string

private Sub PopulateList()
codeclist() is populated by the installed codecs.How?
end Sub

private sub SetActiveCodec(byval index as integer)
   setting the active codec as codeclist(index). How?
end sub


Private Sub Form_Load()
  PopulateList
  SetActiveCodec(0)
End Sub

------------------------------------


Thank you very much

09-06-2004 at 02:32 PM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : Multimedia : How to list all video codecs
Previous Topic (Images)Next Topic (MSWEBDVD Control) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder