We can download many multimedia files from web, and some of them are created by VB, and the control mci32.ocx is the key component in VB to create this multimeida files. If you have not installed this control, when you try to run these files, an error will hit you to indicate that the control mci32.oc has not been registered.
In this case, we can install the control manually. Just download it from web, and run the following command in cmd line:
regsvr32 mci32.ocx
Now, try agian the media files. Every thing will be OK!
阅读(1044) | 评论(0) | 转发(0) |