Click here to Skip to main content
15,893,722 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
SQL
I want to create a screen recorder in WPF. I tried using Background Worker but it's not working.

I understand that i need to capture the screen and the do it in a loop but if i want to present it in a gui or save it in video format i can't.

If anyone has a general idea or an example it would be great.
Posted
Updated 27-May-15 19:06pm
v2
Comments
BacchusBeale 28-May-15 1:13am    
You should try Google first e.g: http://stackoverflow.com/questions/3072349/capture-screenshot-including-semitransparent-windows-in-net/3072580#3072580

1 solution

Please see this CodeProject article: Screen Capture in WPF & WinForms Application[^].

—SA
 
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