how to make a fullscreen window?

  • Thread starter Thread starter Lloyd Dupont
  • Start date Start date
L

Lloyd Dupont

I mean like VS.NET fullscreen windows?

I was thinking: simply remove the border, set maximized and topmost.

however I will have problem with dialog then (which would be behind my
window, don't they?) (uh?!)

any other idea?
 
I was thinking: simply remove the border, set maximized and topmost.
however I will have problem with dialog then (which would be behind my
window, don't they?) (uh?!)

if you pass a reference to the fullscreen window as the "IWin32Window owner"
dialog's parameter then I believe that the dialog will popup on top of your
window.

Wiktor Zychla
 
in fact no need to make it top most!
being borderless enable it to be over the task bar when maximized!

(but you could still ALT+TAB or WINDOWS key to bring other app, nice)
 

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

Back
Top