Default ID for the "Enter" button
-
Hi How can you change the default IDOK for the "Enter" button on your keyboard. My problem is that the program exits when i hit "Enter"...I am not looking for a "Accelerator solution" because then you cannot use "Enter" for the buttons in my app if a button is selected. By the way its for a dialog based app. Tnx in advance Frank
-
Hi How can you change the default IDOK for the "Enter" button on your keyboard. My problem is that the program exits when i hit "Enter"...I am not looking for a "Accelerator solution" because then you cannot use "Enter" for the buttons in my app if a button is selected. By the way its for a dialog based app. Tnx in advance Frank
Franke wrote: I am not looking for a "Accelerator solution" Override CDialog::OnOK and don't call the base class Nish
Author of the romantic comedy Summer Love and Some more Cricket [New Win]
-
Franke wrote: I am not looking for a "Accelerator solution" Override CDialog::OnOK and don't call the base class Nish
Author of the romantic comedy Summer Love and Some more Cricket [New Win]
Hehe well I dont feel stupid:) I worked - tnx Nish!