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. Notepad application

Notepad application

Scheduled Pinned Locked Moved C / C++ / MFC
helpquestion
19 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.
  • _ _AnsHUMAN_

    Ram Murali wrote:

    Sorry, I dont find any link or information in your previous post.

    Can't you see the code in my first post to this thread.:doh: See the post that I have modified.

    Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_

    R Offline
    R Offline
    Ram Murali
    wrote on last edited by
    #9

    May i know what is this lparam in the code? the compiler showing error on lparam as a undefined identifier. thanks.

    Regards, Ram

    _ 1 Reply Last reply
    0
    • R Ram Murali

      May i know what is this lparam in the code? the compiler showing error on lparam as a undefined identifier. thanks.

      Regards, Ram

      _ Offline
      _ Offline
      _AnsHUMAN_
      wrote on last edited by
      #10

      Ram Murali wrote:

      the compiler showing error on lparam as a undefined identifier.

      instead of (LOWORD)lParam ; //use cx instead of (HIWORD)lParam ; //use cy Sorry to say but even you should give it a try to sort these kind of errors. I already have modified my post to say this that what you need to place instead of the above two lines....

      Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_

      R 1 Reply Last reply
      0
      • _ _AnsHUMAN_

        Ram Murali wrote:

        the compiler showing error on lparam as a undefined identifier.

        instead of (LOWORD)lParam ; //use cx instead of (HIWORD)lParam ; //use cy Sorry to say but even you should give it a try to sort these kind of errors. I already have modified my post to say this that what you need to place instead of the above two lines....

        Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_

        R Offline
        R Offline
        Ram Murali
        wrote on last edited by
        #11

        sorry to disturb u again. after i change and execute it again i got this error. error C2661: 'MoveWindow' : no overloaded function takes 6 parameters may i noe wats this?

        Regards, Ram

        _ 1 Reply Last reply
        0
        • R Ram Murali

          sorry to disturb u again. after i change and execute it again i got this error. error C2661: 'MoveWindow' : no overloaded function takes 6 parameters may i noe wats this?

          Regards, Ram

          _ Offline
          _ Offline
          _AnsHUMAN_
          wrote on last edited by
          #12

          Ram Murali wrote:

          'MoveWindow' : no overloaded function takes 6 parameters

          Use ::MoveWindow(/*parameter's go here*/);

          Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_

          R W 2 Replies Last reply
          0
          • _ _AnsHUMAN_

            Ram Murali wrote:

            'MoveWindow' : no overloaded function takes 6 parameters

            Use ::MoveWindow(/*parameter's go here*/);

            Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_

            R Offline
            R Offline
            Ram Murali
            wrote on last edited by
            #13

            Wowwwwwwwww thats gr8. its working perfectly now. thanx a lot for ur help.:-D

            Regards, Ram

            H 1 Reply Last reply
            0
            • _ _AnsHUMAN_

              Ram Murali wrote:

              'MoveWindow' : no overloaded function takes 6 parameters

              Use ::MoveWindow(/*parameter's go here*/);

              Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_

              W Offline
              W Offline
              Waldermort
              wrote on last edited by
              #14

              But that gives me an error 'Use' : is not a class or namespace name :laugh:

              _ H 2 Replies Last reply
              0
              • W Waldermort

                But that gives me an error 'Use' : is not a class or namespace name :laugh:

                _ Offline
                _ Offline
                _AnsHUMAN_
                wrote on last edited by
                #15

                waldermort wrote:

                But that gives me an error

                :->That's just great....

                Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_

                1 Reply Last reply
                0
                • R Ram Murali

                  Wowwwwwwwww thats gr8. its working perfectly now. thanx a lot for ur help.:-D

                  Regards, Ram

                  H Offline
                  H Offline
                  Hamid Taebi
                  wrote on last edited by
                  #16

                  I think that you can find a good example on MSDN examples(Im not sure but I think its in VC6.0)


                  WhiteSky


                  1 Reply Last reply
                  0
                  • W Waldermort

                    But that gives me an error 'Use' : is not a class or namespace name :laugh:

                    H Offline
                    H Offline
                    Hamid Taebi
                    wrote on last edited by
                    #17

                    you can use without use:)


                    WhiteSky


                    1 Reply Last reply
                    0
                    • R Ram Murali

                      Hi all, I would like to create single document interface something like notepad. Now my problem is i created the basic display. but in the display i couldnt see the cursor and if i enter anything in the keyboard, the display will not show that character. Can you please tell me some ideas or refer me some articles? Thanks in advance.

                      Regards, Ram

                      M Offline
                      M Offline
                      Maximilien
                      wrote on last edited by
                      #18

                      in the wizard, did you select the CEDitView as the view ? or did you simply kept the defaut CView ?


                      Maximilien Lincourt Your Head A Splode - Strong Bad

                      1 Reply Last reply
                      0
                      • R Ram Murali

                        Hi all, I would like to create single document interface something like notepad. Now my problem is i created the basic display. but in the display i couldnt see the cursor and if i enter anything in the keyboard, the display will not show that character. Can you please tell me some ideas or refer me some articles? Thanks in advance.

                        Regards, Ram

                        D Offline
                        D Offline
                        David Crow
                        wrote on last edited by
                        #19

                        What class did you derive your view from?


                        "Approved Workmen Are Not Ashamed" - 2 Timothy 2:15

                        "Judge not by the eye but by the heart." - Native American Proverb

                        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