Hi everyone!
I am trying to record the entire process. I downloaded the DesktopVideoRecorder.Activities dependency. The version is 2.0.2, and it’s the only choice for a VB, Windows project.
The Start Recording activity is in the Init state, and the Stop Recording activity is in the End Process State.
The Properties panel looks like this:
The OutputFileName is set to: C:\Users\user\Desktop\testrecord\test_“+now.ToString(“dd.MM.yyyyHH.mm.ss”)+”.wmv
I use .wmv because when I use .avi or .mp4, I get errors.
The problem: when the recording is ready, it is only 3 seconds long. I can’t record the entire process.
Could you help me with this issue?
Thanks in advance…