Consulting

Results 1 to 3 of 3

Thread: Solved: TextBox Hit Enter Next Line

  1. #1
    VBAX Regular
    Joined
    Jun 2008
    Posts
    10
    Location

    Smile Solved: TextBox Hit Enter Next Line

    Hi
    Can Please some one help on ...
    I have a TextBox after i enter some data into it and when i hit Enter key the cursor should place to the next line(similar behavior as in Windows Notepad) ....
    Thank you in advance ....
    Last edited by sj72053; 12-14-2008 at 09:02 PM. Reason: Added Attachment

  2. #2
    VBAX Mentor MaximS's Avatar
    Joined
    Sep 2008
    Location
    Stoke-On-Trent
    Posts
    360
    Location
    All you need to do is:
    1. Enable Design Mode
    2. Right Click on your TextBox
    3. Go to Properties
    4. Change Values of Multiline and EnterKeyBehaviour to True

  3. #3
    VBAX Regular
    Joined
    Jun 2008
    Posts
    10
    Location
    Thanks a lot ....

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •