Click here to Skip to main content
16,008,719 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: closing dialog by clicking on it Pin
toxcct27-May-04 3:23
toxcct27-May-04 3:23 
GeneralRe: closing dialog by clicking on it Pin
dart1327-May-04 3:01
dart1327-May-04 3:01 
GeneralRe: closing dialog by clicking on it Pin
toxcct27-May-04 3:03
toxcct27-May-04 3:03 
GeneralRe: closing dialog by clicking on it Pin
David Crow27-May-04 3:05
David Crow27-May-04 3:05 
GeneralRe: closing dialog by clicking on it Pin
toxcct27-May-04 3:10
toxcct27-May-04 3:10 
General[Message Deleted] Pin
Naren Neelamegam28-May-04 18:55
Naren Neelamegam28-May-04 18:55 
GeneralRe: closing dialog by clicking on it Pin
toxcct28-May-04 22:36
toxcct28-May-04 22:36 
GeneralDesign issue with SDI app Pin
dart1327-May-04 2:28
dart1327-May-04 2:28 
I am working on an SDI application with 3 different views(CFormView). There are 3-4 variables that are shared between those views. These variables should be saved in a file, so each time user starts the app its sees the interface as it was when he exited.
I don't need to use CDocument, because I need just one file to store the settings for the app. Therefore, my questions are:
1) Where should I put those variables (CwinApp, CDocument or somewhere else)?
2) What other changes do I need to make, in order to have the app load the settings' file, when it starts, and save changes to the file when it exits?
3) How to 'turn off' support for creating new, opening and saving documents, since I don't need it?

Any help would be appreciated.
GeneralRe: Design issue with SDI app Pin
valikac27-May-04 5:44
valikac27-May-04 5:44 
GeneralRe: Design issue with SDI app Pin
Armin Fryder28-May-04 3:12
Armin Fryder28-May-04 3:12 
GeneralRe: Design issue with SDI app Pin
dart1329-May-04 13:32
dart1329-May-04 13:32 
GeneralBinary file reader Pin
demasoni.com27-May-04 2:12
demasoni.com27-May-04 2:12 
GeneralRe: Binary file reader Pin
toxcct27-May-04 2:50
toxcct27-May-04 2:50 
GeneralRe: Binary file reader Pin
demasoni.com27-May-04 6:19
demasoni.com27-May-04 6:19 
GeneralCode Snippet for verification of ISBN / UPC Pin
Sumit Kapoor27-May-04 2:05
Sumit Kapoor27-May-04 2:05 
GeneralRe: Code Snippet for verification of ISBN / UPC Pin
David Crow27-May-04 2:54
David Crow27-May-04 2:54 
GeneralRe: Code Snippet for verification of ISBN / UPC Pin
Sumit Kapoor27-May-04 3:30
Sumit Kapoor27-May-04 3:30 
GeneralRe: Code Snippet for verification of ISBN / UPC Pin
David Crow27-May-04 3:51
David Crow27-May-04 3:51 
GeneralRe: Code Snippet for verification of ISBN / UPC Pin
Sumit Kapoor27-May-04 4:40
Sumit Kapoor27-May-04 4:40 
QuestionDownload my .ocx that depends on 2 other dll’s? Pin
anderslundsgard27-May-04 1:42
anderslundsgard27-May-04 1:42 
GeneralThread, CString function and memory leak Pin
J.B.27-May-04 1:33
J.B.27-May-04 1:33 
GeneralRe: Thread, CString function and memory leak Pin
vikramlinux27-May-04 2:36
vikramlinux27-May-04 2:36 
GeneralRe: Thread, CString function and memory leak Pin
Antony M Kancidrowski27-May-04 3:01
Antony M Kancidrowski27-May-04 3:01 
GeneralRe: Thread, CString function and memory leak Pin
J.B.27-May-04 3:15
J.B.27-May-04 3:15 
GeneralRe: Thread, CString function and memory leak Pin
Antony M Kancidrowski27-May-04 2:58
Antony M Kancidrowski27-May-04 2: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.