Click here to Skip to main content
15,888,816 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Simple FTP Client Pin
JudyL_MD1-Nov-07 10:20
JudyL_MD1-Nov-07 10:20 
AnswerRe: Simple FTP Client Pin
Peter Weyzen1-Nov-07 16:24
Peter Weyzen1-Nov-07 16:24 
GeneralRe: Simple FTP Client Pin
dellthinker1-Nov-07 17:07
dellthinker1-Nov-07 17:07 
GeneralRe: Simple FTP Client Pin
Peter Weyzen1-Nov-07 20:30
Peter Weyzen1-Nov-07 20:30 
GeneralRe: Simple FTP Client Pin
dellthinker2-Nov-07 6:53
dellthinker2-Nov-07 6:53 
GeneralRe: Simple FTP Client Pin
Peter Weyzen2-Nov-07 7:32
Peter Weyzen2-Nov-07 7:32 
GeneralRe: Simple FTP Client Pin
Bram van Kampen2-Nov-07 3:22
Bram van Kampen2-Nov-07 3:22 
QuestionWizard 2000 Style Wizard Pin
Larry Mills Sr1-Nov-07 7:14
Larry Mills Sr1-Nov-07 7:14 
From Robert Pittenger's Article on Wizard 2000 Style Wizard, I developed my own Wizard; and the Wizard works fine. I load the Wizard from a MDI application I'm building from a Menu Selection in the ???View class of the application.(Select the menu item and the message is passed to the ???View class function to load the Wizard.)
Further, when the User selects an item from one of the pages, the User should be able to provide data thru an already loaded modeless dialog (thats created in the Wizard that contaqins the pages of the Wizard.
My problem is I cannot get the Wnd of the Wizard passed to the individual pages it contains. Since the Wizard holds the creation of the modeless dialog, it alone can get and transfer data to it and from it. Therefore I need the WIZARD'S WND for a page to connect with the modeless dialog.
CWizzardDlg* Dlg(the Wizard) CModeless* m_pModeless(modeless dialog) CPage1 m_pPg1. How can m_pPg1 talk to m_pModeless(a member of Dlg ?

A C++ programming language novice, but striving to learn

QuestionCan I pass through a variable number of arguments to another function? Pin
jp-mocs1-Nov-07 6:25
jp-mocs1-Nov-07 6:25 
AnswerRe: Can I pass through a variable number of arguments to another function? Pin
Luc Pattyn1-Nov-07 7:12
sitebuilderLuc Pattyn1-Nov-07 7:12 
AnswerRe: Can I pass through a variable number of arguments to another function? Pin
Chris Losinger1-Nov-07 7:50
professionalChris Losinger1-Nov-07 7:50 
GeneralRe: Can I pass through a variable number of arguments to another function? Pin
jp-mocs1-Nov-07 12:17
jp-mocs1-Nov-07 12:17 
GeneralRe: Can I pass through a variable number of arguments to another function? Pin
jp-mocs2-Nov-07 5:44
jp-mocs2-Nov-07 5:44 
QuestionOn selection a word in CEdit, which messages windows return? Pin
Gofur Halmurat1-Nov-07 6:19
Gofur Halmurat1-Nov-07 6:19 
AnswerRe: On selection a word in CEdit, which messages windows return? Pin
Maximilien1-Nov-07 6:23
Maximilien1-Nov-07 6:23 
GeneralRe: On selection a word in CEdit, which messages windows return? Pin
Gofur Halmurat1-Nov-07 6:34
Gofur Halmurat1-Nov-07 6:34 
AnswerRe: On selection a word in CEdit, which messages windows return? Pin
Mark Salsbery1-Nov-07 7:01
Mark Salsbery1-Nov-07 7:01 
GeneralRe: On selection a word in CEdit, which messages windows return? Pin
Gofur Halmurat1-Nov-07 7:24
Gofur Halmurat1-Nov-07 7:24 
GeneralRe: On selection a word in CEdit, which messages windows return? Pin
Mark Salsbery1-Nov-07 7:54
Mark Salsbery1-Nov-07 7:54 
GeneralRe: On selection a word in CEdit, which messages windows return? Pin
Gofur Halmurat1-Nov-07 9:29
Gofur Halmurat1-Nov-07 9:29 
GeneralRe: On selection a word in CEdit, which messages windows return? Pin
Mark Salsbery1-Nov-07 10:51
Mark Salsbery1-Nov-07 10:51 
QuestionBandwidth Monitor Pin
Alisdair Piercy1-Nov-07 5:25
Alisdair Piercy1-Nov-07 5:25 
AnswerRe: Bandwidth Monitor Pin
led mike1-Nov-07 6:06
led mike1-Nov-07 6:06 
GeneralRe: Bandwidth Monitor Pin
Alisdair Piercy1-Nov-07 6:10
Alisdair Piercy1-Nov-07 6:10 
GeneralRe: Bandwidth Monitor Pin
led mike1-Nov-07 6:36
led mike1-Nov-07 6:36 

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.