I cannot give you the entire answer as I do not know however I can get you started. If you run msinfo32.exe and select components->mutimedia->video codecs there is a list of installed codecs, meaning this information has to be available somewhere (via API call or registry). If you open visual basic and click on the project menu then choose components then select msinfo32 1.0 type control. Again I do not know how to use the control but you should be able to get this info from it.



LinkBack URL
About LinkBacks
Reply With Quote


. I played with it for about an hour and all web searches returned no info on it. So here is the _Really Bad_ way to do it. Run "msinfo32 /nfo c:\file.nfo /categories +all" this will save the info in an XML file and then just parse the xml for Catagory="
Bookmarks