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. Any Window inside a specified region

Any Window inside a specified region

Scheduled Pinned Locked Moved C / C++ / MFC
c++jsonhelp
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.
  • I Offline
    I Offline
    Identity Undisclosed
    wrote on last edited by
    #1

    Hi, I have a window which I want to see as always visible and active to the users. I have placed the window on top portion of the screen. Now I want all other windows(could be any window) below that window. I guess there should be an API which sets a region(boundary) for windows to be placed in. Can some one help me. Thanks.

    "C makes it easy to shoot yourself in the foot. C++ makes it harder, but when you do, it blows away your whole leg." - Bjarne Stroustrup

    H 1 Reply Last reply
    0
    • I Identity Undisclosed

      Hi, I have a window which I want to see as always visible and active to the users. I have placed the window on top portion of the screen. Now I want all other windows(could be any window) below that window. I guess there should be an API which sets a region(boundary) for windows to be placed in. Can some one help me. Thanks.

      "C makes it easy to shoot yourself in the foot. C++ makes it harder, but when you do, it blows away your whole leg." - Bjarne Stroustrup

      H Offline
      H Offline
      Hadi Dayvary
      wrote on last edited by
      #2

      You can set your window to be a topmost window, so all other not topmost window will be under your window! Use SetWindowPos() API.

      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