Click here to Skip to main content
15,921,452 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: ListCtrl and TreeCtrl Pin
Christian Graus19-Jul-05 11:18
protectorChristian Graus19-Jul-05 11:18 
GeneralRe: ListCtrl and TreeCtrl Pin
Mohammed F. Salem19-Jul-05 21:10
Mohammed F. Salem19-Jul-05 21:10 
GeneralRe: ListCtrl and TreeCtrl Pin
Christian Graus20-Jul-05 11:50
protectorChristian Graus20-Jul-05 11:50 
QuestionHow can i use (dbf) FoxPro files with MFC Pin
vugar19-Jul-05 10:46
vugar19-Jul-05 10:46 
AnswerRe: How can i use (dbf) FoxPro files with MFC Pin
Graham Bradshaw19-Jul-05 13:03
Graham Bradshaw19-Jul-05 13:03 
GeneralVugar Avazov Pin
vugar19-Jul-05 10:22
vugar19-Jul-05 10:22 
GeneralPassing variables between dialogs Pin
Nick Usechak19-Jul-05 9:16
Nick Usechak19-Jul-05 9:16 
GeneralRe: Passing variables between dialogs Pin
Chris Losinger19-Jul-05 9:30
professionalChris Losinger19-Jul-05 9:30 
the standard approach is to create member variables in the dialog class that either hold the actual data or that can be used by the dialog to fetch the data. your main class sets these variables before calling DoModal, and your dialog uses them in its InitDialog function to set up / fetch / whatever the data.


Cleek | Image Toolkits | Thumbnail maker

GeneralRe: Passing variables between dialogs Pin
Nick Usechak19-Jul-05 10:05
Nick Usechak19-Jul-05 10:05 
GeneralRe: Passing variables between dialogs Pin
Chris Losinger19-Jul-05 10:13
professionalChris Losinger19-Jul-05 10:13 
GeneralRe: Passing variables between dialogs Pin
Nick Usechak19-Jul-05 11:20
Nick Usechak19-Jul-05 11:20 
GeneralRe: Passing variables between dialogs Pin
Rick York19-Jul-05 18:09
mveRick York19-Jul-05 18:09 
Questionsystem() ? Pin
kevingpo19-Jul-05 7:39
kevingpo19-Jul-05 7:39 
AnswerRe: system() ? Pin
David Crow19-Jul-05 7:42
David Crow19-Jul-05 7:42 
AnswerRe: system() ? Pin
toxcct19-Jul-05 22:54
toxcct19-Jul-05 22:54 
Generallimiting cpu usage for a process Pin
mbulhoes19-Jul-05 6:42
mbulhoes19-Jul-05 6:42 
GeneralRe: limitting cpu usage for a process Pin
Graham Bradshaw19-Jul-05 12:34
Graham Bradshaw19-Jul-05 12:34 
GeneralRe: limitting cpu usage for a process Pin
sfeldi19-Jul-05 22:16
sfeldi19-Jul-05 22:16 
GeneralRe: limiting cpu usage for a process Pin
mbulhoes20-Jul-05 8:06
mbulhoes20-Jul-05 8:06 
QuestionHow to retrive users info from a Windows Server Pin
ivax19-Jul-05 5:43
ivax19-Jul-05 5:43 
AnswerRe: How to retrive users info from a Windows Server Pin
David Crow19-Jul-05 6:05
David Crow19-Jul-05 6:05 
GeneralRe: How to retrive users info from a Windows Server Pin
ivax19-Jul-05 6:13
ivax19-Jul-05 6:13 
GeneralRe: How to retrive users info from a Windows Server Pin
David Crow19-Jul-05 9:33
David Crow19-Jul-05 9:33 
GeneralRe: How to retrive users info from a Windows Server Pin
Graham Bradshaw19-Jul-05 12:37
Graham Bradshaw19-Jul-05 12:37 
GeneralNeed help with Worker Thread Code Pin
Freddie Code19-Jul-05 5:16
Freddie Code19-Jul-05 5:16 

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.