Click here to Skip to main content
15,914,165 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: PropertyPages and TabPages Pin
monrobot1319-Sep-02 8:49
monrobot1319-Sep-02 8:49 
Generalcurrency conversion Pin
bobjones219-Sep-02 2:39
bobjones219-Sep-02 2:39 
GeneralRe: currency conversion Pin
Le centriste19-Sep-02 4:04
Le centriste19-Sep-02 4:04 
GeneralInclude a .lib file Pin
Anonymous19-Sep-02 2:33
Anonymous19-Sep-02 2:33 
GeneralRe: Include a .lib file Pin
BlackSmith19-Sep-02 2:41
BlackSmith19-Sep-02 2:41 
GeneralRe: Include a .lib file Pin
User 665819-Sep-02 5:25
User 665819-Sep-02 5:25 
GeneralWant DLL Dialog to behave like Dialog base app Pin
Tony Teveris19-Sep-02 2:14
Tony Teveris19-Sep-02 2:14 
Questionhow to get an edit box to respond to enter Pin
ns19-Sep-02 1:14
ns19-Sep-02 1:14 
If I have a CEDit and a "DONE" button, after I finish entering text and press DONe, I can do something with the GetWindowText
from the edit.

What I want is for the user to hit Enter after he is all done entering text in the CEdit and then for the code thats in the OnDone function to run. (So I do not even have a DONE button). Somehow I want a function to run when I hit enter on this CEdit (and not anywhere else on the UI). Its done commonly in all Windoiws apps but all I have found is EN_CHANGE for CEit and taht just traps character by character, not on the final Enter.
Thanks,
ns
AnswerRe: how to get an edit box to respond to enter Pin
Arjan Schouten19-Sep-02 1:40
Arjan Schouten19-Sep-02 1:40 
AnswerRe: how to get an edit box to respond to enter Pin
dabs19-Sep-02 1:55
dabs19-Sep-02 1:55 
GeneralRe: I really need to know this.... Pin
ns19-Sep-02 2:04
ns19-Sep-02 2:04 
GeneralRe: I really need to know this.... Pin
dabs19-Sep-02 2:13
dabs19-Sep-02 2:13 
GeneralRe: I really need to know this.... Pin
ns19-Sep-02 2:27
ns19-Sep-02 2:27 
GeneralRe: I really need to know this.... Pin
Arjan Schouten19-Sep-02 3:23
Arjan Schouten19-Sep-02 3:23 
Generalavoid to close the property sheet when the user press return, handling return key in a ListCtrl... Pin
Joan M19-Sep-02 1:01
professionalJoan M19-Sep-02 1:01 
GeneralRe: avoid to close the property sheet when the user press return, handling return key in a ListCtrl... Pin
Arjan Schouten19-Sep-02 1:12
Arjan Schouten19-Sep-02 1:12 
GeneralRe: avoid to close the property sheet when the user press return, handling return key in a ListCtrl... Pin
Steve S19-Sep-02 1:48
Steve S19-Sep-02 1:48 
GeneralRe: avoid to close the property sheet when the user press return, handling return key in a ListCtrl... Pin
Joan M19-Sep-02 3:55
professionalJoan M19-Sep-02 3:55 
GeneralRe: avoid to close the property sheet when the user press return, handling return key in a ListCtrl... Pin
Steve S19-Sep-02 4:40
Steve S19-Sep-02 4:40 
GeneralRe: avoid to close the property sheet when the user press return, handling return key in a ListCtrl... Pin
Joan M19-Sep-02 5:10
professionalJoan M19-Sep-02 5:10 
Questionconvert CString to a _bstr_t - how to? Pin
ns19-Sep-02 1:00
ns19-Sep-02 1:00 
AnswerRe: convert CString to a _bstr_t - how to? Pin
dabs19-Sep-02 1:25
dabs19-Sep-02 1:25 
GeneralRe: convert CString to a _bstr_t - how to? Pin
ns19-Sep-02 1:31
ns19-Sep-02 1:31 
GeneralRe: convert CString to a _bstr_t - how to? Pin
ns19-Sep-02 1:32
ns19-Sep-02 1:32 
GeneralRe: convert CString to a _bstr_t - how to? Pin
dabs19-Sep-02 1:39
dabs19-Sep-02 1:39 

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.