Thats the line im using.
But I seem to have noticed a flaw in my methods.
My dvr-ms's are HD, and thus most are 60fps.
when i open it with, say virtualdubmod, the video is slow, because its playing at 30fps, and the audio is at regular pace. (only for editing. Playing in WMP is perfect.)
Oh well, I'll have to find a way to get it to work :)
And uhh, no go with protected content. I definitely don't have the expertise to do any cracking ;)
as for missing ocx... ;s thats probably because I made it on old VB6.
Or, perhaps you are using vista? which might not use that anymore. Its the common controls dialog (open/save boxes)
This should get it to work (its the first hit when you google the name)
http://www.ascentive.com/support/new/support_dll.phtml?dllname=COMDLG32.OCXdont use their automated installer, just do the single file route.
Save it to windows folder (or anywhere, really.) then go to run -> cmd and type
cd c:\windows
or cd <path to the comdlg32>
then type regsvr32 comdlg32.ocx
that'll register the control for use in windows.