0
0
mirror of https://git.code.sf.net/p/wtl/git synced 2023-04-22 17:56:44 +00:00
wtl/Samples/Alpha
2020-04-04 16:46:51 -07:00
..
res Samples: Cleanup, updated to work properly with WTL10, used new WTL icon, removed unusd files 2018-01-11 01:15:55 -08:00
aboutdlg.h WTL10 initial commit 2017-09-20 02:33:00 +02:00
Alpha_2005.sln Samples: Edited .sln files correct .vcproj file names after renaming them 2020-04-04 16:44:22 -07:00
Alpha_2005.vcproj Samples: Renamed project files to indicate format (VS2005) 2020-04-04 16:40:09 -07:00
Alpha_2010.sln Samples: Added new project files for VS2010 and newer 2020-04-04 16:46:51 -07:00
Alpha_2010.vcxproj Samples: Added new project files for VS2010 and newer 2020-04-04 16:46:51 -07:00
Alpha_2010.vcxproj.filters Samples: Added new project files for VS2010 and newer 2020-04-04 16:46:51 -07:00
Alpha.cpp WTL10 initial commit 2017-09-20 02:33:00 +02:00
Alpha.h WTL10 initial commit 2017-09-20 02:33:00 +02:00
Alpha.rc Samples cleanup - Alpha, BmpView, GuidGen, MDIDocVw, MTPad, TabBrowser, Wizard97Test, WTLExplorer - removed unused manifest defines, removed non-Unicode project cfg 2018-02-04 01:17:10 +01:00
mainfrm.h WTL10 initial commit 2017-09-20 02:33:00 +02:00
readme.txt WTL10 initial commit 2017-09-20 02:33:00 +02:00
resource.h WTL10 initial commit 2017-09-20 02:33:00 +02:00
stdafx.cpp WTL10 initial commit 2017-09-20 02:33:00 +02:00
stdafx.h Samples cleanup - Alpha, BmpView, GuidGen, MDIDocVw, MTPad, TabBrowser, Wizard97Test, WTLExplorer - removed unused manifest defines, removed non-Unicode project cfg 2018-02-04 01:17:10 +01:00
view.h WTL10 initial commit 2017-09-20 02:33:00 +02:00

Alpha WTL Sample
----------------

This sample shows how to use 32-bit (alpha channel) images with toolbars and
command bars. It also displays them only if running on Windows XP with themes
enabled, while it displays standard 4-bit images in other cases.

Cut and Copy commands toggle enable/disable state for the Paste command, just
to show how images look disabled.

Subdirectories Release and Debug contain the manifest file, alpha.exe.manifest
which is required to use 32-bit (alpha) images. If you use Windows XP with
themes, you can rename or delete the manifest file to disable alpha images.

-end-