Click here to Skip to main content
15,893,190 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problems with getting data from a Edit Control [modified] Pin
David Crow20-Apr-11 3:47
David Crow20-Apr-11 3:47 
GeneralRe: Problems with getting data from a Edit Control Pin
jhoesche20-Apr-11 5:56
jhoesche20-Apr-11 5:56 
GeneralRe: Problems with getting data from a Edit Control Pin
David Crow20-Apr-11 6:54
David Crow20-Apr-11 6:54 
GeneralRe: Problems with getting data from a Edit Control Pin
jhoesche20-Apr-11 7:16
jhoesche20-Apr-11 7:16 
GeneralRe: Problems with getting data from a Edit Control Pin
David Crow20-Apr-11 7:26
David Crow20-Apr-11 7:26 
GeneralRe: Problems with getting data from a Edit Control Pin
jhoesche20-Apr-11 10:12
jhoesche20-Apr-11 10:12 
GeneralRe: Problems with getting data from a Edit Control Pin
David Crow20-Apr-11 10:41
David Crow20-Apr-11 10:41 
Questionhow to initialize a variable whose name is passed as a string with a given value in a function in vc++6.0 Pin
manoharbalu19-Apr-11 2:36
manoharbalu19-Apr-11 2:36 
My requirement is in MFC vc6.0 application

I need a function which receives a string and a float value
The string that i pass is a variable name used in the application.

When the function is called the passed value should get assigned to the variable which is passed as a string

Function SetVal(CString VarName, float value)
{
Suppose <varname> is Esim->Aut[35] and <value> is 5.5665
This function should set Esim->Aut[35] to 5.5665

}

Anybody pl help if this is possible.
AnswerRe: how to initialize a variable whose name is passed as a string with a given value in a function in vc++6.0 Pin
Chris Losinger19-Apr-11 2:48
professionalChris Losinger19-Apr-11 2:48 
GeneralRe: how to initialize a variable whose name is passed as a string with a given value in a function in vc++6.0 Pin
manoharbalu19-Apr-11 3:12
manoharbalu19-Apr-11 3:12 
GeneralRe: how to initialize a variable whose name is passed as a string with a given value in a function in vc++6.0 Pin
Chris Losinger19-Apr-11 3:28
professionalChris Losinger19-Apr-11 3:28 
AnswerRe: how to initialize a variable whose name is passed as a string with a given value in a function in vc++6.0 Pin
Hans Dietrich19-Apr-11 3:29
mentorHans Dietrich19-Apr-11 3:29 
AnswerRe: how to initialize a variable whose name is passed as a string with a given value in a function in vc++6.0 Pin
_AnsHUMAN_ 19-Apr-11 2:50
_AnsHUMAN_ 19-Apr-11 2:50 
QuestionRe: how to initialize a variable whose name is passed as a string with a given value in a function in vc++6.0 Pin
David Crow19-Apr-11 7:15
David Crow19-Apr-11 7:15 
AnswerRe: how to initialize a variable whose name is passed as a string with a given value in a function in vc++6.0 Pin
Mattias G21-Apr-11 12:07
Mattias G21-Apr-11 12:07 
QuestionMinimizing Windows Pin
john563219-Apr-11 2:34
john563219-Apr-11 2:34 
AnswerRe: Minimizing Windows Pin
Hans Dietrich19-Apr-11 3:32
mentorHans Dietrich19-Apr-11 3:32 
GeneralRe: Minimizing Windows Pin
nitin319-Apr-11 6:03
nitin319-Apr-11 6:03 
GeneralRe: Minimizing Windows Pin
john563219-Apr-11 19:16
john563219-Apr-11 19:16 
QuestionRe: Minimizing Windows Pin
David Crow19-Apr-11 7:19
David Crow19-Apr-11 7:19 
AnswerRe: Minimizing Windows Pin
Jose David Pujo20-Apr-11 1:29
Jose David Pujo20-Apr-11 1:29 
Questiongetting port no to whcih cthe systems r connected Pin
svknair19-Apr-11 2:24
svknair19-Apr-11 2:24 
AnswerRe: getting port no to whcih cthe systems r connected Pin
Hans Dietrich19-Apr-11 3:35
mentorHans Dietrich19-Apr-11 3:35 
QuestionError:: sprintf' : cannot convert parameter 1 from 'TCHAR [128]' to 'char *' in Unicode Build Pin
Le@rner19-Apr-11 2:13
Le@rner19-Apr-11 2:13 
AnswerRe: Error:: sprintf' : cannot convert parameter 1 from 'TCHAR [128]' to 'char *' in Unicode Build Pin
_AnsHUMAN_ 19-Apr-11 2:24
_AnsHUMAN_ 19-Apr-11 2:24 

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.