Here goes again!
I am using PropertyPages to create tabs in a dialog like so"
CPropertySheet Main;
CPropertyPage Page(D2);
CPropertyPage Page2(D1);
Main.AddPage(&Page);
Main.AddPage(&Page2);
Main.DoModal();
How do I detect if a tab has been selected? I want to load files dynamically (when they choose a dialog) in to the controls on the different tabs.
Thanks,
Ron
/**************
Me: When will the project be finished?
Them: What project?
Me: The one you have been working on for the last 3 years!
Them: Ohh, we can't finish it?
Me: Why?
Them: We don't know how to program...
I am using PropertyPages to create tabs in a dialog like so"
CPropertySheet Main;
CPropertyPage Page(D2);
CPropertyPage Page2(D1);
Main.AddPage(&Page);
Main.AddPage(&Page2);
Main.DoModal();
How do I detect if a tab has been selected? I want to load files dynamically (when they choose a dialog) in to the controls on the different tabs.
Thanks,
Ron
/**************
Me: When will the project be finished?
Them: What project?
Me: The one you have been working on for the last 3 years!
Them: Ohh, we can't finish it?
Me: Why?
Them: We don't know how to program...