Category Archives: Programming

Creating a Screenshot Server Part 2

In part 1, we created a console application that took screenshots of the desktop and saved them to a directory on the file system. (Code here https://github.com/chrishibler/screen-servist-part1.) I’ve effectively monitored the state of a running system which I could not … Continue reading

Posted in Programming, Tech | Leave a comment

Creating a Screenshot Server Part 1

I’ve been doing some testing recently that requires me to leave an application running for long periods of time being interacted with through an AutoHotkey script. The nature of these tests meant that RDPing into the machine would invalidate them. With … Continue reading

Posted in Programming, Tech | Leave a comment