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. CEdit

CEdit

Scheduled Pinned Locked Moved C / C++ / MFC
help
5 Posts 2 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
    si_69
    wrote on last edited by
    #1

    Hi I am using a CEdit control, however when the user exceeds 256 characters, the cursor jumps to the start of the control rather than continuing on Can anyone help at all thanks Simon

    _ 1 Reply Last reply
    0
    • S si_69

      Hi I am using a CEdit control, however when the user exceeds 256 characters, the cursor jumps to the start of the control rather than continuing on Can anyone help at all thanks Simon

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

      CEdit::SetLimitText : Call this member function to set the text limit for this CEdit object. A CEdit has a max size of 64K

      You need to google first, if you have "It's urgent please" mentioned in your question. ;-)_AnShUmAn_

      S 1 Reply Last reply
      0
      • _ _AnsHUMAN_

        CEdit::SetLimitText : Call this member function to set the text limit for this CEdit object. A CEdit has a max size of 64K

        You need to google first, if you have "It's urgent please" mentioned in your question. ;-)_AnShUmAn_

        S Offline
        S Offline
        si_69
        wrote on last edited by
        #3

        Hi I have tried using m_c_message.SetLimit(3000); but the same happens as soons as i exceed 256 charc the cursor jumps to the start Can anyone help thanks Simon

        _ 1 Reply Last reply
        0
        • S si_69

          Hi I have tried using m_c_message.SetLimit(3000); but the same happens as soons as i exceed 256 charc the cursor jumps to the start Can anyone help thanks Simon

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

          Is it a single line edit control? Check if you can set the multi line property of the edit control to true and the want return property as well to true.

          You need to google first, if you have "It's urgent please" mentioned in your question. ;-)_AnShUmAn_

          S 1 Reply Last reply
          0
          • _ _AnsHUMAN_

            Is it a single line edit control? Check if you can set the multi line property of the edit control to true and the want return property as well to true.

            You need to google first, if you have "It's urgent please" mentioned in your question. ;-)_AnShUmAn_

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

            _AnsHUMAN_ wrote:

            Is it a single line edit control?

            No it is a multiline and the want return property is set to true Any ideas ? Simon

            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