|
I am sure every developer out there had to set focus to a control on his/her GUI at one point. However, when setting focus to a control, one has to keep in mind a few things:
1) The “default” button
This is always a pushbutton. It is important to note that this control does not necessarily hold the current focus. Regardless of the focus, this button will be the default button. In ...
|