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. Other Discussions
  3. IT & Infrastructure
  4. MSN Messenger GUI Technology

MSN Messenger GUI Technology

Scheduled Pinned Locked Moved IT & Infrastructure
question
6 Posts 5 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.
  • F Offline
    F Offline
    forjer
    wrote on last edited by
    #1

    Does anyone know what's the technology used by MSN Messenger to create the GUI? Do you know any other software that uses this technology? Thanks

    M M 2 Replies Last reply
    0
    • F forjer

      Does anyone know what's the technology used by MSN Messenger to create the GUI? Do you know any other software that uses this technology? Thanks

      M Offline
      M Offline
      Michael P Butler
      wrote on last edited by
      #2

      The GUI is still C++ I believe. According to Spy++, it uses a couple of custom Windows classes (MSBLWindowClass and DirectUIHWND, IMWindowClass). I believe the DirectUIHWND and MSBLWindowClass areused by other Microsoft apps but I guess the IMWindowClass is messenger specific as I've not seen it before. Michael CP Blog [^] Development Blog [^]

      L 1 Reply Last reply
      0
      • M Michael P Butler

        The GUI is still C++ I believe. According to Spy++, it uses a couple of custom Windows classes (MSBLWindowClass and DirectUIHWND, IMWindowClass). I believe the DirectUIHWND and MSBLWindowClass areused by other Microsoft apps but I guess the IMWindowClass is messenger specific as I've not seen it before. Michael CP Blog [^] Development Blog [^]

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        There's more to it. MSN Messenger uses some kind of XML layout to define its interface. Here's a snippet from the UIFILE resource in msnmsgr.exe, taken with Resource Hacker:

        viewer
        {
            layoutpos: nineclient;
        }
        simplescrollbar
        {
        colorize: -2;
        layoutpos: ninebottom;
        background: ifhc(buttonshadow, gradient(rgb(223,229,246), rgb(243,245,251), 0));
        borderthickness: rect(1,0,1,0);
        bordercolor: ifhc(captiontext, rgb(214,221,243));
        Accessible: true;
        AccName: rcstr(60061);
        AccRole: 3;
        }
        

        </pre>

        You can also edit this layout to <a href="http://www.matthijs.net/msn.php" rel="nofollow">remove ads</a>, or use <a href="http://www.mess.be/pafiledb/pafiledb.php?action=file&id=630" rel="nofollow">Mess Patch</a> for a complete makeover. </x-turndown>

        M S 2 Replies Last reply
        0
        • L Lost User

          There's more to it. MSN Messenger uses some kind of XML layout to define its interface. Here's a snippet from the UIFILE resource in msnmsgr.exe, taken with Resource Hacker:

          viewer
          {
              layoutpos: nineclient;
          }
          simplescrollbar
          {
          colorize: -2;
          layoutpos: ninebottom;
          background: ifhc(buttonshadow, gradient(rgb(223,229,246), rgb(243,245,251), 0));
          borderthickness: rect(1,0,1,0);
          bordercolor: ifhc(captiontext, rgb(214,221,243));
          Accessible: true;
          AccName: rcstr(60061);
          AccRole: 3;
          }
          

          </pre>

          You can also edit this layout to <a href="http://www.matthijs.net/msn.php" rel="nofollow">remove ads</a>, or use <a href="http://www.mess.be/pafiledb/pafiledb.php?action=file&id=630" rel="nofollow">Mess Patch</a> for a complete makeover. </x-turndown>

          M Offline
          M Offline
          Michael P Butler
          wrote on last edited by
          #4

          A prototype XAML possibly. Or more likely some DHTML offshoot. Interesting stuff though. Michael CP Blog [^] Development Blog [^]

          1 Reply Last reply
          0
          • F forjer

            Does anyone know what's the technology used by MSN Messenger to create the GUI? Do you know any other software that uses this technology? Thanks

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

            I think MS calls it DirectUI. Unfortunately it's undocumented at this time. --Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | 1ClickPicGrabber | NEW~! CP SearchBar v3.0 | C++ Forum FAQ Strange things are afoot at the U+004B U+20DD

            1 Reply Last reply
            0
            • L Lost User

              There's more to it. MSN Messenger uses some kind of XML layout to define its interface. Here's a snippet from the UIFILE resource in msnmsgr.exe, taken with Resource Hacker:

              viewer
              {
                  layoutpos: nineclient;
              }
              simplescrollbar
              {
              colorize: -2;
              layoutpos: ninebottom;
              background: ifhc(buttonshadow, gradient(rgb(223,229,246), rgb(243,245,251), 0));
              borderthickness: rect(1,0,1,0);
              bordercolor: ifhc(captiontext, rgb(214,221,243));
              Accessible: true;
              AccName: rcstr(60061);
              AccRole: 3;
              }
              

              </pre>

              You can also edit this layout to <a href="http://www.matthijs.net/msn.php" rel="nofollow">remove ads</a>, or use <a href="http://www.mess.be/pafiledb/pafiledb.php?action=file&id=630" rel="nofollow">Mess Patch</a> for a complete makeover. </x-turndown>

              S Offline
              S Offline
              S Senthil Kumar
              wrote on last edited by
              #6

              It looks like CSS (Cascading Style Sheet) to me. Regards Senthil _____________________________ My Blog | My Articles | WinMacro

              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