WinProps

Written June, 2002 by Jeff Fitzsimons


Summary (from the About Box):

This WTL application demonstrates how to use the Win32 API functions VirtualAllocEx and CreateRemoteThread in order to set transparency values of windows owned by foreign processes.

NOTE: This is an inherently dangerous activity which could crash applications, destroy data, or worse.

USE THIS APPLICATION AT YOUR OWN RISK!


Build Notes

I use STLPort and the Boost Libraries which affect my build environment. I have
_REENTRANT
and
_STLP_NEW_PLATFORM_SDK
defined. You may need to change these in order to compile on your system.