by High Sugar Cereal (1 Submission)
Category: Graphics
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating:
(2 Votes)
This code basically shows a beginner how to use a screen snapshot command in applications using one methood, and a couple of things that involve picture boxes to draw dots in a random sequence.
-Later addition-
NOTICE!!! It is NOT coded to be a screen saver, it just looks like it could be one if I made it one. I noticed a comment about that, and the poster was absolutely right.
Inputs
No inputs are needed, except for clicking the mouse to terminate the program.
Assumes
Not very much - I originally wrote this for my graphing calculator, so the code isn't as efficient as it could be, but it is begginer and it is efficient enough.
Code Returns
It returns an image of the screen when the program was launched, with little black dots appearing near each other rapidly.
Side Effects
The image is EXACTLY what was on your screen before! Same size and everything. This does NOT mean that you can click the icons just like normal, but that's a minor side effect, most people will be able to get past that.