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... [...]