Link to home
Start Free TrialLog in
Avatar of GMorgan
GMorgan

asked on

Line feed a text box using virtual keyboard

I'm building a touch screen system that doesn't use a standard keyboard but instead uses a virtual keyboard on the screen.  I'm having no luck getting the enter key to drop down to the next line in my standard text box.  

I've tried using chr(10) but all that does is display the | character.

Any help would be great...

P.S.  Using a regular keyboard is not an option :)
ASKER CERTIFIED SOLUTION
Avatar of JonFish85
JonFish85

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of wasb
wasb

vbcrlf is the way to go. Good luck
Avatar of GMorgan

ASKER

Thanks again....
Glad to help! Thanks for the A grade and the points :-)