Click here to Skip to main content
15,913,722 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How I can do it !!! Pin
Ahmad17-Mar-01 21:25
Ahmad17-Mar-01 21:25 
GeneralRe: How I can do it !!! Pin
l a u r e n17-Mar-01 22:52
l a u r e n17-Mar-01 22:52 
GeneralRe: How I can do it !!! Pin
Ahmad19-Mar-01 21:49
Ahmad19-Mar-01 21:49 
GeneralC++ question .. Pin
Hadi Rezaee16-Mar-01 19:44
Hadi Rezaee16-Mar-01 19:44 
GeneralRe: C++ question .. Pin
l a u r e n16-Mar-01 23:08
l a u r e n16-Mar-01 23:08 
GeneralRe: C++ question .. Pin
Tim Deveaux17-Mar-01 4:22
Tim Deveaux17-Mar-01 4:22 
GeneralSetModifiedFlag() ... Pin
Hadi Rezaee16-Mar-01 19:43
Hadi Rezaee16-Mar-01 19:43 
GeneralRe: SetModifiedFlag() ... Pin
l a u r e n16-Mar-01 23:13
l a u r e n16-Mar-01 23:13 
your document is the place where the data for the app (or more correctly the document class) is stored / kept / buffered depending on what kind of app you are writing

don't confuse a document in the mfc sense with a document in the word or excel sense although they are represented as mfc documents (probably)

suppose you write a text editor that needs to know upon exit that the user modified the data in the view window ... on the event that changes the view data (or when you get the modified view data via ddx) you can set the mfc documents bModified flag to let the framework know the data changed

you don't need to use it always ... i do in about half the apps i write

Suspicious | :suss:

---
"every year we invent better idiot proof systems and every year they invent better idiots"
GeneralRe: SetModifiedFlag() ... Pin
Masaaki Onishi17-Mar-01 3:37
Masaaki Onishi17-Mar-01 3:37 
GeneralCWnd ... Pin
Hadi Rezaee16-Mar-01 19:41
Hadi Rezaee16-Mar-01 19:41 
GeneralRe: CWnd ... Pin
Ahmad16-Mar-01 21:18
Ahmad16-Mar-01 21:18 
GeneralRe: CWnd ... Pin
Tim Deveaux17-Mar-01 15:24
Tim Deveaux17-Mar-01 15:24 
GeneralRun function in class ... Pin
Hadi Rezaee16-Mar-01 19:40
Hadi Rezaee16-Mar-01 19:40 
GeneralRe: Run function in class ... Pin
Ahmad16-Mar-01 21:15
Ahmad16-Mar-01 21:15 
GeneralMFC RepositionBars - memory consumed Pin
Sara Burns16-Mar-01 13:50
Sara Burns16-Mar-01 13:50 
GeneralRe: MFC RepositionBars - memory consumed Pin
l a u r e n17-Mar-01 3:05
l a u r e n17-Mar-01 3:05 
GeneralProperty Sheets in CDialogBar Pin
Rob Planche16-Mar-01 8:45
Rob Planche16-Mar-01 8:45 
GeneralMonitoring incoming calls Pin
16-Mar-01 7:00
suss16-Mar-01 7:00 
GeneralRe: Monitoring incoming calls Pin
16-Mar-01 7:14
suss16-Mar-01 7:14 
GeneralRe: Monitoring incoming calls Pin
28-Apr-01 2:43
suss28-Apr-01 2:43 
GeneralRe: Monitoring incoming calls Pin
28-Apr-01 6:19
suss28-Apr-01 6:19 
GeneralOutgoing calls Pin
28-Apr-01 2:57
suss28-Apr-01 2:57 
QuestionHow can I prevent the MFC framework from enabling my toolbar buttons? Pin
16-Mar-01 6:44
suss16-Mar-01 6:44 
AnswerRe: How can I prevent the MFC framework from enabling my toolbar buttons? Pin
Chris Losinger16-Mar-01 7:06
professionalChris Losinger16-Mar-01 7:06 
GeneralURGENT...winsock Pin
oneillci16-Mar-01 6:36
oneillci16-Mar-01 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.