Hi;
I have an editbox and a button on my form. When i finish editing and press enter, i want the button to be automatically clicked.
That is, how the button can be focused when the user is still editing?
(i dont want to use OnKeyPress of edit, there must be an easier way)
Thanx...
Comments
: I have an editbox and a button on my form. When i finish editing and press enter, i want the button to be automatically clicked.
: That is, how the button can be focused when the user is still editing?
: (i dont want to use OnKeyPress of edit, there must be an easier way)
: Thanx...
:
Set the Default property of the button. This will make the button respond to the enter key, instead of the edit.