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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Live Messenger

Live Messenger

Scheduled Pinned Locked Moved C / C++ / MFC
question
6 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.
  • N Offline
    N Offline
    Nathan Going
    wrote on last edited by
    #1

    How does Windows Live Messenger hide its frame like that? You press Alt and it shows. Does it SetWindowRgn around itself? Thank you.

    P 1 Reply Last reply
    0
    • N Nathan Going

      How does Windows Live Messenger hide its frame like that? You press Alt and it shows. Does it SetWindowRgn around itself? Thank you.

      P Offline
      P Offline
      Perspx
      wrote on last edited by
      #2

      I assume that the border and caption around the window is simply removed using SetWindowLong() with GWL_STYLE :) Regards, --Perspx

      "The Blue Screen of Death, also known as The Blue Screen of Doom, the "Blue Screen of Fun", "Phatul Exception: The WRECKening" and "Windows Vista", is a multi award-winning game first developed in 1995 by Microsoft" - Uncyclopedia Introduction to Object-Oriented JavaScript

      L N 2 Replies Last reply
      0
      • P Perspx

        I assume that the border and caption around the window is simply removed using SetWindowLong() with GWL_STYLE :) Regards, --Perspx

        "The Blue Screen of Death, also known as The Blue Screen of Doom, the "Blue Screen of Fun", "Phatul Exception: The WRECKening" and "Windows Vista", is a multi award-winning game first developed in 1995 by Microsoft" - Uncyclopedia Introduction to Object-Oriented JavaScript

        L Offline
        L Offline
        led mike
        wrote on last edited by
        #3

        Yeah but hopefully they followed their own advice and used SetWindowLongPtr ;)

        led mike

        P 1 Reply Last reply
        0
        • P Perspx

          I assume that the border and caption around the window is simply removed using SetWindowLong() with GWL_STYLE :) Regards, --Perspx

          "The Blue Screen of Death, also known as The Blue Screen of Doom, the "Blue Screen of Fun", "Phatul Exception: The WRECKening" and "Windows Vista", is a multi award-winning game first developed in 1995 by Microsoft" - Uncyclopedia Introduction to Object-Oriented JavaScript

          N Offline
          N Offline
          Nathan Going
          wrote on last edited by
          #4

          I just tried that, which does work, I would just need to resize the window each time so the contents stay in same location. What I am seeing with the Windows Live Messenger is that the caption and thickframe is just hidden. View 1 shows that when the window is captured via ALT-Printscreen, that it is actually the full dimensions of the caption and frame. View 2 shows it with the frame in place. I was just curious how they accomplished this. Thanks.

          modified on Wednesday, August 20, 2008 7:20 AM

          1 Reply Last reply
          0
          • L led mike

            Yeah but hopefully they followed their own advice and used SetWindowLongPtr ;)

            led mike

            P Offline
            P Offline
            Perspx
            wrote on last edited by
            #5

            Is that like the programming version of being politically correct or something? :sigh: Regards, --Perspx

            "The Blue Screen of Death, also known as The Blue Screen of Doom, the "Blue Screen of Fun", "Phatul Exception: The WRECKening" and "Windows Vista", is a multi award-winning game first developed in 1995 by Microsoft" - Uncyclopedia Introduction to Object-Oriented JavaScript

            L 1 Reply Last reply
            0
            • P Perspx

              Is that like the programming version of being politically correct or something? :sigh: Regards, --Perspx

              "The Blue Screen of Death, also known as The Blue Screen of Doom, the "Blue Screen of Fun", "Phatul Exception: The WRECKening" and "Windows Vista", is a multi award-winning game first developed in 1995 by Microsoft" - Uncyclopedia Introduction to Object-Oriented JavaScript

              L Offline
              L Offline
              led mike
              wrote on last edited by
              #6

              Perspx wrote:

              Is that like the programming version of being politically correct or something?

              No, it's more like the programming version of RTFM. You walked right into that one. :laugh:

              led mike

              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