Have "Enter" key function as carriage return in memobox

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying toget the enter key to function as a carriage return in a memo
box on a form. I can get it to carriage return but then it returns to its
normal function, is there an easy way to stop the enter key from resuming
its function after the carriage return is complete.
 
default105 said:
I am trying toget the enter key to function as a carriage return in a
memo box on a form. I can get it to carriage return but then it
returns to its normal function, is there an easy way to stop the
enter key from resuming its function after the carriage return is
complete.

The TextBox has an "EnterKeyBehavior" property that controls this.
 
Boy, do I feel stupid, as soon as I read your post I remembered seeing that
in the properties field.

Thanks Rick. I do appreciate it
 
Back
Top