Click here to Skip to main content
15,898,035 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: for loop pause resume Pin
Nemanja Trifunovic18-Aug-09 11:06
Nemanja Trifunovic18-Aug-09 11:06 
GeneralRe: for loop pause resume Pin
RaymondM18-Aug-09 11:22
RaymondM18-Aug-09 11:22 
AnswerRe: for loop pause resume Pin
Joe Woodbury18-Aug-09 11:13
professionalJoe Woodbury18-Aug-09 11:13 
GeneralRe: for loop pause resume Pin
RaymondM18-Aug-09 11:24
RaymondM18-Aug-09 11:24 
GeneralRe: for loop pause resume Pin
Joe Woodbury18-Aug-09 11:26
professionalJoe Woodbury18-Aug-09 11:26 
GeneralRe: for loop pause resume Pin
RaymondM23-Aug-09 7:27
RaymondM23-Aug-09 7:27 
GeneralRe: for loop pause resume Pin
Joe Woodbury23-Aug-09 8:34
professionalJoe Woodbury23-Aug-09 8:34 
QuestionPreventing a child window to change its z-order? Pin
Don Rolando18-Aug-09 10:39
Don Rolando18-Aug-09 10:39 
Hallo,

is there any possibility to prevent an embedded child window to change its z-order?

My current problem is, I have an control embedded that brings itself into the front sporadically. Since it's embedded in one of my dialogs, the corresponding dialog is popping into the foreground, too. Frown | :(
Within the application this causes an affected dialog to pop in front of another dialog the user could be working in at the same moment.

For testing purposes I made a ::SetParent(controlHwnd, NULL). Once being a child of the desktop, it pops in front of any application now, not only on top of the application it was embedded in.

Anyhow, since I have no chance to modify the control itself (no sources!), I am searching for a way to prevent the control of changing its z-order. Is there any chance to "pin" it?
I have tried nearly all windows styles, but since the control seems to push itself into the front, I cannot do a lot against it this way. Perhaps subclassing the control's window and filtering some specific events? Any help appreciated!


Thanks a lot in advance,
Roland
AnswerRe: Preventing a child window to change its z-order? Pin
Baltoro18-Aug-09 14:37
Baltoro18-Aug-09 14:37 
Questionboost bind expression not doing what I expect Pin
Stone Free18-Aug-09 8:17
Stone Free18-Aug-09 8:17 
Question.Net and unmanaged C++ (executing thread & exception handling) Pin
Ahmed Charfeddine18-Aug-09 6:48
Ahmed Charfeddine18-Aug-09 6:48 
AnswerRe: .Net and unmanaged C++ (executing thread & exception handling) Pin
Joe Woodbury18-Aug-09 11:14
professionalJoe Woodbury18-Aug-09 11:14 
QuestionHow to enumerate remote socket ports Pin
MarkLTX18-Aug-09 6:26
MarkLTX18-Aug-09 6:26 
AnswerRe: How to enumerate remote socket ports Pin
Ahmed Charfeddine18-Aug-09 6:51
Ahmed Charfeddine18-Aug-09 6:51 
AnswerRe: How to enumerate remote socket ports Pin
Rajesh R Subramanian18-Aug-09 7:05
professionalRajesh R Subramanian18-Aug-09 7:05 
AnswerRe: How to enumerate remote socket ports Pin
MarkLTX18-Aug-09 8:16
MarkLTX18-Aug-09 8:16 
AnswerRe: How to enumerate remote socket ports Pin
Adam Maras18-Aug-09 17:43
Adam Maras18-Aug-09 17:43 
QuestionGDI+ ImageAttributes::SetColorMatrix and ColorMatrix scope Pin
bob1697218-Aug-09 5:30
bob1697218-Aug-09 5:30 
QuestionStoredProcedure SqlServer Pin
sarathbabununna18-Aug-09 3:50
sarathbabununna18-Aug-09 3:50 
QuestionLsaEnumerateLogonSessions error code Pin
Eikthrynir18-Aug-09 3:03
Eikthrynir18-Aug-09 3:03 
AnswerRe: LsaEnumerateLogonSessions error code Pin
KarstenK18-Aug-09 3:52
mveKarstenK18-Aug-09 3:52 
QuestionProgressBar on Modeless dialog box not working properly. Pin
Le@rner18-Aug-09 1:57
Le@rner18-Aug-09 1:57 
AnswerRe: ProgressBar on Modeless dialog box not working properly. Pin
«_Superman_»18-Aug-09 2:07
professional«_Superman_»18-Aug-09 2:07 
QuestionI want Source code this program Pin
Jaynarol18-Aug-09 1:46
Jaynarol18-Aug-09 1:46 
AnswerRe: I want Source code this programe Pin
CPallini18-Aug-09 1:50
mveCPallini18-Aug-09 1:50 

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.