mfc dialogs in fullscreen exclusive apps

S

sebastien maraux

Hello NG,

I would like to display dialogs such as CDialog and CMenu in
fullscreen exclusive mode.

I noticed that CMenu always display under openGL drivers (my app is a
3D Renderer window) but seldomly under DirectX 8.

Also, even by calling SetForegroundWindow or SetFocus, I don't manage
to display a CDialog in foreground of my FS app.

I also noticed that MS debug/warning (debug assert failed or debug
heap..., a CDialog window) messages can come in foreground of the app,
so this should be possible to display CDialog in foreground, but I
didn't manage to find how.

Thanks in advance

Regards
 
T

Thomas Matthews

sebastien said:
Hello NG,

I would like to display dialogs such as CDialog and CMenu in
fullscreen exclusive mode.

I noticed that CMenu always display under openGL drivers (my app is a
3D Renderer window) but seldomly under DirectX 8.

Also, even by calling SetForegroundWindow or SetFocus, I don't manage
to display a CDialog in foreground of my FS app.

I also noticed that MS debug/warning (debug assert failed or debug
heap..., a CDialog window) messages can come in foreground of the app,
so this should be possible to display CDialog in foreground, but I
didn't manage to find how.

Thanks in advance

Regards

Ask the folks in a Windows newsgroup since the _standard_
C++ language has no facilities for Windows, Dialogs or Menus.
Read the FAQ and Welcome.txt below.

--
Thomas Matthews

C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq: http://www.parashift.com/c++-faq-lite
C Faq: http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.raos.demon.uk/acllc-c++/faq.html
Other sites:
http://www.josuttis.com -- C++ STL Library book
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,756
Messages
2,569,540
Members
45,025
Latest member
KetoRushACVFitness

Latest Threads

Top