Click here to Skip to main content
15,884,388 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionText slots in an image file? (is this easy programming)? Pin
Angelo Landri30-Aug-11 14:57
Angelo Landri30-Aug-11 14:57 
AnswerRe: Text slots in an image file? (is this easy programming)? Pin
Code-o-mat31-Aug-11 22:08
Code-o-mat31-Aug-11 22:08 
QuestionDisappearing MFC controls [modified] Pin
j_schultz30-Aug-11 9:05
j_schultz30-Aug-11 9:05 
AnswerRe: Disappearing MFC controls Pin
Rolf Kristensen30-Aug-11 9:46
Rolf Kristensen30-Aug-11 9:46 
GeneralRe: Disappearing MFC controls Pin
j_schultz30-Aug-11 9:50
j_schultz30-Aug-11 9:50 
AnswerRe: Disappearing MFC controls Pin
Maximilien30-Aug-11 9:48
Maximilien30-Aug-11 9:48 
GeneralRe: Disappearing MFC controls Pin
j_schultz30-Aug-11 9:56
j_schultz30-Aug-11 9:56 
AnswerRe: Disappearing MFC controls Pin
QuiJohn30-Aug-11 10:42
QuiJohn30-Aug-11 10:42 
j_schultz wrote:
To make tooltips on controls work, group boxes must have a higher tab value than their content. So all group boxes have a higher tab order in this case.

Are you sure that is that true? It's been a long time since I've dealt with tooltips (in MFC), but I don't remember that restriction. I think the only side effect of having the group boxes be lower in the tab order than their content would be that they could right click on the group box to get "What's This" on whatever the next control in the tab order is. It would be interesting to see if that fixes the disappearing problem, even if it's not satisfactory.

Have you tried programatically bringing the disappearing controls to the front by using SetWindowPos(HWND_TOP, etc.)?
GeneralRe: Disappearing MFC controls Pin
j_schultz30-Aug-11 10:49
j_schultz30-Aug-11 10:49 
GeneralRe: Disappearing MFC controls Pin
QuiJohn31-Aug-11 6:02
QuiJohn31-Aug-11 6:02 
GeneralRe: Disappearing MFC controls Pin
j_schultz31-Aug-11 6:10
j_schultz31-Aug-11 6:10 
GeneralRe: Disappearing MFC controls Pin
j_schultz31-Aug-11 7:42
j_schultz31-Aug-11 7:42 
GeneralRe: Disappearing MFC controls Pin
David Crow30-Aug-11 10:54
David Crow30-Aug-11 10:54 
GeneralRe: Disappearing MFC controls Pin
QuiJohn31-Aug-11 6:01
QuiJohn31-Aug-11 6:01 
GeneralRe: Disappearing MFC controls Pin
David Crow31-Aug-11 6:13
David Crow31-Aug-11 6:13 
AnswerRe: Disappearing MFC controls Pin
Rolf Kristensen30-Aug-11 9:53
Rolf Kristensen30-Aug-11 9:53 
GeneralRe: Disappearing MFC controls Pin
j_schultz30-Aug-11 9:55
j_schultz30-Aug-11 9:55 
SuggestionRe: Disappearing MFC controls Pin
David Crow30-Aug-11 10:44
David Crow30-Aug-11 10:44 
GeneralRe: Disappearing MFC controls Pin
j_schultz30-Aug-11 10:50
j_schultz30-Aug-11 10:50 
GeneralRe: Disappearing MFC controls Pin
David Crow30-Aug-11 10:53
David Crow30-Aug-11 10:53 
AnswerRe: Disappearing MFC controls Pin
xrg_soft@163.com30-Aug-11 16:30
xrg_soft@163.com30-Aug-11 16:30 
AnswerRe: Disappearing MFC controls Pin
Roger Allen2-Sep-11 6:58
Roger Allen2-Sep-11 6:58 
GeneralRe: Disappearing MFC controls Pin
j_schultz12-Sep-11 9:43
j_schultz12-Sep-11 9:43 
QuestionWhich VS2008 files are important? Pin
softwaremonkey30-Aug-11 4:03
softwaremonkey30-Aug-11 4:03 
AnswerRe: Which VS2008 files are important? Pin
«_Superman_»30-Aug-11 4:33
professional«_Superman_»30-Aug-11 4:33 

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.