Click here to Skip to main content
16,011,680 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralLoading the add-in icon at start up. Pin
VCSharp00723-Nov-04 2:29
VCSharp00723-Nov-04 2:29 
GeneralRe: Loading the add-in icon at start up. Pin
BaldwinMartin23-Nov-04 9:55
BaldwinMartin23-Nov-04 9:55 
GeneralRequest for suggestion Pin
Azghar Hussain23-Nov-04 2:28
professionalAzghar Hussain23-Nov-04 2:28 
GeneralRe: Request for suggestion Pin
John R. Shaw23-Nov-04 3:10
John R. Shaw23-Nov-04 3:10 
GeneralRe: Request for suggestion Pin
Azghar Hussain23-Nov-04 7:01
professionalAzghar Hussain23-Nov-04 7:01 
GeneralRe: Request for suggestion Pin
John R. Shaw23-Nov-04 13:45
John R. Shaw23-Nov-04 13:45 
QuestionScope problem with CList? Pin
Cpt Rick23-Nov-04 1:25
Cpt Rick23-Nov-04 1:25 
AnswerRe: Scope problem with CList? Pin
David Crow23-Nov-04 2:57
David Crow23-Nov-04 2:57 
Cpt Rick wrote:
I need access to this list from all dialogs within my app without copying it all over the place, how does one go about doing that?

One way would be to make it a member variable of the CWinApp-derived class. Then whenever it was needed, just use AfxGetApp()->TrackList.


"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow


GeneralRe: Scope problem with CList? Pin
Cpt Rick23-Nov-04 5:42
Cpt Rick23-Nov-04 5:42 
GeneralRe: Scope problem with CList? Pin
Steve S23-Nov-04 6:00
Steve S23-Nov-04 6:00 
GeneralRe: Scope problem with CList? Pin
Cpt Rick24-Nov-04 6:49
Cpt Rick24-Nov-04 6:49 
AnswerRe: Scope problem with CList? Pin
BaldwinMartin23-Nov-04 9:51
BaldwinMartin23-Nov-04 9:51 
QuestionAre class definitions constant? Pin
One Stone23-Nov-04 0:51
One Stone23-Nov-04 0:51 
AnswerRe: Are class definitions constant? Pin
vikramlinux23-Nov-04 1:05
vikramlinux23-Nov-04 1:05 
AnswerRe: Are class definitions constant? Pin
Andrew Walker23-Nov-04 1:48
Andrew Walker23-Nov-04 1:48 
Questionabstract base class and data member doubt ? Pin
xcavin23-Nov-04 0:51
xcavin23-Nov-04 0:51 
AnswerRe: abstract base class and data member doubt ? Pin
geo_m23-Nov-04 1:30
geo_m23-Nov-04 1:30 
AnswerRe: abstract base class and data member doubt ? Pin
Andrew Walker23-Nov-04 1:41
Andrew Walker23-Nov-04 1:41 
GeneralHelp with writing class and imp them Pin
bhangie23-Nov-04 0:46
bhangie23-Nov-04 0:46 
GeneralRe: Help with writing class and imp them Pin
Maximilien23-Nov-04 2:41
Maximilien23-Nov-04 2:41 
GeneralRe: Help with writing class and imp them Pin
BaldwinMartin23-Nov-04 9:57
BaldwinMartin23-Nov-04 9:57 
GeneralAfxBeginThread Pin
jaime.lopez23-Nov-04 0:27
jaime.lopez23-Nov-04 0:27 
GeneralRe: AfxBeginThread Pin
shiraztk23-Nov-04 0:42
shiraztk23-Nov-04 0:42 
GeneralRe: AfxBeginThread Pin
BlackDice23-Nov-04 2:39
BlackDice23-Nov-04 2:39 
GeneralWM_SHUTDOWN notification Win32 dll Pin
AssemblySoft22-Nov-04 23:58
AssemblySoft22-Nov-04 23:58 

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.