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. Visual Basic
  4. Textbox Multiple line Problem

Textbox Multiple line Problem

Scheduled Pinned Locked Moved Visual Basic
csharpcomhelpquestion
9 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.
  • V Offline
    V Offline
    Vimalsoft Pty Ltd
    wrote on last edited by
    #1

    Good Morning All I have a Textbox, where i want my use to enter his Address, So i have set the Multiple propety to True, so that when a user Presses Enter, it should take the Cursor to the Nex line. what is Wrong Thanks

    Vuyiswa Maseko, Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding VB.NET/SQL7/2000/2005 http://vuyiswamb.007ihost.com http://Ecadre.007ihost.com vuyiswam@tshwane.gov.za

    N 1 Reply Last reply
    0
    • V Vimalsoft Pty Ltd

      Good Morning All I have a Textbox, where i want my use to enter his Address, So i have set the Multiple propety to True, so that when a user Presses Enter, it should take the Cursor to the Nex line. what is Wrong Thanks

      Vuyiswa Maseko, Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding VB.NET/SQL7/2000/2005 http://vuyiswamb.007ihost.com http://Ecadre.007ihost.com vuyiswam@tshwane.gov.za

      N Offline
      N Offline
      Nilesh Hapse
      wrote on last edited by
      #2

      What's the exact problem?

      "Legacy code" often differs from its suggested alternative by actually working and scaling. —Bjarne Stroustrup

      V 1 Reply Last reply
      0
      • N Nilesh Hapse

        What's the exact problem?

        "Legacy code" often differs from its suggested alternative by actually working and scaling. —Bjarne Stroustrup

        V Offline
        V Offline
        Vimalsoft Pty Ltd
        wrote on last edited by
        #3

        When i Press Enter in a Textbox that has a Multipleline Property set to "true", The Cursor its not going to the Next line. Thanks

        Vuyiswa Maseko, Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding VB.NET/SQL7/2000/2005 http://vuyiswamb.007ihost.com http://Ecadre.007ihost.com vuyiswam@tshwane.gov.za

        N A 2 Replies Last reply
        0
        • V Vimalsoft Pty Ltd

          When i Press Enter in a Textbox that has a Multipleline Property set to "true", The Cursor its not going to the Next line. Thanks

          Vuyiswa Maseko, Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding VB.NET/SQL7/2000/2005 http://vuyiswamb.007ihost.com http://Ecadre.007ihost.com vuyiswam@tshwane.gov.za

          N Offline
          N Offline
          Nilesh Hapse
          wrote on last edited by
          #4

          It should go! Did you change any property of that textbox?

          "Legacy code" often differs from its suggested alternative by actually working and scaling. —Bjarne Stroustrup

          V 2 Replies Last reply
          0
          • N Nilesh Hapse

            It should go! Did you change any property of that textbox?

            "Legacy code" often differs from its suggested alternative by actually working and scaling. —Bjarne Stroustrup

            V Offline
            V Offline
            Vimalsoft Pty Ltd
            wrote on last edited by
            #5

            NO i did not Change any Property except "Multiline" and set it to true. Thanks

            Vuyiswa Maseko, Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding VB.NET/SQL7/2000/2005 http://vuyiswamb.007ihost.com http://Ecadre.007ihost.com vuyiswam@tshwane.gov.za

            1 Reply Last reply
            0
            • N Nilesh Hapse

              It should go! Did you change any property of that textbox?

              "Legacy code" often differs from its suggested alternative by actually working and scaling. —Bjarne Stroustrup

              V Offline
              V Offline
              Vimalsoft Pty Ltd
              wrote on last edited by
              #6

              hi Man Thanks for your Reply, i got the Problem The Property "AcceptsReturn", by default is False, to use Enter key in a Multiline textbox, you have to set it to "true" Thanks

              Vuyiswa Maseko, Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding VB.NET/SQL7/2000/2005 http://vuyiswamb.007ihost.com http://Ecadre.007ihost.com vuyiswam@tshwane.gov.za

              N 1 Reply Last reply
              0
              • V Vimalsoft Pty Ltd

                hi Man Thanks for your Reply, i got the Problem The Property "AcceptsReturn", by default is False, to use Enter key in a Multiline textbox, you have to set it to "true" Thanks

                Vuyiswa Maseko, Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding VB.NET/SQL7/2000/2005 http://vuyiswamb.007ihost.com http://Ecadre.007ihost.com vuyiswam@tshwane.gov.za

                N Offline
                N Offline
                Nilesh Hapse
                wrote on last edited by
                #7

                Great.... :)

                "Legacy code" often differs from its suggested alternative by actually working and scaling. —Bjarne Stroustrup

                1 Reply Last reply
                0
                • V Vimalsoft Pty Ltd

                  When i Press Enter in a Textbox that has a Multipleline Property set to "true", The Cursor its not going to the Next line. Thanks

                  Vuyiswa Maseko, Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding VB.NET/SQL7/2000/2005 http://vuyiswamb.007ihost.com http://Ecadre.007ihost.com vuyiswam@tshwane.gov.za

                  A Offline
                  A Offline
                  Adam Loudermilk
                  wrote on last edited by
                  #8

                  How will the information be input. Will you be manipulating it as one large string or are you storing it as one large string.

                  V 1 Reply Last reply
                  0
                  • A Adam Loudermilk

                    How will the information be input. Will you be manipulating it as one large string or are you storing it as one large string.

                    V Offline
                    V Offline
                    Vimalsoft Pty Ltd
                    wrote on last edited by
                    #9

                    Hi man Thanks for the Reply, i got the Solution Check the above post. Thanks

                    Vuyiswa Maseko, Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding VB.NET/SQL7/2000/2005 http://vuyiswamb.007ihost.com http://Ecadre.007ihost.com vuyiswam@tshwane.gov.za

                    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