Click here to Skip to main content
16,004,974 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to show SIP in WinCE 5.0 ? S.O.S Pin
ttarantula5-Jun-08 0:48
ttarantula5-Jun-08 0:48 
QuestionHow to overcome this error... Pin
pl_kode5-Jun-08 0:36
pl_kode5-Jun-08 0:36 
AnswerRe: How to overcome this error... Pin
Jijo.Raj5-Jun-08 0:59
Jijo.Raj5-Jun-08 0:59 
QuestionEdit Control Pin
john56325-Jun-08 0:00
john56325-Jun-08 0:00 
AnswerRe: Edit Control Pin
SandipG 5-Jun-08 0:01
SandipG 5-Jun-08 0:01 
GeneralRe: Edit Control Pin
john56325-Jun-08 0:11
john56325-Jun-08 0:11 
GeneralRe: Edit Control Pin
Michael Schubert5-Jun-08 0:14
Michael Schubert5-Jun-08 0:14 
GeneralRe: Edit Control Pin
SandipG 5-Jun-08 0:17
SandipG 5-Jun-08 0:17 
Then as toxcct said
You take entire string using GetDlgItemText()
and use atof(),... functions depending on your value type whatever you wanna use.

or
Using Class wizard add the data member variable for that control with appropriate data type.
and call UpdateData().

Regards,
Sandip.

GeneralRe: Edit Control Pin
Jijo.Raj5-Jun-08 0:27
Jijo.Raj5-Jun-08 0:27 
GeneralRe: Edit Control Pin
Trupti Mehta5-Jun-08 2:39
Trupti Mehta5-Jun-08 2:39 
AnswerRe: Edit Control Pin
Jijo.Raj5-Jun-08 3:01
Jijo.Raj5-Jun-08 3:01 
GeneralRe: Edit Control Pin
David Crow5-Jun-08 3:18
David Crow5-Jun-08 3:18 
GeneralRe: Edit Control Pin
Trupti Mehta5-Jun-08 3:52
Trupti Mehta5-Jun-08 3:52 
GeneralRe: Edit Control Pin
Trupti Mehta5-Jun-08 21:56
Trupti Mehta5-Jun-08 21:56 
GeneralRe: Edit Control Pin
David Crow5-Jun-08 3:18
David Crow5-Jun-08 3:18 
GeneralRe: Edit Control Pin
Alan Balkany5-Jun-08 4:01
Alan Balkany5-Jun-08 4:01 
GeneralRe: Edit Control Pin
Trupti Mehta5-Jun-08 4:57
Trupti Mehta5-Jun-08 4:57 
GeneralRe: Edit Control Pin
Alan Balkany5-Jun-08 5:05
Alan Balkany5-Jun-08 5:05 
AnswerRe: Edit Control Pin
Trupti Mehta5-Jun-08 21:50
Trupti Mehta5-Jun-08 21:50 
GeneralRe: Edit Control Pin
Alan Balkany6-Jun-08 3:15
Alan Balkany6-Jun-08 3:15 
AnswerRe: Edit Control Pin
toxcct5-Jun-08 0:02
toxcct5-Jun-08 0:02 
AnswerRe: Edit Control Pin
Rajesh R Subramanian5-Jun-08 0:15
professionalRajesh R Subramanian5-Jun-08 0:15 
AnswerRe: Edit Control Pin
sudhir_Kumar5-Jun-08 0:33
sudhir_Kumar5-Jun-08 0:33 
AnswerRe: Edit Control Pin
sudhir_Kumar5-Jun-08 0:35
sudhir_Kumar5-Jun-08 0:35 
AnswerRe: Edit Control Pin
James R. Twine5-Jun-08 1:11
James R. Twine5-Jun-08 1:11 

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.