Click here to Skip to main content
15,892,697 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI all i am trying to wirte an application with Document/View model in visual C++ MFC and i am using the Outlook bar.
I have modified the Outlook bar using the CTreeList and i have successfully created and compiled in mainfrm.cpp now i want that when i select an Item tree the program show a different table.
The true problem is: I cannot do it becouse this app is my first SDI and i don't know how exchange information from views.
Can anyone explain me step by step how to solve it.
I will be very gratefull.

Giovanni
Posted
Updated 24-Sep-10 9:00am
v2

1 solution

You can Encapulate the information into a message, then send it to CView
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900