Do you know how to programatically obtain a list of video codecs installed on computer, from windows forms ?
Thank you.
Do you know how to programatically obtain a list of video codecs installed on computer, from windows forms ?
Thank you.
Windows Forms are UI elements, so they won't help you there.
As far as retrieving video codec lists, at a high level:
Also, for future reference, generally stating "I need code" will not net you favorable responses.
Try this link...http://stackoverflow.com/questions/30539/best-way-to-enumerate-all-available-video-codecs-on-windows
Note...it's for C++ but should get started in the right direction.