Click here to Skip to main content
15,891,184 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to exchange message between different pages in tab control? Pin
Panamk6-Nov-07 9:09
Panamk6-Nov-07 9:09 
AnswerRe: How to exchange message between different pages in tab control? Pin
PJ Arends6-Nov-07 9:45
professionalPJ Arends6-Nov-07 9:45 
GeneralRe: How to exchange message between different pages in tab control? Pin
Maximilien6-Nov-07 9:51
Maximilien6-Nov-07 9:51 
GeneralRe: How to exchange message between different pages in tab control? Pin
Panamk6-Nov-07 10:55
Panamk6-Nov-07 10:55 
GeneralRe: How to exchange message between different pages in tab control? Pin
Panamk6-Nov-07 13:38
Panamk6-Nov-07 13:38 
GeneralRe: How to exchange message between different pages in tab control? Pin
Panamk6-Nov-07 13:39
Panamk6-Nov-07 13:39 
GeneralRe: How to exchange message between different pages in tab control? Pin
Nelek6-Nov-07 21:49
protectorNelek6-Nov-07 21:49 
AnswerRe: How to exchange message between different pages in tab control? Pin
Sam Hobbs6-Nov-07 15:57
Sam Hobbs6-Nov-07 15:57 
One possibility is to use the document. I think the MFC Document/View architecture is desiged such that you can use the document as a common place to hold the data. There might be times when the document needs to get data from the view, such as when the data is being saved, and that is possible but a little more complicated than you might hope. What you can do is that very time the page is changed, the old page could update the document and the new page can refresh the data from the document. I hope you understand.
QuestionWindows Clipboard in C/C++: Migrating from VB6 to C Pin
Capitanevs6-Nov-07 7:22
Capitanevs6-Nov-07 7:22 
AnswerRe: Windows Clipboard in C/C++: Migrating from VB6 to C Pin
David Crow6-Nov-07 7:43
David Crow6-Nov-07 7:43 
GeneralRe: Windows Clipboard in C/C++: Migrating from VB6 to C Pin
Capitanevs6-Nov-07 12:22
Capitanevs6-Nov-07 12:22 
GeneralRe: Windows Clipboard in C/C++: Migrating from VB6 to C Pin
Nelek6-Nov-07 21:46
protectorNelek6-Nov-07 21:46 
AnswerRe: Windows Clipboard in C/C++: Migrating from VB6 to C Pin
bob169726-Nov-07 16:53
bob169726-Nov-07 16:53 
AnswerPROBLEM WEIRDLY SOLVED Pin
Capitanevs12-Nov-07 11:33
Capitanevs12-Nov-07 11:33 
QuestionMSCORLIB.DLL Pin
shpid3r6-Nov-07 7:16
shpid3r6-Nov-07 7:16 
AnswerRe: MSCORLIB.DLL Pin
Mark Salsbery6-Nov-07 8:12
Mark Salsbery6-Nov-07 8:12 
GeneralRe: MSCORLIB.DLL Pin
shpid3r6-Nov-07 8:31
shpid3r6-Nov-07 8:31 
GeneralRe: MSCORLIB.DLL Pin
Mark Salsbery6-Nov-07 8:40
Mark Salsbery6-Nov-07 8:40 
GeneralRe: MSCORLIB.DLL Pin
shpid3r6-Nov-07 8:55
shpid3r6-Nov-07 8:55 
GeneralRe: MSCORLIB.DLL Pin
Mark Salsbery6-Nov-07 9:05
Mark Salsbery6-Nov-07 9:05 
QuestionRe: MSCORLIB.DLL Pin
shpid3r6-Nov-07 9:12
shpid3r6-Nov-07 9:12 
AnswerRe: MSCORLIB.DLL Pin
Mark Salsbery6-Nov-07 9:18
Mark Salsbery6-Nov-07 9:18 
GeneralRe: MSCORLIB.DLL Pin
shpid3r6-Nov-07 9:30
shpid3r6-Nov-07 9:30 
GeneralRe: MSCORLIB.DLL Pin
David Crow6-Nov-07 10:49
David Crow6-Nov-07 10:49 
QuestionRe: MSCORLIB.DLL Pin
Maximilien6-Nov-07 9:05
Maximilien6-Nov-07 9: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.