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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dialog box communication

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
To let different dialog boxes communicate, for example, if someone selects a checkmark in Dialog1 how would i get Dialog 2 to be able to get that?
 
Well, if the dialogs are both within your application then they each exist as a class in your code. So you add the class methods to pass the data from one class to the other.

Good luck
-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top