AVI screen capturing s/w does not capture FORM1 output.Why?
Hi guys,
I have created a Hospital management software by using VB/SQL. I wish to produce a DEMO for my software. I wish to convert the program execution into avi files. How is it possible?. Any softwares for it? Or Can we do through VB?. Waiting for your answers.
Advance thanks.
Regards,
SenthilKumar.T.D
Re: How to convert program execution into AVI demo?
Program Execution? You mean like screen capture? If so, there are many programs which help you do this: Fraps, Mr. Captor, etc..
Look those up.
chem
Re: How to convert program execution into AVI demo?
This is probably one of the more popular products around. It will do everything you want & more. It's not all that cheap though.
http://www.techsmith.com/products/st...MP=KAC-CGoogle
Re: How to convert program execution into AVI demo?
there are loads of screen capture softwares, some do single frame ans some do avi capture. u may want to have a look here for some free softwares.
http://www.bobyte.com/AviScreen/index.asp
http://www.infoweek.ch/downloads/dl_...l_id=986&sid=0
Re: How to convert program execution into AVI demo?
I recommend Camtasia Studio. It produces stand-alone projects that auto-start from a CD. Not cheap, but very useful.
Re: How to convert program execution into AVI demo?
yeah camtasia costs $300
what you can do is create avi file and burn it on a cd. before burning, put an autorun.inf file on the root of the cd with these three lines
[autorun]
open=<file u want to run on cd insert>
icon=<icon of the cd>
1 Attachment(s)
AVI screen capturing s/w does not capture FORM1 output.Why?
hi guys,
thanks for the information. I am preparing for the demo and I am having one more problem. The screen capturing softwares captures my program execution screen, but it is not capturing the form1 display(output). It is only capturing "form2" output. "Form1" is designed as a callout. I have attached my exe file. Please execute the exe file and find out the problem. Why the "AVI screen capturing software" does not capture the "form1" callout details.
regards,
senthil