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. how are the editor programs created?

how are the editor programs created?

Scheduled Pinned Locked Moved C / C++ / MFC
question
8 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
    lordgreg
    wrote on last edited by
    #1

    i wonder, at the moment, alot of text editors are created the same way. toolbars and menus on the top, on the left, treeview, on the right, tags and textarea for multidocuments (resizable) and status bar on the bottom. how are those editors created? as a dialog based or doc/view multi documents? thanks for all answers

    J J 2 Replies Last reply
    0
    • L lordgreg

      i wonder, at the moment, alot of text editors are created the same way. toolbars and menus on the top, on the left, treeview, on the right, tags and textarea for multidocuments (resizable) and status bar on the bottom. how are those editors created? as a dialog based or doc/view multi documents? thanks for all answers

      J Offline
      J Offline
      jhaga
      wrote on last edited by
      #2

      .eh.. doc/view multi documents sounds good to me. jhaga --------------------------------- Every generation laughs at the old fashions, but follows religiously the new. Henry David Thoreau, "Walden", 1854

      1 Reply Last reply
      0
      • L lordgreg

        i wonder, at the moment, alot of text editors are created the same way. toolbars and menus on the top, on the left, treeview, on the right, tags and textarea for multidocuments (resizable) and status bar on the bottom. how are those editors created? as a dialog based or doc/view multi documents? thanks for all answers

        J Offline
        J Offline
        John M Drescher
        wrote on last edited by
        #3

        Take a look at the multipad demo in MSDN http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcsample/html/_sample_mfc_multipad.asp[^] John

        L 1 Reply Last reply
        0
        • J John M Drescher

          Take a look at the multipad demo in MSDN http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcsample/html/_sample_mfc_multipad.asp[^] John

          L Offline
          L Offline
          lordgreg
          wrote on last edited by
          #4

          thank you for your answer but i don't get it to work: To build and run the MULTIPAD sample 1. Open the solution multipad.sln. 2. On the Build menu, click Build. 3. On the Debug menu, click Start Without Debugging. 1. i opened multipad.sln in the vc++, 2. i cannot use the build button. it's disabled!

          J 1 Reply Last reply
          0
          • L lordgreg

            thank you for your answer but i don't get it to work: To build and run the MULTIPAD sample 1. Open the solution multipad.sln. 2. On the Build menu, click Build. 3. On the Debug menu, click Start Without Debugging. 1. i opened multipad.sln in the vc++, 2. i cannot use the build button. it's disabled!

            J Offline
            J Offline
            John M Drescher
            wrote on last edited by
            #5

            Sorry, I am not sure what is wrong with your compiler. What version of VC++ are you using?? John

            L 1 Reply Last reply
            0
            • J John M Drescher

              Sorry, I am not sure what is wrong with your compiler. What version of VC++ are you using?? John

              L Offline
              L Offline
              lordgreg
              wrote on last edited by
              #6

              i'm using visual c++ 6.0

              J 1 Reply Last reply
              0
              • L lordgreg

                i'm using visual c++ 6.0

                J Offline
                J Offline
                John M Drescher
                wrote on last edited by
                #7

                That is why... You must load the dsw file if it has one. You should have the same example on your help with a proper .dsw file. I know I do... John

                L 1 Reply Last reply
                0
                • J John M Drescher

                  That is why... You must load the dsw file if it has one. You should have the same example on your help with a proper .dsw file. I know I do... John

                  L Offline
                  L Offline
                  lordgreg
                  wrote on last edited by
                  #8

                  you mean, the msdn cd? if so.. then, i'm on it and thanks ;)

                  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