Click here to Skip to main content
15,887,477 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: transaction - rollback in C ??? Pin
CPallini19-Apr-10 22:52
mveCPallini19-Apr-10 22:52 
GeneralRe: transaction - rollback in C ??? Pin
KarstenK19-Apr-10 22:42
mveKarstenK19-Apr-10 22:42 
GeneralRe: transaction - rollback in C ??? Pin
aa_zz20-Apr-10 21:22
aa_zz20-Apr-10 21:22 
GeneralRe: transaction - rollback in C ??? Pin
KarstenK20-Apr-10 21:35
mveKarstenK20-Apr-10 21:35 
QuestionBlack Berry not working with AT commands to Send SMS. Pin
Le@rner19-Apr-10 0:08
Le@rner19-Apr-10 0:08 
AnswerRe: Black Berry not working with AT commands to Send SMS. Pin
Code-o-mat19-Apr-10 6:21
Code-o-mat19-Apr-10 6:21 
QuestionSDI Data Transfer (Windows Explorer) Pin
hellogany18-Apr-10 23:04
hellogany18-Apr-10 23:04 
AnswerRe: SDI Data Transfer (Windows Explorer) Pin
Cedric Moonen19-Apr-10 0:55
Cedric Moonen19-Apr-10 0:55 
Usually, you shouldn't do something like that (have each form communicating directly to each other). In a SDI application, you have a document, which is used to keep the "data". The views (in your case the treeview and formview) only display the state of the document. Whenever the user changes something on a view, this modifies the data contained in the document which is then informing all the views to refresh themselves.
This way, there's no exchange of data between the different views.
Cédric Moonen
Software developer

Charting control [v3.0]
OpenGL game tutorial in C++

GeneralRe: SDI Data Transfer (Windows Explorer) Pin
hellogany19-Apr-10 0:58
hellogany19-Apr-10 0:58 
GeneralRe: SDI Data Transfer (Windows Explorer) Pin
David Crow19-Apr-10 3:18
David Crow19-Apr-10 3:18 
QuestionGlobal Variables in SDI Pin
hellogany18-Apr-10 22:33
hellogany18-Apr-10 22:33 
AnswerRe: Global Variables in SDI Pin
LittleYellowBird18-Apr-10 22:55
LittleYellowBird18-Apr-10 22:55 
GeneralRe: Global Variables in SDI Pin
hellogany18-Apr-10 22:57
hellogany18-Apr-10 22:57 
GeneralRe: Global Variables in SDI Pin
KarstenK18-Apr-10 23:32
mveKarstenK18-Apr-10 23:32 
GeneralRe: Global Variables in SDI Pin
hellogany18-Apr-10 23:39
hellogany18-Apr-10 23:39 
GeneralRe: Global Variables in SDI Pin
KarstenK18-Apr-10 23:45
mveKarstenK18-Apr-10 23:45 
QuestionRe: Global Variables in SDI Pin
David Crow19-Apr-10 3:19
David Crow19-Apr-10 3:19 
GeneralRe: Global Variables in SDI Pin
LittleYellowBird18-Apr-10 23:50
LittleYellowBird18-Apr-10 23:50 
GeneralRe: Global Variables in SDI Pin
hellogany19-Apr-10 0:02
hellogany19-Apr-10 0:02 
GeneralRe: Global Variables in SDI Pin
hellogany19-Apr-10 0:06
hellogany19-Apr-10 0:06 
GeneralRe: Global Variables in SDI Pin
David Crow19-Apr-10 3:22
David Crow19-Apr-10 3:22 
GeneralRe: Global Variables in SDI Pin
LittleYellowBird19-Apr-10 0:12
LittleYellowBird19-Apr-10 0:12 
GeneralRe: Global Variables in SDI Pin
CPallini19-Apr-10 0:18
mveCPallini19-Apr-10 0:18 
GeneralRe: Global Variables in SDI Pin
hellogany19-Apr-10 0:26
hellogany19-Apr-10 0:26 
GeneralRe: Global Variables in SDI Pin
Cedric Moonen19-Apr-10 0:52
Cedric Moonen19-Apr-10 0:52 

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.