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

C / C++ / MFC

 
GeneralRe: CTreeCtrl and deleting items Pin
vprat3-Oct-03 0:14
vprat3-Oct-03 0:14 
GeneralRe: CTreeCtrl and deleting items Pin
Tibor Blazko3-Oct-03 1:06
Tibor Blazko3-Oct-03 1:06 
GeneralRe: CTreeCtrl and deleting items Pin
Anand Paranjpe3-Oct-03 0:29
Anand Paranjpe3-Oct-03 0:29 
GeneralRe: CTreeCtrl and deleting items Pin
vprat3-Oct-03 1:28
vprat3-Oct-03 1:28 
QuestionHow to stop other Process use ReadProcessMemory to Inject into my Process?don't use APIHOOK? Pin
runner1112-Oct-03 22:27
runner1112-Oct-03 22:27 
AnswerRe: How to stop other Process use ReadProcessMemory to Inject into my Process?don't use APIHOOK? Pin
Dominik Reichl2-Oct-03 22:47
Dominik Reichl2-Oct-03 22:47 
AnswerRe: How to stop other Process use ReadProcessMemory to Inject into my Process?don't use APIHOOK? Pin
David Crow3-Oct-03 3:37
David Crow3-Oct-03 3:37 
GeneralMFC popup menus and filedialog don't show in fullscreen Pin
Anonymous2-Oct-03 22:18
Anonymous2-Oct-03 22:18 
Hello all,

I am using context menu (with TrackPopupMenu()).
When I use it with an usual window, all is OK.
If I use it in a "real" fullscreen window, it appears only now and then.
I used SetForeGround(motherWindow) before,
and postmessage (WM_NULL, ...) after
and I still get a variable behavior.

here is the code:

SetForegroundWindow(myHwnd);
int result = TrackPopupMenuEx(myMenu,TPM_RETURNCMD|TPM_TOPALIGN|TPM_LEFTALIGN|TPM_RIGHTBUTTON , pt.x, pt.y, myHwnd, NULL);
PostMessage(myHwnd, WM_NULL, 0, 0);

I also use fileDialog the same way (with setforeground and postmessage), which does not appear when called . I managed to get focused on it, but it takes my window out of fullscreen mode.

fullscreen window is a DX or openGL render space.

Hope someone will be able to help me ?
Thanks in advance


QuestionWhat's the difference between bool and BOOL? Pin
Link26002-Oct-03 21:27
Link26002-Oct-03 21:27 
AnswerRe: What's the difference between bool and BOOL? Pin
Rickard Andersson202-Oct-03 21:44
Rickard Andersson202-Oct-03 21:44 
AnswerRe: What's the difference between bool and BOOL? Pin
Dominik Reichl2-Oct-03 22:17
Dominik Reichl2-Oct-03 22:17 
GeneralRe: What's the difference between bool and BOOL? Pin
Link26002-Oct-03 22:28
Link26002-Oct-03 22:28 
GeneralRe: What's the difference between bool and BOOL? Pin
Rickard Andersson202-Oct-03 22:40
Rickard Andersson202-Oct-03 22:40 
GeneralRe: What's the difference between bool and BOOL? Pin
Dominik Reichl2-Oct-03 22:41
Dominik Reichl2-Oct-03 22:41 
GeneralRe: What's the difference between bool and BOOL? Pin
vcplusplus2-Oct-03 22:50
vcplusplus2-Oct-03 22:50 
GeneralRe: What's the difference between bool and BOOL? Pin
Bo Hunter3-Oct-03 9:59
Bo Hunter3-Oct-03 9:59 
GeneralRe: What's the difference between bool and BOOL? Pin
Dominik Reichl3-Oct-03 10:11
Dominik Reichl3-Oct-03 10:11 
AnswerRe: What's the difference between bool and BOOL? Pin
3-Oct-03 2:03
suss3-Oct-03 2:03 
QuestionDoes VS.Net support pure C language? Pin
Link26002-Oct-03 21:10
Link26002-Oct-03 21:10 
AnswerRe: Does VS.Net support pure C language? Pin
Rickard Andersson202-Oct-03 21:17
Rickard Andersson202-Oct-03 21:17 
GeneralRe: Does VS.Net support pure C language? Pin
Link26002-Oct-03 21:30
Link26002-Oct-03 21:30 
GeneralRe: Does VS.Net support pure C language? Pin
Rickard Andersson202-Oct-03 21:39
Rickard Andersson202-Oct-03 21:39 
GeneralRe: Does VS.Net support pure C language? Pin
Link26002-Oct-03 22:27
Link26002-Oct-03 22:27 
GeneralRe: Does VS.Net support pure C language? Pin
Rickard Andersson202-Oct-03 22:34
Rickard Andersson202-Oct-03 22:34 
GeneralRe: Does VS.Net support pure C language? Pin
Mike Dimmick2-Oct-03 22:56
Mike Dimmick2-Oct-03 22:56 

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.