Click here to Skip to main content
15,903,540 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Copy /Paste of CTreeCtrl Pin
Mircea Puiu1-Oct-05 0:47
Mircea Puiu1-Oct-05 0:47 
QuestionAdding items to menus Pin
Axonn Echysttas30-Sep-05 20:42
Axonn Echysttas30-Sep-05 20:42 
AnswerRe: Adding items to menus Pin
ThatsAlok30-Sep-05 21:19
ThatsAlok30-Sep-05 21:19 
GeneralRe: Adding items to menus Pin
Axonn Echysttas1-Oct-05 1:46
Axonn Echysttas1-Oct-05 1:46 
QuestionWorking on jpg, png, tiff image types in VC++ Pin
Joseph Abraham30-Sep-05 19:48
Joseph Abraham30-Sep-05 19:48 
AnswerRe: Working on jpg, png, tiff image types in VC++ Pin
ThatsAlok30-Sep-05 21:21
ThatsAlok30-Sep-05 21:21 
AnswerRe: Working on jpg, png, tiff image types in VC++ Pin
Prakash Nadar30-Sep-05 22:31
Prakash Nadar30-Sep-05 22:31 
GeneralRe: Working on jpg, png, tiff image types in VC++ Pin
Joseph Abraham1-Oct-05 2:42
Joseph Abraham1-Oct-05 2:42 
AnswerRe: Working on jpg, png, tiff image types in VC++ Pin
puma-xu9-Oct-05 21:27
puma-xu9-Oct-05 21:27 
QuestionGet Process Name Pin
.NetRams30-Sep-05 19:17
.NetRams30-Sep-05 19:17 
AnswerRe: Get Process Name Pin
ThatsAlok30-Sep-05 19:38
ThatsAlok30-Sep-05 19:38 
GeneralRe: Get Process Name Pin
.NetRams30-Sep-05 20:50
.NetRams30-Sep-05 20:50 
Questionstring manipulation question Pin
nm_11430-Sep-05 16:26
nm_11430-Sep-05 16:26 
AnswerRe: string manipulation question Pin
Jose Lamas Rios30-Sep-05 17:28
Jose Lamas Rios30-Sep-05 17:28 
GeneralRe: string manipulation question Pin
nm_1141-Oct-05 13:10
nm_1141-Oct-05 13:10 
Questionscalar deleting destructor Pin
valerie9930-Sep-05 11:05
valerie9930-Sep-05 11:05 
Answerthe call stack when it crashs Pin
valerie9930-Sep-05 11:44
valerie9930-Sep-05 11:44 
AnswerRe: scalar deleting destructor Pin
Prakash Nadar30-Sep-05 17:29
Prakash Nadar30-Sep-05 17:29 
QuestionNetwork connection properties window Pin
j1390130-Sep-05 8:48
j1390130-Sep-05 8:48 
AnswerRe: Network connection properties window Pin
Prakash Nadar30-Sep-05 22:43
Prakash Nadar30-Sep-05 22:43 
QuestionMFC SDI help Pin
bugDanny30-Sep-05 7:34
bugDanny30-Sep-05 7:34 
AnswerRe: MFC SDI help Pin
David Crow30-Sep-05 7:41
David Crow30-Sep-05 7:41 
AnswerRe: MFC SDI help Pin
Neelesh K J Jain30-Sep-05 18:15
Neelesh K J Jain30-Sep-05 18:15 
GeneralRe: MFC SDI help Pin
bugDanny1-Oct-05 9:57
bugDanny1-Oct-05 9:57 
QuestionHow to get CTreeCtrl to show selection after loss of focus Pin
Ian Bowler30-Sep-05 7:04
Ian Bowler30-Sep-05 7:04 
Hello,

I have a CTreeCtrl-derived class. I want it to continue to show what item is selected when the control loses focus. I want the same behavior Windows Explorer has: when the control loses focus, the currently selected item's highlight goes from blue to grey.

Currently, when the object loses focus, the selected item loses its high-light.

Does anyone know how to fix this?

Thanks!

Ian

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.