Screen Video Capturing SDK for Developers - Page 16 of 19 - ByteScout
Announcement
Our ByteScout SDK products are sunsetting as we focus on expanding new solutions.
Learn More Open modal
Close modal
Announcement Important Update
ByteScout SDK Sunsetting Notice
Our ByteScout SDK products are sunsetting as we focus on our new & improved solutions. Thank you for being part of our journey, and we look forward to supporting you in this next chapter!

Screen Video Capturing SDK

  • Home
  • /
  • Screen Video Capturing SDK
ByteScout Screen Capturing SDK - C++ (managed) - Capture From Entire Screen CaptureFromEntireScreen.cpp stdafx.cpp   Click here to get your Free Trial version of the SDK
ByteScout Screen Capturing SDK - C++ (managed) - Capture and Add Time Stamp CaptureFromEntireScreen.cpp stdafx.cpp   Click here to get your Free Trial version of the SDK
ByteScout Screen Capturing SDK - C# - WEBM - Capture From Entire Screen Program.cs   Click here to get your Free Trial version of the SDK
ByteScout Screen Capturing SDK - C# - Video Audio Settings Form1.cs Program.cs
ByteScout Screen Capturing SDK - C# - Take Screenshots During Recording Form1.cs Program.cs   Click here to get your Free Trial version of the SDK
ByteScout Screen Capturing SDK - C# - Registration Free Deployment Program.cs using System; using System.Threading; using System.Diagnostics; using System.Runtime.InteropServices; using BytescoutScreenCapturingLib; // import bytescout screen capturing activex object /* // NOTE: if you are getting error like "invalid image" related to loading the SDK's dll then // try to do the following: // 1) remove the reference to the SDK by View - Solution Explorer // then click on References, select Bytescout... reference name and [...]
ByteScout Screen Capturing SDK - C# - Low FPS and Min File Size Program.cs   Click here to get your Free Trial version of the SDK
ByteScout Screen Capturing SDK - C# - Full Featured Capturing App CapturingThread.cs ColorControl.cs Config.cs CustomMessageBox.cs MainForm.cs MouseHook.cs Program.cs RegionSelector.cs SettingsForm.cs using System; using System.Diagnostics; using System.Globalization; using System.IO; using System.Windows.Forms; using BytescoutScreenCapturingLib; // NOTE: if you are getting error like "invalid image" related to loading the SDK's dll then // try to do the following: // 1) remove the reference to the SDK by View - Solution Explorer // then click on References, select Bytescout... [...]
ByteScout Screen Capturing SDK - C# - Full Demo 2 with Text And Images Overlay ctrlImageOverlay.cs ctrlTextOverlay.cs Form1.cs frmNewOverlay.cs Overlay.cs Program.cs
ByteScout Screen Capturing SDK - C# - Command line console Program.cs   Click here to get your Free Trial version of the SDK