Как раз так и не должно быть
Билл думает - что должно
Вроде и действительно смешно было бы, если бы по Enter срабатывали несколько батонов
[size=-2]------ Добавлено в 20:37
Причем тут Дельфи....
Это стиль окна
[size=-2]------ Добавлено в 21:09
Про код:
SetWindowLong(handle,GWL_STYLE,GetWindowLong(handle,GWL_STYLE) or BS_DEFPUSHBUTTON);
не более того, видимо (если, конечно, знаешь где handle взять )
Ну и заодно цитатата из Билла, пусть сам за себя отвечает:
BS_DEFPUSHBUTTON - Creates a push button that behaves like a BS_PUSHBUTTON style button, but also has a heavy black border. If the button is in a dialog box, the user can select the button by pressing the ENTER key, even when the button does not have the input focus. This style is useful for enabling the user to quickly select the most likely (default) option.