VS2010 Application Wizard
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
In the application wizard, next to the last screen there is an option to have a Properties window added to your MFC Doc/View app. It is static, what does it take to make it functional?
Old dog learning new tricks!
Roger65 wrote:
what does it take to make it functional?
Ehum, some programming? I recommend you implement some type of publish/subscribe pattern[^] where anyone who thinks he's got the focus, can publish a set of properties. The properties window will be a subscriber.