Click here to Skip to main content
15,901,373 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: reading writing to a file system Pin
hrishiS16-Dec-09 18:18
hrishiS16-Dec-09 18:18 
AnswerRe: reading writing to a file system Pin
CPallini16-Dec-09 22:03
mveCPallini16-Dec-09 22:03 
QuestionUse theme elements with alpha Pin
Ivo Beltchev16-Dec-09 13:39
Ivo Beltchev16-Dec-09 13:39 
AnswerRe: Use theme elements with alpha Pin
Adam Roderick J16-Dec-09 17:05
Adam Roderick J16-Dec-09 17:05 
GeneralRe: Use theme elements with alpha Pin
Ivo Beltchev16-Dec-09 17:31
Ivo Beltchev16-Dec-09 17:31 
GeneralRe: Use theme elements with alpha Pin
Rozis17-Dec-09 9:56
Rozis17-Dec-09 9:56 
AnswerRe: Use theme elements with alpha Pin
Code-o-mat16-Dec-09 20:25
Code-o-mat16-Dec-09 20:25 
GeneralRe: Use theme elements with alpha Pin
Ivo Beltchev16-Dec-09 20:42
Ivo Beltchev16-Dec-09 20:42 
Kind of. First I fill the whole DC with 0, which is transparent black. After the call to DrawThemeBackground almost all pixels are opaque (255), except a few pixels in the corner (that make up the rounded corner). So those few pixels in the corner are not touched.

BTW, if instead of SPP_PLACESLIST I use LVP_LISTITEM+LISS_SELECTED and set the theme to "explorer", I get a translucent blue rectangle. Most pixels have alpha 179. That's the blue highlight of the listview items in Explorer. So it IS possible to get some alpha out of DrawThemeBackground. It just doesn't work with the start menu elements...
GeneralRe: Use theme elements with alpha Pin
Code-o-mat16-Dec-09 20:59
Code-o-mat16-Dec-09 20:59 
Questioncan I run notepad.exe inside View window? Pin
rambojanggoon16-Dec-09 9:20
rambojanggoon16-Dec-09 9:20 
AnswerRe: can I run notepad.exe inside View window? Pin
Nemanja Trifunovic16-Dec-09 9:40
Nemanja Trifunovic16-Dec-09 9:40 
Questionminimize notification of MFC application Pin
kasi1416-Dec-09 7:45
kasi1416-Dec-09 7:45 
AnswerRe: minimize notification of MFC application Pin
Abhi Lahare16-Dec-09 9:52
Abhi Lahare16-Dec-09 9:52 
QuestionHow to get a thread's exit code Pin
masnu16-Dec-09 5:24
masnu16-Dec-09 5:24 
AnswerRe: How to get a thread's exit code Pin
«_Superman_»16-Dec-09 5:38
professional«_Superman_»16-Dec-09 5:38 
AnswerRe: How to get a thread's exit code Pin
Rajesh R Subramanian16-Dec-09 7:56
professionalRajesh R Subramanian16-Dec-09 7:56 
GeneralRe: How to get a thread's exit code Pin
masnu16-Dec-09 8:07
masnu16-Dec-09 8:07 
AnswerRe: How to get a thread's exit code Pin
Rajesh R Subramanian16-Dec-09 8:25
professionalRajesh R Subramanian16-Dec-09 8:25 
AnswerRe: How to get a thread's exit code Pin
Rajesh R Subramanian16-Dec-09 8:30
professionalRajesh R Subramanian16-Dec-09 8:30 
GeneralRe: How to get a thread's exit code Pin
masnu16-Dec-09 8:33
masnu16-Dec-09 8:33 
Questionre: Building a static linked VS C++ executable Pin
Alan Kurlansky16-Dec-09 2:44
Alan Kurlansky16-Dec-09 2:44 
AnswerRe: re: Building a static linked VS C++ executable Pin
Rajesh R Subramanian16-Dec-09 3:38
professionalRajesh R Subramanian16-Dec-09 3:38 
Questionfatal error C1001: INTERNAL COMPILER ERROR Pin
wangningyu16-Dec-09 1:52
wangningyu16-Dec-09 1:52 
AnswerRe: fatal error C1001: INTERNAL COMPILER ERROR Pin
Fatbuddha 116-Dec-09 2:04
Fatbuddha 116-Dec-09 2:04 
GeneralRe: fatal error C1001: INTERNAL COMPILER ERROR Pin
wangningyu16-Dec-09 2:29
wangningyu16-Dec-09 2:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.