Display a disabled 24-bit image
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi All, Given a 24-bit image in a bitmap file, how do I draw it such that it appears to be "disabled" with transparent background? I tried various ways such as combining DrawState with DSS_MONO, DSS_DISABLED but they did not give me a desired outcome. Thanks in advance!
-
Hi All, Given a 24-bit image in a bitmap file, how do I draw it such that it appears to be "disabled" with transparent background? I tried various ways such as combining DrawState with DSS_MONO, DSS_DISABLED but they did not give me a desired outcome. Thanks in advance!