snow flurry
be95698d10
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 |
||
---|---|---|
Bitmap.c | ||
Bitmap.h | ||
Grabby.c | ||
Grabby.h | ||
Grabby.ico | ||
Grabby.rc | ||
Grabby.sln | ||
Grabby.vcproj | ||
Overlay.c | ||
Overlay.h | ||
ReadMe.txt | ||
Resource.h | ||
small.ico | ||
stdafx.c | ||
stdafx.h |
=================== 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.