S Steven Lewis Mar 2, 2005 #2 You can set the propery AcceptButton to the one that you want to have the focus, when the user presses ENTER, the click event will raise. Hope this helps Steven Lewis
You can set the propery AcceptButton to the one that you want to have the focus, when the user presses ENTER, the click event will raise. Hope this helps Steven Lewis
J John Mar 2, 2005 #4 thank guys! Steven Lewis said: You can set the propery AcceptButton to the one that you want to have the focus, when the user presses ENTER, the click event will raise. Hope this helps Steven Lewis Click to expand...
thank guys! Steven Lewis said: You can set the propery AcceptButton to the one that you want to have the focus, when the user presses ENTER, the click event will raise. Hope this helps Steven Lewis Click to expand...
J John Mar 2, 2005 #5 thanks Call the Control class's Focus method, as in button.Focus(); Click to expand...