Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. MFC - Fullscreen dialog as the background

MFC - Fullscreen dialog as the background

Scheduled Pinned Locked Moved C / C++ / MFC
questionc++help
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Ashman
    wrote on last edited by
    #1

    Hi, I am writing a Point of Sale system. I have incorperated a dialog with a fullscreen dialog behind. The main window is just a normal dialog with topmost set. In the initdialog I have a ShellExecute function to launch another app called Fullscreen.exe. The reason I made a separate program was because I wanted this program to have a differant background colour to the main window. What I want to know it how I can have the main window which I call CNPOSDLG as the very topmost dialog and then have the fullscreen dialog the second topmost dialog so that when I click into the CNPOSDLG it wont bring up the start menu down the bottom on top of the fullscreen window. Also, how can I kill fullscreen.exe when I close my main program? That sounded very umm.....confusing but I know what I am trying to say lol! If anyone can help me, I'd really appreciate it! Thanks Ashman

    A 1 Reply Last reply
    0
    • A Ashman

      Hi, I am writing a Point of Sale system. I have incorperated a dialog with a fullscreen dialog behind. The main window is just a normal dialog with topmost set. In the initdialog I have a ShellExecute function to launch another app called Fullscreen.exe. The reason I made a separate program was because I wanted this program to have a differant background colour to the main window. What I want to know it how I can have the main window which I call CNPOSDLG as the very topmost dialog and then have the fullscreen dialog the second topmost dialog so that when I click into the CNPOSDLG it wont bring up the start menu down the bottom on top of the fullscreen window. Also, how can I kill fullscreen.exe when I close my main program? That sounded very umm.....confusing but I know what I am trying to say lol! If anyone can help me, I'd really appreciate it! Thanks Ashman

      A Offline
      A Offline
      alex barylski
      wrote on last edited by
      #2

      Ashman wrote: Also, how can I kill fullscreen.exe when I close my main program? FindWindow() and send it an WM_CLOSE message. Thats what i would try anyways. :) The word of the day is legs, let's go back to my house and spread the word ;P

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups