Relative Content

Tag Archive for c#windows

Soccer Scoreboard in C#, Windows Form

I want to make a football scoreboard in C# in Windows form and I have one form to set it, one for the output to display in the software. It was added to the home team in the second form without clicking the setting button

In C# how to take a screenshot ignoring a particular window?

I have a transparent overlay that renders opaque rectangles within itself. It is the topmost window and occupies the entire screen. How can I take a screenshot without including this window in such a way that there is no flicker on the window during the process of taking the screen shot.

Slow std::fstream performance

I’m trying to process a bunch of files (several thousand, each with a size of around 500KB) with a C++ executable, but I’m experiencing very poor performance when reading the files sequentially. The core C++ code is basically this: