Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Tab Control, Checking For Change

Status
Not open for further replies.

ronnyjljr

IS-IT--Management
Nov 23, 2003
249
US
Here goes again! [bigsmile]

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...
 
use event OnChildNotify

Ion Filipski
1c.bmp
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top