Click here to Skip to main content
15,888,527 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I want to know technical requirements for development of windows screen recording software. After that this scenario I want to make fully high featured screen recording software.
Will any one help me?

What I have tried:

I observed lot of screen recording software as well as screen capturing tools.
Posted
Updated 18-Dec-17 23:33pm
Comments
OriginalGriff 19-Dec-17 5:18am    
And?
What have you tried?
Where are you stuck?
What help do you need?

Use the "Improve question" widget to edit your question and provide better information.

There are good amount of examples in internet. For example
Enhanced Desktop Recorder in .NET using C# and Windows Forms[^]

This can give you a good starting point. But, You first need to know the complete requirement.
 
Share this answer
 
There are no technical requirements besides installing development tools and SDKs.

As with any new project, the first step is research. That means becoming familiar with the topic and possible solutions / methods.

Once that is done, the second step can be started: development. That requires at least knowledge of the used tools and programming language. But before writing any line of code you have to define what has to be implemented and how it can be done. In your case the what might be selecting one or more methods and how the application is controlled (e.g. direct user interface, scripts, timers). The how might lead to using a service that can be controlled by an user interface application because a service can be executed with enhanced privileges which might be required.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900