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#
  4. Edit Control Messages

Edit Control Messages

Scheduled Pinned Locked Moved C#
question
9 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.
  • B Offline
    B Offline
    Beringer
    wrote on last edited by
    #1

    Can someone direct me to the location where I can find the ID's for the various edit control messages like: EM_EMPTYUNDOBUFFER and EM_CANUNDO? Thank you in advance, Eric

    C D 2 Replies Last reply
    0
    • B Beringer

      Can someone direct me to the location where I can find the ID's for the various edit control messages like: EM_EMPTYUNDOBUFFER and EM_CANUNDO? Thank you in advance, Eric

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      I open a C++ project, type in the messages/contants/etc I want, hover the mouse over them, and the IDE shows me their numeric value. If that doesn't work, I use cout to print them as ints and get them that way. Christian I have several lifelong friends that are New Yorkers but I have always gravitated toward the weirdo's. - Richard Stringer

      B 1 Reply Last reply
      0
      • C Christian Graus

        I open a C++ project, type in the messages/contants/etc I want, hover the mouse over them, and the IDE shows me their numeric value. If that doesn't work, I use cout to print them as ints and get them that way. Christian I have several lifelong friends that are New Yorkers but I have always gravitated toward the weirdo's. - Richard Stringer

        B Offline
        B Offline
        Beringer
        wrote on last edited by
        #3

        I only have C# available and can't open a C++ project. Thanks

        C 1 Reply Last reply
        0
        • B Beringer

          I only have C# available and can't open a C++ project. Thanks

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #4

          I didn't think that was possible. In that case, I guess MSDN is your best bet. If you don't have C++, you definately don't have the header files that define that stuff. Christian I have several lifelong friends that are New Yorkers but I have always gravitated toward the weirdo's. - Richard Stringer

          A 1 Reply Last reply
          0
          • C Christian Graus

            I didn't think that was possible. In that case, I guess MSDN is your best bet. If you don't have C++, you definately don't have the header files that define that stuff. Christian I have several lifelong friends that are New Yorkers but I have always gravitated toward the weirdo's. - Richard Stringer

            A Offline
            A Offline
            Anonymous
            wrote on last edited by
            #5

            I have never created a C++ file. My visual developement environement is the "standard" edition which only includes a single language, in my case C#. This "standard" edition is a "trial" version that comes with a set of books in local bookstores (just incase you are wondering). I have searched MSDN and have only found descriptions and examples but no actual number ID's for the messages. Thanks. Eric

            S 1 Reply Last reply
            0
            • A Anonymous

              I have never created a C++ file. My visual developement environement is the "standard" edition which only includes a single language, in my case C#. This "standard" edition is a "trial" version that comes with a set of books in local bookstores (just incase you are wondering). I have searched MSDN and have only found descriptions and examples but no actual number ID's for the messages. Thanks. Eric

              S Offline
              S Offline
              Stefan Troschuetz
              wrote on last edited by
              #6

              Two more suggestions: 1. Take a look at the Visual Studio 2005 Express Edition betas which are available for free public download. Downloading the Version for C++ should enable you to use the procedure Christian suggested. 2. If you've found the descriptions on MSDN, you should know in which header-files the messages are declared. To get the header-files, download the Framework SDK and install it (they should be included).


              www.troschuetz.de

              D 1 Reply Last reply
              0
              • B Beringer

                Can someone direct me to the location where I can find the ID's for the various edit control messages like: EM_EMPTYUNDOBUFFER and EM_CANUNDO? Thank you in advance, Eric

                D Offline
                D Offline
                Dennis C Dietrich
                wrote on last edited by
                #7

                Beringer wrote: Can someone direct me to the location where I can find the ID's for the various edit control messages like: EM_EMPTYUNDOBUFFER and EM_CANUNDO? You don't need to get Visual C++ just in order to find out those defines. As Stefan already mentioned the correct header files are documented in the MSDN library. The header files themselves are part of the Microsoft Platform SDK[^]. Best regards Dennis

                1 Reply Last reply
                0
                • S Stefan Troschuetz

                  Two more suggestions: 1. Take a look at the Visual Studio 2005 Express Edition betas which are available for free public download. Downloading the Version for C++ should enable you to use the procedure Christian suggested. 2. If you've found the descriptions on MSDN, you should know in which header-files the messages are declared. To get the header-files, download the Framework SDK and install it (they should be included).


                  www.troschuetz.de

                  D Offline
                  D Offline
                  Dennis C Dietrich
                  wrote on last edited by
                  #8

                  Stefan Troschütz wrote: To get the header-files, download the Framework SDK and install it (they should be included). I think he already got that one and that you actually meant the Platform SDK. ;) Best regards Dennis

                  S 1 Reply Last reply
                  0
                  • D Dennis C Dietrich

                    Stefan Troschütz wrote: To get the header-files, download the Framework SDK and install it (they should be included). I think he already got that one and that you actually meant the Platform SDK. ;) Best regards Dennis

                    S Offline
                    S Offline
                    Stefan Troschuetz
                    wrote on last edited by
                    #9

                    No, I meant the Framework SDK and thought it would be sufficient as MSDN states that it "includes everything developers need to write, build, test, and deploy .NET Framework applications." I know better now :) THX


                    www.troschuetz.de

                    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