Click here to Skip to main content
15,920,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to get CPU_Type in c++? Pin
mathivanaan3-May-11 17:18
mathivanaan3-May-11 17:18 
AnswerRe: How to get CPU_Type in c++? Pin
enhzflep3-May-11 17:55
enhzflep3-May-11 17:55 
AnswerRe: How to get CPU_Type in c++? Pin
Rajesh R Subramanian3-May-11 18:48
professionalRajesh R Subramanian3-May-11 18:48 
AnswerRe: How to get CPU_Type in c++? Pin
Stefan_Lang3-May-11 20:42
Stefan_Lang3-May-11 20:42 
QuestionHow to make CStatusBarCtrl::SetBkColor work? Pin
zhong_min3-May-11 17:15
zhong_min3-May-11 17:15 
AnswerRe: How to make CStatusBarCtrl::SetBkColor work? Pin
Hans Dietrich3-May-11 18:16
mentorHans Dietrich3-May-11 18:16 
GeneralRe: How to make CStatusBarCtrl::SetBkColor work? Pin
zhong_min3-May-11 18:51
zhong_min3-May-11 18:51 
GeneralRe: How to make CStatusBarCtrl::SetBkColor work? Pin
Hans Dietrich3-May-11 18:57
mentorHans Dietrich3-May-11 18:57 
OK, if you used Visual Studio (post VS6) to create your project, then inside stdafx.h (at the bottom) you will find manifest directives.

If you find these manifest directives, it means your app is themed. If it is themed, then CStatusBarCtrl::SetBkColor() won't work. You'll have to use a CStatusBar control that draws itself - there are several here on CodeProject: http://www.codeproject.com/KB/statusbar/[^]
Best wishes,
Hans


[Hans Dietrich Software]

GeneralRe: How to make CStatusBarCtrl::SetBkColor work? Pin
zhong_min3-May-11 19:23
zhong_min3-May-11 19:23 
QuestionHuffman decoding from using two queues and cursors Pin
Francis Paran3-May-11 5:00
Francis Paran3-May-11 5:00 
AnswerRe: Huffman decoding from using two queues and cursors [modified] Pin
Albert Holguin3-May-11 13:51
professionalAlbert Holguin3-May-11 13:51 
GeneralRe: Huffman decoding from using two queues and cursors Pin
Francis Paran3-May-11 14:11
Francis Paran3-May-11 14:11 
GeneralRe: Huffman decoding from using two queues and cursors Pin
Albert Holguin3-May-11 17:03
professionalAlbert Holguin3-May-11 17:03 
GeneralRe: Huffman decoding from using two queues and cursors Pin
Francis Paran4-May-11 2:07
Francis Paran4-May-11 2:07 
AnswerRe: Huffman decoding from using two queues and cursors Pin
Stefan_Lang3-May-11 20:53
Stefan_Lang3-May-11 20:53 
GeneralRe: Huffman decoding from using two queues and cursors Pin
Francis Paran4-May-11 2:03
Francis Paran4-May-11 2:03 
GeneralRe: Huffman decoding from using two queues and cursors Pin
Stefan_Lang4-May-11 2:07
Stefan_Lang4-May-11 2:07 
GeneralRe: Huffman decoding from using two queues and cursors Pin
Francis Paran4-May-11 2:11
Francis Paran4-May-11 2:11 
GeneralRe: Huffman decoding from using two queues and cursors Pin
Stefan_Lang4-May-11 2:33
Stefan_Lang4-May-11 2:33 
GeneralRe: Huffman decoding from using two queues and cursors Pin
Francis Paran4-May-11 3:58
Francis Paran4-May-11 3:58 
GeneralRe: Huffman decoding from using two queues and cursors Pin
Stefan_Lang4-May-11 5:24
Stefan_Lang4-May-11 5:24 
GeneralRe: Huffman decoding from using two queues and cursors [modified] Pin
Francis Paran4-May-11 5:47
Francis Paran4-May-11 5:47 
AnswerRe: Huffman decoding from using two queues and cursors Pin
David Crow4-May-11 2:55
David Crow4-May-11 2:55 
GeneralRe: Huffman decoding from using two queues and cursors Pin
Francis Paran4-May-11 3:50
Francis Paran4-May-11 3:50 
QuestionRe: Huffman decoding from using two queues and cursors Pin
David Crow4-May-11 5:38
David Crow4-May-11 5:38 

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.