Click here to Skip to main content
15,919,479 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questioncaption bar Pin
radhika2830-Nov-06 2:04
radhika2830-Nov-06 2:04 
AnswerRe: caption bar Pin
Galatei30-Nov-06 3:57
Galatei30-Nov-06 3:57 
GeneralRe: caption bar Pin
radhika2830-Nov-06 4:47
radhika2830-Nov-06 4:47 
GeneralRe: caption bar Pin
James R. Twine30-Nov-06 5:06
James R. Twine30-Nov-06 5:06 
QuestionHelp,Why GDI+ MapMode(MM_LOMETRIC ) is reversed? Pin
unakie30-Nov-06 1:20
unakie30-Nov-06 1:20 
QuestionWhat is the object Slicing Feature in C++ Pin
phijophlip30-Nov-06 0:42
phijophlip30-Nov-06 0:42 
AnswerRe: What is the object Slicing Feature in C++ Pin
Cedric Moonen30-Nov-06 1:21
Cedric Moonen30-Nov-06 1:21 
QuestionBlinking item's picture Tree Control Pin
GameProfessor30-Nov-06 0:42
GameProfessor30-Nov-06 0:42 
Hi I'm doing some finishing touch for my project, mostly improving the GUI.
My project is an SDI of Windows Explorer style with a tree view on the left.
The items in the tree correspond to e.g computers, some active and some idle. I want to have these active nodes blinking but I don't know how to do it, more specifically how to change the image of an tree item in run time.

I have think of one way: Using a timer, delete the node and reinsert it with different image when there is WM_TIMER. This way seems to work but it leads to some problems I don't want. More over, my program must run fast and stable so I don't want to use any kind of activeX, just MFC or Win API.

I've just run into VC++ for 1 month (although I have programed C++ on linux for years) so my question may be a little bit silly. please help me
thanks
AnswerRe: Blinking item's picture Tree Control Pin
James R. Twine30-Nov-06 5:10
James R. Twine30-Nov-06 5:10 
QuestionCan I Call virutal function from a default Constructor in c++ Pin
phijophlip30-Nov-06 0:38
phijophlip30-Nov-06 0:38 
AnswerRe: Can I Call virutal function from a default Constructor in c++ Pin
Waldermort30-Nov-06 0:57
Waldermort30-Nov-06 0:57 
GeneralRe: Can I Call virutal function from a default Constructor in c++ Pin
Blake Miller30-Nov-06 8:13
Blake Miller30-Nov-06 8:13 
GeneralRe: Can I Call virutal function from a default Constructor in c++ Pin
Waldermort30-Nov-06 9:11
Waldermort30-Nov-06 9:11 
AnswerRe: Can I Call virutal function from a default Constructor in c++ Pin
Cedric Moonen30-Nov-06 1:31
Cedric Moonen30-Nov-06 1:31 
QuestionCannot Overload sizeof Operator in C++ Why? Pin
phijophlip30-Nov-06 0:31
phijophlip30-Nov-06 0:31 
AnswerRe: Cannot Overload sizeof Operator in C++ Why? Pin
toxcct30-Nov-06 2:36
toxcct30-Nov-06 2:36 
GeneralRe: Cannot Overload sizeof Operator in C++ Why? Pin
James R. Twine30-Nov-06 5:15
James R. Twine30-Nov-06 5:15 
Questionmin and max Pin
Waldermort30-Nov-06 0:05
Waldermort30-Nov-06 0:05 
AnswerRe: min and max Pin
Chris Losinger30-Nov-06 3:54
professionalChris Losinger30-Nov-06 3:54 
GeneralRe: min and max Pin
Waldermort30-Nov-06 6:07
Waldermort30-Nov-06 6:07 
GeneralRe: min and max Pin
Chris Losinger30-Nov-06 6:10
professionalChris Losinger30-Nov-06 6:10 
Questionchanging 24 bit image to 16 or 8 bit image in VC++ Pin
Ruth Suhasini29-Nov-06 23:44
Ruth Suhasini29-Nov-06 23:44 
AnswerRe: changing 24 bit image to 16 or 8 bit image in VC++ Pin
#realJSOP30-Nov-06 0:16
professional#realJSOP30-Nov-06 0:16 
AnswerRe: changing 24 bit image to 16 or 8 bit image in VC++ Pin
flyalone30-Nov-06 15:57
flyalone30-Nov-06 15:57 
QuestionImage processing Pin
atbir29-Nov-06 23:12
atbir29-Nov-06 23:12 

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.