Click here to Skip to main content
15,910,787 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Bidirectional CMap Pin
Konrad Windszus19-Feb-05 2:43
Konrad Windszus19-Feb-05 2:43 
GeneralRe: Bidirectional CMap Pin
Kevin McFarlane19-Feb-05 2:59
Kevin McFarlane19-Feb-05 2:59 
GeneralRe: Bidirectional CMap Pin
Neville Franks19-Feb-05 11:49
Neville Franks19-Feb-05 11:49 
GeneralRe: Bidirectional CMap Pin
Kevin McFarlane19-Feb-05 23:01
Kevin McFarlane19-Feb-05 23:01 
GeneralRe: Bidirectional CMap Pin
jhwurmbach19-Feb-05 3:08
jhwurmbach19-Feb-05 3:08 
GeneralRe: Bidirectional CMap Pin
Kevin McFarlane19-Feb-05 23:05
Kevin McFarlane19-Feb-05 23:05 
GeneralRe: Bidirectional CMap Pin
Ravi Bhavnani19-Feb-05 4:22
professionalRavi Bhavnani19-Feb-05 4:22 
GeneralRe: Bidirectional CMap Pin
Imran_Farooqui19-Feb-05 6:30
sussImran_Farooqui19-Feb-05 6:30 
GeneralRe: Bidirectional CMap Pin
Konrad Windszus19-Feb-05 6:37
Konrad Windszus19-Feb-05 6:37 
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 

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.