F
frogman7
the form I have has 5 buttons and 3 textboxes and 1 list box
see crude pic below
---------------------------------------------------------------
| textbox_______________ btnBrowse |
| |
| textbox_______________ btnBrowse |
| |
| |
| AddTextBox___ btnAdd |
| ------------------------------- |
| | | |
| | | |
| | | |
| | | |
| | | |
| ------------------------------- |
| |
| |
| |
| btnSumit btnClose |
| |
---------------------------------------------------------------
I have a text box and an add button next to it.
the user can type text in the text box and click the add button
i want the user to be able to type the text and press enter and the
text is added to the list box.
How do i capture the return as the btnAdd button click?
see crude pic below
---------------------------------------------------------------
| textbox_______________ btnBrowse |
| |
| textbox_______________ btnBrowse |
| |
| |
| AddTextBox___ btnAdd |
| ------------------------------- |
| | | |
| | | |
| | | |
| | | |
| | | |
| ------------------------------- |
| |
| |
| |
| btnSumit btnClose |
| |
---------------------------------------------------------------
I have a text box and an add button next to it.
the user can type text in the text box and click the add button
i want the user to be able to type the text and press enter and the
text is added to the list box.
How do i capture the return as the btnAdd button click?