Click here to Skip to main content
15,903,012 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Bidirectional CMap Pin
Kevin McFarlane19-Feb-05 23:08
Kevin McFarlane19-Feb-05 23:08 
GeneralAn annoyingn problem with winuser.h Pin
Mohammad A Gdeisat18-Feb-05 23:25
Mohammad A Gdeisat18-Feb-05 23:25 
GeneralRe: An annoyingn problem with winuser.h Pin
Michael Dunn19-Feb-05 0:39
sitebuilderMichael Dunn19-Feb-05 0:39 
GeneralRe: An annoyingn problem with winuser.h Pin
Mohammad A Gdeisat21-Feb-05 0:26
Mohammad A Gdeisat21-Feb-05 0:26 
GeneralRe: An annoyingn problem with winuser.h Pin
eli1502197919-Feb-05 21:04
eli1502197919-Feb-05 21:04 
Questionwho uses inno setup? Pin
includeh1018-Feb-05 23:05
includeh1018-Feb-05 23:05 
GeneralUse text that a user input in an Edit Box in MFC Pin
reenacutie18-Feb-05 18:57
reenacutie18-Feb-05 18:57 
GeneralRe: Use text that a user input in an Edit Box in MFC Pin
ThatsAlok18-Feb-05 19:13
ThatsAlok18-Feb-05 19:13 
Hello There!
Let Consider the m_strEditBox of type CString which is the variable associated with the EditBox from which you want to get text input by User.

now! For Getting Text in to your Variable i.e. m_strEditBox

Call UpdateData(...); with TRUE as Argument

this->UpdateData(TRUE);
this will fill your m_strEditBox with the data entered by user

.................
Now do anything with the m_streditBox variable i.e. broke in token etc etc.
..................

now if you want to update the data back to Edit Box
just again Call UpdateData(...); with FALSE as argument
i.e. UpdateData(FALSE);









"I Think this Will Help"
[Vote One Here,.....]
<h5
 alok gupta="" <br=""> visit me at http://www.thisisalok.tk

GeneralRe: Use text that a user input in an Edit Box in MFC Pin
reenacutie18-Feb-05 19:42
reenacutie18-Feb-05 19:42 
GeneralRe: Use text that a user input in an Edit Box in MFC Pin
ThatsAlok18-Feb-05 20:31
ThatsAlok18-Feb-05 20:31 
GeneralRe: Use text that a user input in an Edit Box in MFC Pin
Blake Miller22-Feb-05 6:56
Blake Miller22-Feb-05 6:56 
GeneralRe: Use text that a user input in an Edit Box in MFC Pin
22491718-Feb-05 19:23
22491718-Feb-05 19:23 
GeneralRe: Use text that a user input in an Edit Box in MFC Pin
reenacutie18-Feb-05 19:39
reenacutie18-Feb-05 19:39 
GeneralRe: Use text that a user input in an Edit Box in MFC Pin
22491718-Feb-05 20:14
22491718-Feb-05 20:14 
GeneralRe: Use text that a user input in an Edit Box in MFC Pin
Maximilien18-Feb-05 20:48
Maximilien18-Feb-05 20:48 
GeneralRe: Use text that a user input in an Edit Box in MFC Pin
jhwurmbach19-Feb-05 3:16
jhwurmbach19-Feb-05 3:16 
QuestionWhy doesn't this work? Pin
Zero_divide_118-Feb-05 18:36
Zero_divide_118-Feb-05 18:36 
AnswerRe: Why doesn't this work? Pin
22491718-Feb-05 20:10
22491718-Feb-05 20:10 
GeneralRe: Why doesn't this work? Pin
Zero_divide_119-Feb-05 9:48
Zero_divide_119-Feb-05 9:48 
Generalsystem() fails in service mode Pin
ace_maggot18-Feb-05 18:34
ace_maggot18-Feb-05 18:34 
GeneralRe: system() fails in service mode Pin
22491718-Feb-05 19:15
22491718-Feb-05 19:15 
Generalwininit.ini Pin
includeh1018-Feb-05 18:17
includeh1018-Feb-05 18:17 
GeneralRe: wininit.ini Pin
Michael Dunn18-Feb-05 19:17
sitebuilderMichael Dunn18-Feb-05 19:17 
GeneralRe: wininit.ini Pin
includeh1018-Feb-05 22:59
includeh1018-Feb-05 22:59 
Generaldelete a file Pin
includeh1018-Feb-05 17:47
includeh1018-Feb-05 17:47 

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.