Easy one: Communication in MDI
- From: "darsant@xxxxxxxxx" <darsant@xxxxxxxxx>
- Date: 15 Jun 2005 09:18:25 -0700
Ok, we've got an interface that has 5-6 child windows. The main window
has a timer / slider control that determines what data the children
show. Currently the Main form code is doing all the calculations. I
want to move it to an easier to maintain object-interaction method.
What's the best way to tell a child window to update the data? Is
message posting the prefered method? (Just PostMessage to each child
window when timer fires, and let the child decide whether or not to
update?)
Thanks,
Josh McFarlane
.
- Follow-Ups:
- Re: Easy one: Communication in MDI
- From: Johan Rosengren
- Re: Easy one: Communication in MDI
- Prev by Date: Re: WM_TIMER crash (maybe)?
- Next by Date: Re: Easy one: Communication in MDI
- Previous by thread: CListCtrl: LVS_ICON style calculations
- Next by thread: Re: Easy one: Communication in MDI
- Index(es):
Loading