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. message associted with number 131?

message associted with number 131?

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

    I want to know which message is associted with number 131?

    J S M 3 Replies Last reply
    0
    • S sam_psycho

      I want to know which message is associted with number 131?

      J Offline
      J Offline
      Jijo Raj
      wrote on last edited by
      #2

      Hello VCD, Could you please elaborate your question? which message do you mean? Error Message or Window Message? Regards, Jijo.

      _____________________________________________________ http://weseetips.com[^] Visual C++ tips and tricks. Updated daily.

      S 1 Reply Last reply
      0
      • S sam_psycho

        I want to know which message is associted with number 131?

        S Offline
        S Offline
        Sunil Lanke
        wrote on last edited by
        #3

        The value which you have given 131, if it is in Decimal format, the HEX equivalent of that is 0x0083, and its stands for WM_NCCALCSIZE message. You can check below link for more details: http://msdn.microsoft.com/en-us/library/ms632634(VS.85).aspx#\[[^](http://msdn.microsoft.com/en-us/library/ms632634\(VS.85\).aspx# "New Window")] Regards

        S S 2 Replies Last reply
        0
        • J Jijo Raj

          Hello VCD, Could you please elaborate your question? which message do you mean? Error Message or Window Message? Regards, Jijo.

          _____________________________________________________ http://weseetips.com[^] Visual C++ tips and tricks. Updated daily.

          S Offline
          S Offline
          sam_psycho
          wrote on last edited by
          #4

          I'm talking about the window message, I want a list of all message with respective numbers that msg Q uses? when I'm debugging I'm getting only numbers I want the message name too.

          N 1 Reply Last reply
          0
          • S Sunil Lanke

            The value which you have given 131, if it is in Decimal format, the HEX equivalent of that is 0x0083, and its stands for WM_NCCALCSIZE message. You can check below link for more details: http://msdn.microsoft.com/en-us/library/ms632634(VS.85).aspx#\[[^](http://msdn.microsoft.com/en-us/library/ms632634\(VS.85\).aspx# "New Window")] Regards

            S Offline
            S Offline
            sam_psycho
            wrote on last edited by
            #5

            would you plz tell me how did you know that this message is associated with 131 number?

            S E 2 Replies Last reply
            0
            • S Sunil Lanke

              The value which you have given 131, if it is in Decimal format, the HEX equivalent of that is 0x0083, and its stands for WM_NCCALCSIZE message. You can check below link for more details: http://msdn.microsoft.com/en-us/library/ms632634(VS.85).aspx#\[[^](http://msdn.microsoft.com/en-us/library/ms632634\(VS.85\).aspx# "New Window")] Regards

              S Offline
              S Offline
              Sunil Lanke
              wrote on last edited by
              #6

              You can get all Windows message values in WinUser.h file, in your include directory :)

              1 Reply Last reply
              0
              • S sam_psycho

                would you plz tell me how did you know that this message is associated with 131 number?

                S Offline
                S Offline
                Sunil Lanke
                wrote on last edited by
                #7

                First let me know, the value 131, which u have given in Decimal format or HEX format.

                1 Reply Last reply
                0
                • S sam_psycho

                  would you plz tell me how did you know that this message is associated with 131 number?

                  E Offline
                  E Offline
                  Eytukan
                  wrote on last edited by
                  #8

                  Linkety[^] But that's for Winuser.h .. You should know on what context you are searching that number and search in the corresponding .h file. If it's an error constant, there's one:Check here[^]

                  He never answers anyone who replies to him. I've taken to calling him a retard, which is not fair to retards everywhere.-Christian Graus

                  1 Reply Last reply
                  0
                  • S sam_psycho

                    I'm talking about the window message, I want a list of all message with respective numbers that msg Q uses? when I'm debugging I'm getting only numbers I want the message name too.

                    N Offline
                    N Offline
                    Nibu babu thomas
                    wrote on last edited by
                    #9

                    VCD_A wrote:

                    when I'm debugging I'm getting only numbers I want the message name too.

                    Typing @eax,wm into debugger watch window helps sometimes!

                    Nibu babu thomas Microsoft MVP for VC++ Code must be written to be read, not by the compiler, but by another human being. Programming Blog: http://nibuthomas.wordpress.com

                    1 Reply Last reply
                    0
                    • S sam_psycho

                      I want to know which message is associted with number 131?

                      M Offline
                      M Offline
                      Michael Schubert
                      wrote on last edited by
                      #10

                      VCD_A wrote:

                      I want to know which message is associted with number 131?

                      "Abort, retry, ignore?"

                      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