Click here to Skip to main content
15,900,511 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
ns wrote:
all I want to do is add the users input to the list of strings...

Ah.

Try using a CComboBoxEx instead of a regular CComboBox. Then, handle the CBEN_ENDEDIT message. If the iWhy member of the NMCBEENDEDIT struct is CBENF_RETURN, the user pressed Enter in the combobox's edit control. Get the text from the szText member and add it to the combobox.

/ravi

Let's put "civil" back in "civilization"
http://www.ravib.com
ravib@ravib.com
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 
GeneralRe: LNK4084 - Simply unbelievable ;) Pin
AlexO18-Mar-03 2:35
AlexO18-Mar-03 2:35 
GeneralRe: LNK4084 - Simply unbelievable ;) Pin
[CoY0te]18-Mar-03 3:09
[CoY0te]18-Mar-03 3:09 

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.