Click here to Skip to main content
15,894,630 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to create shortcut of a file from MFC Pin
Selvam R24-Dec-03 12:39
professionalSelvam R24-Dec-03 12:39 
Questionhow to modify system path? Pin
Binayak23-Dec-03 12:07
Binayak23-Dec-03 12:07 
Questionhow can i add and edit records to MS Access Pin
Member 78215423-Dec-03 12:00
Member 78215423-Dec-03 12:00 
AnswerRe: how can i add and edit records to MS Access Pin
Selvam R24-Dec-03 12:54
professionalSelvam R24-Dec-03 12:54 
GeneralStatus dialog box Pin
Spank me!!23-Dec-03 11:57
Spank me!!23-Dec-03 11:57 
GeneralRe: Status dialog box Pin
Brad Bruce23-Dec-03 12:42
Brad Bruce23-Dec-03 12:42 
GeneralRe: Status dialog box Pin
j_a_m_s_p_o_o_n23-Dec-03 13:16
j_a_m_s_p_o_o_n23-Dec-03 13:16 
GeneralMimicing Swing Using C++ Problem Pin
Todd23-Dec-03 10:02
Todd23-Dec-03 10:02 
Hey Gang,

I am working on creating a custom GUI using C++ (primarily for game programming). For the most part, the GUI will mimic the structure and functionality of the Java Swing GUI 1.1.

The Swing GUI has a 'Component' class with a child 'Container' class that inherits from Component. (A Container is basically a Component that can contain multiple Components.)

The problem I am having using C++ is that the Component Class needs a function 'DeleteFromParent' that retrieves a Container object and calls one of the Container member functions.

Using a forward declaration I can retrieve a Container object in a Component function, but I still can't call any of the Container functions because the class has not yet been defined.

Any suggestions?

Thanks
Todd
GeneralMatlab C++ Pin
Vincent Sim23-Dec-03 9:50
Vincent Sim23-Dec-03 9:50 
QuestionMFC Document / View - Who's on first? Pin
Vaclav23-Dec-03 9:43
Vaclav23-Dec-03 9:43 
AnswerRe: MFC Document / View - Who's on first? Pin
David Crow23-Dec-03 10:02
David Crow23-Dec-03 10:02 
Generaldrawing bitmap Pin
K. Shaffer23-Dec-03 7:12
K. Shaffer23-Dec-03 7:12 
GeneralRe: drawing bitmap Pin
Jörgen Sigvardsson23-Dec-03 7:13
Jörgen Sigvardsson23-Dec-03 7:13 
GeneralRe: drawing bitmap Pin
Ryan Binns23-Dec-03 15:04
Ryan Binns23-Dec-03 15:04 
GeneralProcess host... Pin
Orkun GEDiK23-Dec-03 6:53
Orkun GEDiK23-Dec-03 6:53 
GeneralRe: Process host... Pin
Selvam R23-Dec-03 11:29
professionalSelvam R23-Dec-03 11:29 
GeneralRe: Process host... Pin
Orkun GEDiK23-Dec-03 12:37
Orkun GEDiK23-Dec-03 12:37 
GeneralFile exists Pin
act_x23-Dec-03 6:27
act_x23-Dec-03 6:27 
GeneralRe: File exists Pin
Joe Woodbury23-Dec-03 6:58
professionalJoe Woodbury23-Dec-03 6:58 
GeneralRe: File exists Pin
David Crow23-Dec-03 10:05
David Crow23-Dec-03 10:05 
GeneralGetting the Image of a WIndow Pin
vladimir_india23-Dec-03 6:27
vladimir_india23-Dec-03 6:27 
GeneralRe: Getting the Image of a WIndow Pin
l a u r e n23-Dec-03 7:13
l a u r e n23-Dec-03 7:13 
GeneralRe: Getting the Image of a WIndow Pin
vladimir_india23-Dec-03 20:52
vladimir_india23-Dec-03 20:52 
GeneralRe: Getting the Image of a WIndow Pin
Robert Kuster23-Dec-03 10:28
Robert Kuster23-Dec-03 10:28 
GeneralRe: Getting the Image of a WIndow Pin
vladimir_india23-Dec-03 21:05
vladimir_india23-Dec-03 21: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.