| Author |
Message |
ImOk
Guest
|
Posted:
Wed Oct 26, 2005 1:53 am Post subject:
Video Recording of Application |
|
|
Hi everyone,
We develop applications and one of the requirements is to be able to
capture a user's screen and keystrokes for an amount of time and store
it to a file for playback later using Windows Media Player.
Is there a video recording application we can purchase to run in the
background or a library we can embed into our software that starts and
stops on command and records screen video to a file for later playback.
The videos vould be up to 30 minutes long.
We do most of our development using .NET (C# or Visual Basic) under
Windows XP.
Thanks
|
|
| Back to top |
|
 |
Smarty
Guest
|
Posted:
Wed Oct 26, 2005 4:30 am Post subject:
Re: Video Recording of Application |
|
|
Microsoft's Windows Media Encoder has a "Capture Screen" mode with different
choices of how you capture the screen. It is free software, and saves in WMV
format which will thus allow you to go directly into the Windows Media
Player with your captured file. Google should find it easily on the
Microsoft site.
Hope this helps.
Smarty
"ImOk" <jon.macaroni@gmail.com> wrote in message
news:1130273585.399968.282950@g44g2000cwa.googlegroups.com...
| Quote: | Hi everyone,
We develop applications and one of the requirements is to be able to
capture a user's screen and keystrokes for an amount of time and store
it to a file for playback later using Windows Media Player.
Is there a video recording application we can purchase to run in the
background or a library we can embed into our software that starts and
stops on command and records screen video to a file for later playback.
The videos vould be up to 30 minutes long.
We do most of our development using .NET (C# or Visual Basic) under
Windows XP.
Thanks
|
|
|
| Back to top |
|
 |
ImOk
Guest
|
Posted:
Thu Oct 27, 2005 5:55 pm Post subject:
Re: Video Recording of Application |
|
|
Yes, this helps, thanks. Now I also have to find some sample code on
how to use this from VB. Any ideas? |
|
| Back to top |
|
 |
Ken Maltby
Guest
|
Posted:
Fri Oct 28, 2005 4:01 am Post subject:
Re: Video Recording of Application |
|
|
"ImOk" <jon.macaroni@gmail.com> wrote in message
news:1130417747.755685.237430@o13g2000cwo.googlegroups.com...
| Quote: | Yes, this helps, thanks. Now I also have to find some sample code on
how to use this from VB. Any ideas?
|
Needy much, there "ImOk"?
Try just using "Platform Invoke" in C#. It's much like in VB.
Luck;
Ken |
|
| Back to top |
|
 |
|
|
|
|