Click here to Skip to main content
15,899,679 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: MFC message handlers Pin
David Crow1-Feb-06 7:48
David Crow1-Feb-06 7:48 
QuestionHow to add MENUITEM to IDR_POPUP_MENU Pin
inf0091-Feb-06 6:46
inf0091-Feb-06 6:46 
AnswerRe: How to add MENUITEM to IDR_POPUP_MENU Pin
PJ Arends1-Feb-06 8:35
professionalPJ Arends1-Feb-06 8:35 
GeneralRe: How to add MENUITEM to IDR_POPUP_MENU Pin
inf0091-Feb-06 21:45
inf0091-Feb-06 21:45 
GeneralRe: How to add MENUITEM to IDR_POPUP_MENU Pin
PJ Arends2-Feb-06 6:47
professionalPJ Arends2-Feb-06 6:47 
QuestionWindow over Media Player full screen Pin
leliup1-Feb-06 6:26
leliup1-Feb-06 6:26 
AnswerRe: Window over Media Player full screen Pin
Stephen Hewitt1-Feb-06 12:30
Stephen Hewitt1-Feb-06 12:30 
AnswerRe: Window over Media Player full screen Pin
Ryan Binns1-Feb-06 17:37
Ryan Binns1-Feb-06 17:37 
It's not DirectX exclusive mode, it's a matter of race conditions. Whoever moves to the top latest wins. So what's happening is that your window is being relegated down the order when Media Player opens the fullscreen window and makes it topmost. What you'll need to do is detect (somehow) when the fullscreen window is opened, and then use SetWindowPos() to set your z-order to topmost. That should do the trick.

Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

AnswerRe: Window over Media Player full screen Pin
Owner drawn1-Feb-06 17:49
Owner drawn1-Feb-06 17:49 
GeneralRe: Window over Media Player full screen Pin
leliup1-Feb-06 22:14
leliup1-Feb-06 22:14 
GeneralRe: Window over Media Player full screen Pin
Owner drawn2-Feb-06 17:30
Owner drawn2-Feb-06 17:30 
QuestionVS 2003 issue Pin
Prakash Nadar1-Feb-06 5:54
Prakash Nadar1-Feb-06 5:54 
AnswerRe: VS 2003 issue Pin
RChin1-Feb-06 6:18
RChin1-Feb-06 6:18 
GeneralRe: VS 2003 issue Pin
Prakash Nadar1-Feb-06 6:26
Prakash Nadar1-Feb-06 6:26 
GeneralRe: VS 2003 issue Pin
RChin1-Feb-06 6:32
RChin1-Feb-06 6:32 
GeneralVAssistX Pin
toxcct1-Feb-06 6:39
toxcct1-Feb-06 6:39 
GeneralRe: VAssistX Pin
RChin1-Feb-06 6:50
RChin1-Feb-06 6:50 
GeneralRe: VAssistX Pin
toxcct1-Feb-06 6:52
toxcct1-Feb-06 6:52 
GeneralRe: VAssistX Pin
RChin1-Feb-06 7:14
RChin1-Feb-06 7:14 
GeneralRe: VAssistX Pin
toxcct1-Feb-06 7:15
toxcct1-Feb-06 7:15 
GeneralRe: VS 2003 issue Pin
Prakash Nadar1-Feb-06 16:51
Prakash Nadar1-Feb-06 16:51 
JokeRe: VS 2003 issue Pin
toxcct1-Feb-06 21:56
toxcct1-Feb-06 21:56 
JokeRe: VS 2003 issue Pin
Owner drawn2-Feb-06 17:33
Owner drawn2-Feb-06 17:33 
QuestionWhat's the difference? Pin
tas28261-Feb-06 5:34
tas28261-Feb-06 5:34 
AnswerRe: What's the difference? Pin
Rama Krishna Vavilala1-Feb-06 5:58
Rama Krishna Vavilala1-Feb-06 5:58 

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.