Page 1 of 1
VB Screen Recorder - Save as Video?
Posted: Sat Dec 19, 2009 2:43 pm
by Coi
The tutorial here for a VB Screen Recorder that can save as video doesn't work in VB2008. I got no coding errors, but when I try to debug it shows an error ( An error occurred creating the form. See Exception.InnerException for details. The error is: Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)) ) before it starts, and the form is never showing up. Can someone show me a tutorial how to make a screen recorder in VB2008 that can save as video?
Re: VB Screen Recorder - Save as Video?
Posted: Sat Dec 19, 2009 4:49 pm
by CodenStuff
Hello Coi,
Is working ok on mine, have you installed the
Encoder and
SDK ?
If your using Windows Vista you may need this Encoder fix:
http://support.microsoft.com/kb/929182
VB2008 Source:
capture.zip
Thank you.
Re: VB Screen Recorder - Save as Video?
Posted: Sun Jan 03, 2010 7:17 pm
by Coden
CodenStuff wrote:Hello Coi,
Is working ok on mine, have you installed the Encoder and SDK ?
If your using Windows Vista you may need this Encoder fix: http://support.microsoft.com/kb/929182
VB2008 Source:capture.zip
Thank you.
Hi CodenStuff
I Have tried that before in 2 different Vista laptops, and it didnt truely work for me.
regards.
Re: VB Screen Recorder - Save as Video?
Posted: Wed Jan 20, 2010 1:40 pm
by Coi
I did install the Encoder and SDK.
Not working for me.
Probably I'm still missing something..
EDIT: nevermind, I deleted the Windows Media Player control. Now it works fine.