Click here to Skip to main content
15,922,145 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow does my PC know what language ...? Pin
includeh1018-Mar-03 3:23
includeh1018-Mar-03 3:23 
AnswerRe: how does my PC know what language ...? Pin
AlexO18-Mar-03 3:44
AlexO18-Mar-03 3:44 
GeneralRe: how does my PC know what language ...? Pin
includeh1018-Mar-03 5:00
includeh1018-Mar-03 5:00 
GeneralRe: how does my PC know what language ...? Pin
AlexO18-Mar-03 6:09
AlexO18-Mar-03 6:09 
GeneralOnCommand() in a CDialog....... Pin
ns18-Mar-03 2:56
ns18-Mar-03 2:56 
GeneralRe: OnCommand() in a CDialog....... Pin
Ravi Bhavnani18-Mar-03 10:49
professionalRavi Bhavnani18-Mar-03 10:49 
GeneralRe: OnCommand() in a CDialog....... Pin
ns19-Mar-03 0:54
ns19-Mar-03 0:54 
GeneralRe: OnCommand() in a CDialog....... Pin
Ravi Bhavnani19-Mar-03 2:04
professionalRavi Bhavnani19-Mar-03 2:04 
ns wrote:
Want to trap the "enter" key when the combobox on the CDialog is pressed.

Not sure what you mean by "trapping the Enter key when the combobox is pressed". Do you mean you want to do something special when the user clicks Enter if they've activated the combobox?

If so, just set a flag bComboBoxActivated in the combobox's CBN_CLOSEUP handler. Then, check the state of the flag in your dialog's OnOK().

/ravi

Let's put "civil" back in "civilization"
http://www.ravib.com
ravib@ravib.com
GeneralRe: OnCommand() in a CDialog....... Pin
ns19-Mar-03 2:09
ns19-Mar-03 2:09 
GeneralRe: OnCommand() in a CDialog....... Pin
Ravi Bhavnani19-Mar-03 2:22
professionalRavi Bhavnani19-Mar-03 2:22 
GeneralOmigosh! Pin
Ravi Bhavnani19-Mar-03 2:23
professionalRavi Bhavnani19-Mar-03 2:23 
GeneralRe: Omigosh! Pin
ns19-Mar-03 2:55
ns19-Mar-03 2:55 
GeneralRe: Omigosh! Pin
Ravi Bhavnani19-Mar-03 5:19
professionalRavi Bhavnani19-Mar-03 5:19 
GeneralRe: Omigosh! Pin
ns19-Mar-03 5:25
ns19-Mar-03 5:25 
GeneralRe: Omigosh! Pin
Ravi Bhavnani19-Mar-03 5:32
professionalRavi Bhavnani19-Mar-03 5:32 
GeneralLVS_SELECT Pin
ns19-Mar-03 5:33
ns19-Mar-03 5:33 
QuestionHow get the path of any APP.EXE ?? Pin
Cris18-Mar-03 2:23
Cris18-Mar-03 2:23 
AnswerRe: How get the path of any APP.EXE ?? Pin
AlexO18-Mar-03 2:31
AlexO18-Mar-03 2:31 
GeneralRe: How get the path of any APP.EXE ?? Pin
Cris19-Mar-03 9:02
Cris19-Mar-03 9:02 
QuestionHow to check if a user is in a specific group Pin
Bluescreen200318-Mar-03 2:18
Bluescreen200318-Mar-03 2:18 
AnswerRe: How to check if a user is in a specific group Pin
Brian Shifrin18-Mar-03 6:13
Brian Shifrin18-Mar-03 6:13 
GeneralRe: How to check if a user is in a specific group Pin
Bluescreen200323-Mar-03 23:13
Bluescreen200323-Mar-03 23:13 
GeneralLNK4084 - Simply unbelievable ;) Pin
[CoY0te]18-Mar-03 2:13
[CoY0te]18-Mar-03 2:13 
GeneralRe: LNK4084 - Simply unbelievable ;) Pin
Joaquín M López Muñoz18-Mar-03 2:21
Joaquín M López Muñoz18-Mar-03 2:21 
GeneralRe: LNK4084 - Simply unbelievable ;) Pin
[CoY0te]18-Mar-03 2:33
[CoY0te]18-Mar-03 2:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.