I've two questions here.

Firstly, I would like to know how can I change the sequence that TAB key sent focus in my dialogbox. I've a number of edit and combo boxes, each time the TAB key is pressed, the input focus is jump to another control. The pattern seems to follow the placement sequence when I was designing the dialogbox. Is there a way to overcome this besides re-designing everything ?

Secondly, can I 'map' the ENTER key to be like pressing the OK button instead of the CANCEL button ? If so, how do I do it ?

Thanks