(WIP) Screenshot tool for old Windows versions.
Go to file
snow flurry be95698d10 OverlayWndProc: Fix flickering issue
The flickering was caused by DefWindowProc trying to erase the background, then GDI painting back in the bitmap. By not letting DefWindowProc draw the background, flickering is effectively removed.

git-svn-id: svn://vcs.sdm.2ki.xyz/Grabby/trunk@15 27729192-006e-004d-b9b5-06fbd0ef7001
2024-02-20 02:37:01 +00:00
Bitmap.c Bitmap.c: Avoid calling GetProcessHeap so much 2024-02-15 05:55:27 +00:00
Bitmap.h Create project "Grabby". 2024-02-13 21:00:46 +00:00
Grabby.c Grabby: Write the screenshot to %TEMP% 2024-02-15 07:32:20 +00:00
Grabby.h Create project "Grabby". 2024-02-13 21:00:46 +00:00
Grabby.ico Create project "Grabby". 2024-02-13 21:00:46 +00:00
Grabby.rc Create project "Grabby". 2024-02-13 21:00:46 +00:00
Grabby.sln Create project "Grabby". 2024-02-13 21:00:46 +00:00
Grabby.vcproj Create project "Grabby". 2024-02-13 21:00:46 +00:00
Overlay.c OverlayWndProc: Fix flickering issue 2024-02-20 02:37:01 +00:00
Overlay.h Create project "Grabby". 2024-02-13 21:00:46 +00:00
ReadMe.txt Update ReadMe.txt 2024-02-14 06:22:03 +00:00
Resource.h Create project "Grabby". 2024-02-13 21:00:46 +00:00
small.ico Create project "Grabby". 2024-02-13 21:00:46 +00:00
stdafx.c Create project "Grabby". 2024-02-13 21:00:46 +00:00
stdafx.h Grabby: Write the screenshot to %TEMP% 2024-02-15 07:32:20 +00:00

===================
  Grabby Overview
===================

Grabby is (the working name of?) a screenshot utility that automatically
uploads screenshots taken to a remote server. This utility is intended
to be used with older Windows versions, but might work in more modern
versions.

Please note that this project is very much a work in progress, and is
missing functionality described above. Whatever functionality it has
currently is likely to have bugs.

============
  Building
============

Grabby is being developed with Visual Studio 2003 with the February 2003
Platform SDK.