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. Advance

Advance

Scheduled Pinned Locked Moved C / C++ / MFC
questionhelp
3 Posts 3 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.
  • L Offline
    L Offline
    Lost User
    wrote on last edited by
    #1

    How can make my window as "Always on top"? I mean My Window is always on top of other applications, If other application is activated. This type of thing happens in the Help also. I hope you can understand. What my Question (I HOPE) I know my english is bad. Thanks in Advance -:)

    C M 2 Replies Last reply
    0
    • L Lost User

      How can make my window as "Always on top"? I mean My Window is always on top of other applications, If other application is activated. This type of thing happens in the Help also. I hope you can understand. What my Question (I HOPE) I know my english is bad. Thanks in Advance -:)

      C Offline
      C Offline
      Chaos Lawful
      wrote on last edited by
      #2

      You can create a windows use CreateWindowEx() function and use WS_EX_TOPMOST style. For example: HWND hWnd; hWnd=CreateWindowEx( WS_EX_TOPMOST, ...,// class name ...,// window name WS_OVERLAPPEDWINDOW, ...);:) Law is meaningless without chaos. Chaos without Law is equal to destruction. Chaos and Law create our rich and colorful world.

      1 Reply Last reply
      0
      • L Lost User

        How can make my window as "Always on top"? I mean My Window is always on top of other applications, If other application is activated. This type of thing happens in the Help also. I hope you can understand. What my Question (I HOPE) I know my english is bad. Thanks in Advance -:)

        M Offline
        M Offline
        Michael Dunn
        wrote on last edited by
        #3

        See the VC forum FAQ. --Mike-- http://home.inreach.com/mdunn/ "Listen you footwarriors, can you hold down a bit with the firing? I've just got three impromptu weddings breaking out behind me!" -- Arthur Dent :love: your :bob: with :vegemite: and :beer:

        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