I have just discovered that a Button which has received focus reacts to a Carriage Return by executing the code which is placed under that Button's __UI_Click section. This is without any written code in the __UI_KeyPress section (and there looking for __UI_KeyHit = 13). This was a great surprise to me, as I was just about to create some code in the __UI_KeyPress section for this very purpose.
Is this supposed to happen?
Is this a well-known property for "Windows (& others) -like" Forms? If so, it must have occurred in Visual Basic 6 which I have completely forgotten.
Richard