Click here to Skip to main content
15,915,328 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: User-Interface Thread [important] Pin
baerten8-Nov-06 21:00
baerten8-Nov-06 21:00 
Answerbad post / good post Pin
normanS9-Nov-06 23:53
normanS9-Nov-06 23:53 
GeneralRe: bad post / good post Pin
baerten10-Nov-06 0:18
baerten10-Nov-06 0:18 
GeneralRe: bad post / good post Pin
normanS10-Nov-06 4:25
normanS10-Nov-06 4:25 
GeneralRe: bad post / good post Pin
baerten10-Nov-06 4:34
baerten10-Nov-06 4:34 
QuestionReverse playback using D3DXANIMATIONCONTROLLER Pin
kpiciulo8-Nov-06 4:34
kpiciulo8-Nov-06 4:34 
Questionaccess to variable from another CDialog Pin
zizzzz8-Nov-06 4:12
zizzzz8-Nov-06 4:12 
AnswerRe: access to variable from another CDialog Pin
Cedric Moonen8-Nov-06 4:18
Cedric Moonen8-Nov-06 4:18 
Please, use the code or pre tags when you post code !


zizzzz wrote:
CMyClass2 user;
user.GetParameter(sStatus1,sgender1,sTel1,smobile1);


What you will do here is create a new instance of your CMyClass2 class and retrieve the parameters directly. So, for sure they are still to the default value because it is another class. You have to retrieve the data of your existing class, and not create a new class.

This has nothing to do with dialogs or property pages but with how you manages your classes.


Cédric Moonen
Software developer

Charting control [Updated - v1.1]

GeneralRe: access to variable from another CDialog Pin
zizzzz8-Nov-06 12:05
zizzzz8-Nov-06 12:05 
Questionloadlibrary from 64 to 32 bit Pin
emmi8-Nov-06 3:04
emmi8-Nov-06 3:04 
QuestionRe: loadlibrary from 64 to 32 bit Pin
David Crow8-Nov-06 3:41
David Crow8-Nov-06 3:41 
AnswerRe: loadlibrary from 64 to 32 bit Pin
Michael Dunn8-Nov-06 14:03
sitebuilderMichael Dunn8-Nov-06 14:03 
QuestionManifest and unicode Pin
rammle8-Nov-06 3:02
rammle8-Nov-06 3:02 
AnswerRe: Manifest and unicode Pin
benjymous8-Nov-06 4:38
benjymous8-Nov-06 4:38 
GeneralRe: Manifest and unicode Pin
ramjam8-Nov-06 8:16
ramjam8-Nov-06 8:16 
QuestionAtlAxWin & IE 7 Pin
Eddie_NG8-Nov-06 2:17
Eddie_NG8-Nov-06 2:17 
GeneralRe: AtlAxWin & IE 7 Pin
Eddie_NG8-Nov-06 2:28
Eddie_NG8-Nov-06 2:28 
QuestionPathToRegion Pin
Waldermort8-Nov-06 1:50
Waldermort8-Nov-06 1:50 
AnswerRe: PathToRegion Pin
Steve S8-Nov-06 5:25
Steve S8-Nov-06 5:25 
GeneralRe: PathToRegion Pin
Waldermort8-Nov-06 5:34
Waldermort8-Nov-06 5:34 
GeneralRe: PathToRegion Pin
Steve S8-Nov-06 6:38
Steve S8-Nov-06 6:38 
GeneralRe: PathToRegion Pin
Waldermort8-Nov-06 7:03
Waldermort8-Nov-06 7:03 
QuestionRe: PathToRegion Pin
Waldermort8-Nov-06 6:09
Waldermort8-Nov-06 6:09 
QuestionHow to call destructor of derived class Pin
vikas amin8-Nov-06 0:58
vikas amin8-Nov-06 0:58 
AnswerRe: How to call destructor of derived class Pin
karnav zaveri8-Nov-06 1:05
karnav zaveri8-Nov-06 1:05 

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.